1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-23 08:45:18 +03:00
Files
mariadb/mysql-test/main/mysqld_help_crash-9183.test
2018-03-29 13:59:44 +03:00

10 lines
216 B
Plaintext

#
# 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;