diff options
Diffstat (limited to 'mysql-test/suite/perfschema/r/bad_option.result')
-rw-r--r-- | mysql-test/suite/perfschema/r/bad_option.result | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/r/bad_option.result b/mysql-test/suite/perfschema/r/bad_option.result new file mode 100644 index 00000000..b14dad96 --- /dev/null +++ b/mysql-test/suite/perfschema/r/bad_option.result @@ -0,0 +1,8 @@ +FOUND 1 /\[ERROR\].*unknown variable 'performance-schema-enabled=maybe'/ in my_restart.err +# Server start with invalid startup option value 'performance-schema-enabled=maybe' : pass +FOUND 1 /\[ERROR\].*unknown variable 'performance-schema-max_=12'/ in my_restart.err +# Server start with ambigous startup option 'performance-schema-max_=12' : pass +FOUND 1 /\[ERROR\].*unknown option '--performance-schema-unknown_99'/ in my_restart.err +# Server start with invalid startup option '--performance-schema-unknown_99' : pass +FOUND 1 /Can.t change dir to .*bad_option_h_param/ in my_restart.err +# Server start with invalid startup option value '--datadir=bad_option_h_param' : pass |