mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -357,4 +357,13 @@ select * from mysql.plugin WHERE name='unexisting_plugin';
|
||||
name dl
|
||||
UNINSTALL PLUGIN unexisting_plugin;
|
||||
ERROR 42000: PLUGIN unexisting_plugin does not exist
|
||||
#
|
||||
# MDEV-26323 use-after-poison issue of MariaDB server
|
||||
#
|
||||
INSTALL PLUGIN DEALLOCATE SONAME '';
|
||||
ERROR HY000: Can't open shared library '.so'
|
||||
INSTALL PLUGIN DEALLOCATE SONAME 'x';
|
||||
ERROR HY000: Can't open shared library 'x.so'
|
||||
INSTALL PLUGIN DEALLOCATE SONAME 'xx';
|
||||
ERROR HY000: Can't open shared library 'xx.so'
|
||||
# End of 10.2 tests
|
||||
|
Reference in New Issue
Block a user