mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '5.5' into 10.1
This commit is contained in:
@ -11,3 +11,6 @@ UNINSTALL PLUGIN example;
|
||||
DROP USER bug51770@localhost;
|
||||
INSTALL PLUGIN example SONAME '../ha_example.so';
|
||||
ERROR HY000: No paths allowed for shared library
|
||||
insert mysql.plugin values ();
|
||||
delete from mysql.plugin where name = '';
|
||||
# End of 5.5 tests
|
||||
|
Reference in New Issue
Block a user