Skip to content
Permalink
Browse files
[MDEV-7978] Update test cases
Update test to account for the new SHOW CREATE USER command.
  • Loading branch information
cvicentiu authored and grooverdan committed Sep 20, 2020
1 parent f8b8d20 commit a470b35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1360,7 +1360,7 @@ performance-schema-max-rwlock-instances -1
performance-schema-max-socket-classes 10
performance-schema-max-socket-instances -1
performance-schema-max-stage-classes 150
performance-schema-max-statement-classes 179
performance-schema-max-statement-classes 180
performance-schema-max-table-handles -1
performance-schema-max-table-instances -1
performance-schema-max-thread-classes 50
@@ -3021,9 +3021,9 @@ READ_ONLY YES
COMMAND_LINE_ARGUMENT REQUIRED
VARIABLE_NAME PERFORMANCE_SCHEMA_MAX_STATEMENT_CLASSES
SESSION_VALUE NULL
GLOBAL_VALUE 179
GLOBAL_VALUE 180
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 179
DEFAULT_VALUE 180
VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_COMMENT Maximum number of statement instruments.

0 comments on commit a470b35

Please sign in to comment.