Skip to content

Commit dbedd9e

Browse files
committed
[MDEV-7978] Update test cases
Update test to account for the new SHOW CREATE USER command.
1 parent b4fcd1a commit dbedd9e

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
@@ -1340,7 +1340,7 @@ performance-schema-max-rwlock-instances -1
13401340
performance-schema-max-socket-classes 10
13411341
performance-schema-max-socket-instances -1
13421342
performance-schema-max-stage-classes 150
1343-
performance-schema-max-statement-classes 179
1343+
performance-schema-max-statement-classes 180
13441344
performance-schema-max-table-handles -1
13451345
performance-schema-max-table-instances -1
13461346
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
@@ -2965,9 +2965,9 @@ READ_ONLY YES
29652965
COMMAND_LINE_ARGUMENT REQUIRED
29662966
VARIABLE_NAME PERFORMANCE_SCHEMA_MAX_STATEMENT_CLASSES
29672967
SESSION_VALUE NULL
2968-
GLOBAL_VALUE 179
2968+
GLOBAL_VALUE 180
29692969
GLOBAL_VALUE_ORIGIN COMPILE-TIME
2970-
DEFAULT_VALUE 179
2970+
DEFAULT_VALUE 180
29712971
VARIABLE_SCOPE GLOBAL
29722972
VARIABLE_TYPE BIGINT UNSIGNED
29732973
VARIABLE_COMMENT Maximum number of statement instruments.

0 commit comments

Comments
 (0)