2009-09-03 15:05:02 +02:00
Test that unknown option is not silently ignored.
Test bad binlog format.
Test bad default storage engine.
Test non-numeric value passed to number option.
Test that bad value for plugin enum option is rejected correctly.
2023-12-12 05:21:10 +00:00
Test to see if multiple unknown options will be displayed in the error output
2024-03-08 22:56:14 +00:00
FOUND 1 /unknown option '--nonexistentoption2'/ in mysqltest.log
FOUND 1 /unknown option '--alsononexistent'/ in mysqltest.log
FOUND 1 /unknown variable 'nonexistentvariable=1'/ in mysqltest.log
2023-12-12 05:21:10 +00:00
Test to see if multiple ambiguous options and invalid arguments will be displayed in the error output
2024-03-08 22:56:14 +00:00
FOUND 1 /Error while setting value 'invalid_value' to 'sql_mode'/ in mysqltest.log
FOUND 1 /ambiguous option '--character'/ in mysqltest.log
FOUND 1 /option '--bootstrap' cannot take an argument/ in mysqltest.log
2024-03-08 23:53:24 +00:00
FOUND 1 /Integer value out of range for uint64: '18446744073709551616'/ in mysqltest.log
2024-02-25 02:03:44 +00:00
FOUND 1 /Error while setting value '18446744073709551616' to 'binlog_cache_size'/ in mysqltest.log
2024-03-08 23:53:24 +00:00
FOUND 1 /Unknown suffix 'y' used for variable 'bulk_insert_buffer_size' \(value '123y'\). Legal suffix characters are: K, M, G, T, P, E/ in mysqltest.log
FOUND 1 /Error while setting value '123y' to 'bulk_insert_buffer_size'/ in mysqltest.log
2009-10-02 14:09:01 +03:00
Test that --help --verbose works
Test that --not-known-option --help --verbose gives error
2009-09-03 15:05:02 +02:00
Done.