summaryrefslogtreecommitdiff
path: root/mysql-test/t/ps_1general.test
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-02-17 02:59:39 +0100
committerkent@mysql.com <>2005-02-17 02:59:39 +0100
commit75ebab7861a6d02f849757aecdd2d5c7c85b52a7 (patch)
treefb244a988170034eb7d7b6625ac8117dc299b90f /mysql-test/t/ps_1general.test
parent75b0b945ca954848e1aa492f18d5b99148524b49 (diff)
downloadmariadb-git-75ebab7861a6d02f849757aecdd2d5c7c85b52a7.tar.gz
Windows compatibility changes of the 'rpl_delete_all',
'ps_1general' and 'fulltext_cache' test cases.
Diffstat (limited to 'mysql-test/t/ps_1general.test')
-rw-r--r--mysql-test/t/ps_1general.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/ps_1general.test b/mysql-test/t/ps_1general.test
index 5450512b959..4ab81dfcac5 100644
--- a/mysql-test/t/ps_1general.test
+++ b/mysql-test/t/ps_1general.test
@@ -599,6 +599,7 @@ drop table t2;
prepare stmt1 from ' rename table t5 to t6, t7 to t8 ' ;
create table t5 (a int) ;
# rename must fail, t7 does not exist
+--replace_result \\ /
--error 1017
execute stmt1 ;
create table t7 (a int) ;