mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
mwl:98 - libservices
This commit is contained in:
@@ -22,6 +22,12 @@ SELECT * FROM t1;
|
||||
|
||||
DROP TABLE t1;
|
||||
|
||||
# a couple of tests for variables
|
||||
set global example_ulong_var=500;
|
||||
set global example_enum_var= e1;
|
||||
show status like 'example%';
|
||||
show variables like 'example%';
|
||||
|
||||
UNINSTALL PLUGIN example;
|
||||
--error 1305
|
||||
UNINSTALL PLUGIN EXAMPLE;
|
||||
|
||||
Reference in New Issue
Block a user