diff options
Diffstat (limited to 'mysql-test/main/mysqld_help_crash-9183.test')
-rw-r--r-- | mysql-test/main/mysqld_help_crash-9183.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/main/mysqld_help_crash-9183.test b/mysql-test/main/mysqld_help_crash-9183.test new file mode 100644 index 00000000..ff7df32e --- /dev/null +++ b/mysql-test/main/mysqld_help_crash-9183.test @@ -0,0 +1,9 @@ +# +# 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; + |