diff options
author | unknown <mats@romeo.(none)> | 2007-03-30 14:05:34 +0200 |
---|---|---|
committer | unknown <mats@romeo.(none)> | 2007-03-30 14:05:34 +0200 |
commit | 03b4cf5147aaa6f5e8d5ba659f9342639598d9b1 (patch) | |
tree | b84fb7969a51558a66d64881915e51d5acf1771a /mysql-test/include/rpl_udf.inc | |
parent | 02a794767f5dd500a0e5e03d0742be25512f88e5 (diff) | |
download | mariadb-git-03b4cf5147aaa6f5e8d5ba659f9342639598d9b1.tar.gz |
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
Diffstat (limited to 'mysql-test/include/rpl_udf.inc')
-rw-r--r-- | mysql-test/include/rpl_udf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/rpl_udf.inc b/mysql-test/include/rpl_udf.inc index 424bacc4216..d9e19cda484 100644 --- a/mysql-test/include/rpl_udf.inc +++ b/mysql-test/include/rpl_udf.inc @@ -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 |