1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

The test suite erroneously removes backslashes.

This commit is contained in:
cmiller@zippy.cornsilk.net
2007-04-03 14:05:00 -04:00
parent 27720d8b26
commit 9e71adc46f
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ show profiles;
select * from t1;
--replace_column 2 #
show profiles;
--echo This ^^ should end in \"select * from t1;\"
--echo This ^^ should end in "select * from t1;"
delete from t1;
insert into t1 values (1), (2), (3);