summaryrefslogtreecommitdiff
path: root/mysql-test/t/profiling.test
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2007-04-03 14:05:00 -0400
committercmiller@zippy.cornsilk.net <>2007-04-03 14:05:00 -0400
commit9e71adc46fea09b1bfe51427121f6848da963eb7 (patch)
tree149f36ab9581ab5af0397846f0a90177ff84de30 /mysql-test/t/profiling.test
parent27720d8b2663f53248327f7210973820ab706e51 (diff)
downloadmariadb-git-9e71adc46fea09b1bfe51427121f6848da963eb7.tar.gz
The test suite erroneously removes backslashes.
Diffstat (limited to 'mysql-test/t/profiling.test')
-rw-r--r--mysql-test/t/profiling.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/profiling.test b/mysql-test/t/profiling.test
index ebde8eeffd8..fd7562f6f16 100644
--- a/mysql-test/t/profiling.test
+++ b/mysql-test/t/profiling.test
@@ -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);