diff options
author | Yuchen Pei <yuchen.pei@mariadb.com> | 2023-03-23 09:41:45 +1100 |
---|---|---|
committer | Yuchen Pei <yuchen.pei@mariadb.com> | 2023-03-28 16:45:22 +1100 |
commit | 113bef50e33a838c5cb637ef4a042cbcad79e7a2 (patch) | |
tree | 908f9c6ec6b95e1eb71d761c4e359b7f9cd550df | |
parent | 4c226c185015faa40fbd9b5e70bca5d819f2c3d5 (diff) | |
download | mariadb-git-113bef50e33a838c5cb637ef4a042cbcad79e7a2.tar.gz |
MDEV-30581 Add a testcase for MDEV-29904
-rw-r--r-- | storage/spider/mysql-test/spider/bugfix/r/mdev_29904.result | 4 | ||||
-rw-r--r-- | storage/spider/mysql-test/spider/bugfix/t/mdev_29904.test | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/storage/spider/mysql-test/spider/bugfix/r/mdev_29904.result b/storage/spider/mysql-test/spider/bugfix/r/mdev_29904.result new file mode 100644 index 00000000000..c89309a514d --- /dev/null +++ b/storage/spider/mysql-test/spider/bugfix/r/mdev_29904.result @@ -0,0 +1,4 @@ +# +# MDEV-29904 SPIDER plugin initialization fails upon startup +# +# restart: --plugin-load-add=ha_spider diff --git a/storage/spider/mysql-test/spider/bugfix/t/mdev_29904.test b/storage/spider/mysql-test/spider/bugfix/t/mdev_29904.test new file mode 100644 index 00000000000..d3dcb363890 --- /dev/null +++ b/storage/spider/mysql-test/spider/bugfix/t/mdev_29904.test @@ -0,0 +1,6 @@ +--echo # +--echo # MDEV-29904 SPIDER plugin initialization fails upon startup +--echo # + +--let $restart_parameters=--plugin-load-add=ha_spider +--source include/restart_mysqld.inc |