1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

restore the error message that was changed by mistake

add a test case
This commit is contained in:
Sergei Golubchik
2024-05-21 20:35:00 +02:00
parent 443aa52c35
commit 9cb0bb1de0
3 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,10 @@
--error ER_UNKNOWN_STORAGE_ENGINE
CREATE TABLE t1(a int) ENGINE=EXAMPLE;
--replace_regex /\.dll/.so/
--error ER_CANT_FIND_DL_ENTRY
INSTALL PLUGIN non_exist SONAME 'ha_example';
INSTALL PLUGIN example SONAME 'ha_example';
--replace_regex /\.dll/.so/
--error ER_PLUGIN_INSTALLED