mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch bb-10.2-release into bb-10.3-release
This commit is contained in:
@ -492,4 +492,12 @@ select * from mysql.plugin WHERE name='unexisting_udf';
|
||||
name dl
|
||||
DROP FUNCTION unexisting_udf;
|
||||
ERROR 42000: FUNCTION test.unexisting_udf does not exist
|
||||
#
|
||||
# Bug #31674599: THE UDF_INIT() FUNCTION CAUSE SERVER CRASH
|
||||
#
|
||||
call mtr.add_suppression('Invalid row in mysql.func table');
|
||||
insert mysql.func () values ();
|
||||
delete from mysql.func where name = '';
|
||||
#
|
||||
# End of 10.2 tests
|
||||
#
|
||||
|
Reference in New Issue
Block a user