mariadb/mysql-test/main/mysqld_help_crash-9183.test
2018-03-29 13:59:44 +03:00

9 lines
216 B
Text

#
# MDEV-9183 MariaDB 10.1 crash on `mysqld --verbose --help`
#
rename table mysql.plugin to test.plugin;
flush tables;
--exec $MYSQLD_CMD --help --verbose >/dev/null 2>&1
rename table test.plugin to mysql.plugin;