Skip to content

Commit a470b35

Browse files
cvicentiugrooverdan
authored andcommitted
[MDEV-7978] Update test cases
Update test to account for the new SHOW CREATE USER command.
1 parent f8b8d20 commit a470b35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mysql-test/r/mysqld--help.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ performance-schema-max-rwlock-instances -1
13601360
performance-schema-max-socket-classes 10
13611361
performance-schema-max-socket-instances -1
13621362
performance-schema-max-stage-classes 150
1363-
performance-schema-max-statement-classes 179
1363+
performance-schema-max-statement-classes 180
13641364
performance-schema-max-table-handles -1
13651365
performance-schema-max-table-instances -1
13661366
performance-schema-max-thread-classes 50

mysql-test/suite/sys_vars/r/sysvars_server_notembedded.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3021,9 +3021,9 @@ READ_ONLY YES
30213021
COMMAND_LINE_ARGUMENT REQUIRED
30223022
VARIABLE_NAME PERFORMANCE_SCHEMA_MAX_STATEMENT_CLASSES
30233023
SESSION_VALUE NULL
3024-
GLOBAL_VALUE 179
3024+
GLOBAL_VALUE 180
30253025
GLOBAL_VALUE_ORIGIN COMPILE-TIME
3026-
DEFAULT_VALUE 179
3026+
DEFAULT_VALUE 180
30273027
VARIABLE_SCOPE GLOBAL
30283028
VARIABLE_TYPE BIGINT UNSIGNED
30293029
VARIABLE_COMMENT Maximum number of statement instruments.

0 commit comments

Comments
 (0)