Skip to content

Commit

Permalink
Fixed buildbot failures with --embedded-server
Browse files Browse the repository at this point in the history
This push just fixes tests, nothing wrong in server
  • Loading branch information
montywi committed May 13, 2017
1 parent 238eb41 commit 38acc29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/sql_sequence/read_only.test
@@ -1,4 +1,5 @@
--source include/have_innodb.inc
--source include/not_embedded.inc

#
# Test innodb read only
Expand Down
4 changes: 2 additions & 2 deletions mysql-test/suite/sys_vars/r/sysvars_server_embedded.result
Expand Up @@ -2867,9 +2867,9 @@ READ_ONLY YES
COMMAND_LINE_ARGUMENT REQUIRED
VARIABLE_NAME PERFORMANCE_SCHEMA_MAX_STATEMENT_CLASSES
SESSION_VALUE NULL
GLOBAL_VALUE 189
GLOBAL_VALUE 190
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE 189
DEFAULT_VALUE 190
VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE BIGINT UNSIGNED
VARIABLE_COMMENT Maximum number of statement instruments.
Expand Down

0 comments on commit 38acc29

Please sign in to comment.