mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Patching tests to make them pass on all platforms.
mysql-test/include/rpl_udf.inc: Adding a replace on the slave side as well to make test pass on both Unix and Windows. mysql-test/r/rpl_udf.result: Result change
This commit is contained in:
@ -45,6 +45,7 @@ sync_with_master;
|
||||
# Check to see that UDF CREATE statements were replicated
|
||||
--echo "Running on the slave"
|
||||
--enable_info
|
||||
--replace_column 3 UDF_LIB
|
||||
SELECT * FROM mysql.func;
|
||||
--disable_info
|
||||
|
||||
|
Reference in New Issue
Block a user