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

@ -1,5 +1,7 @@
CREATE TABLE t1(a int) ENGINE=EXAMPLE;
ERROR 42000: Unknown storage engine 'EXAMPLE'
INSTALL PLUGIN non_exist SONAME 'ha_example';
ERROR HY000: Can't find symbol 'non_exist' in library 'ha_example.so'
INSTALL PLUGIN example SONAME 'ha_example';
INSTALL PLUGIN EXAMPLE SONAME 'ha_example';
ERROR HY000: Plugin 'EXAMPLE' already installed