mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -12,8 +12,10 @@ drop table if exists t1, t2;
|
||||
# Backup the mysql.proc table
|
||||
--enable_prepare_warnings
|
||||
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
|
||||
--disable_cursor_protocol
|
||||
eval SELECT * FROM mysql.proc INTO OUTFILE '$MYSQLTEST_VARDIR/tmp/proc.txt';
|
||||
--disable_prepare_warnings
|
||||
--enable_cursor_protocol
|
||||
--enable_ps2_protocol
|
||||
# Make sure we don't have any procedures left.
|
||||
delete from mysql.proc;
|
||||
|
Reference in New Issue
Block a user