1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Move the test not suitable for embedded.

This commit is contained in:
Oleksandr Byelkin
2019-07-26 13:15:44 +02:00
parent cc37250a76
commit f8a1a262e2
4 changed files with 13 additions and 9 deletions

View File

@ -232,10 +232,4 @@ select convert('admin𝌆' using utf8);
--error ER_UDF_NO_PATHS
install plugin foo soname 'admin𝌆';
#
# Bug#27302459: EMPTY VALUE IN MYSQL.PLUGIN TABLE CAUSES SERVER TO EXIT ON STARTUP
#
insert mysql.plugin values ();
source include/restart_mysqld.inc;
delete from mysql.plugin where name = '';
--echo # End of 5.5 test