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:
@ -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
|
||||
|
Reference in New Issue
Block a user