Skip to content

Commit

Permalink
Merge pull request #5459 from inikep/nullmerge-8_0_39-to-8_4
Browse files Browse the repository at this point in the history
Null-merge branch '8.0' (after 8.0.39) into '8.4' (that is 8.4.2-2)
  • Loading branch information
inikep authored Oct 22, 2024
2 parents dfbb012 + f0692f4 commit 337b8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/auth_sec/r/grant_as_ddl.result
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SET @start_partial_revokes = @@global.partial_revokes;
SET @@global.partial_revokes=ON;
RESET MASTER;
SET @@global.partial_revokes = ON;
SELECT @@global.partial_revokes;
@@global.partial_revokes
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/auth_sec/t/grant_as_ddl.test
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# Set partial revokes to ON
SET @start_partial_revokes = @@global.partial_revokes;
SET @@global.partial_revokes=ON;
RESET MASTER;

--disable_query_log
CALL mtr.add_suppression("one or more privileges granted through");
Expand Down

0 comments on commit 337b8a6

Please sign in to comment.