From 9e71adc46fea09b1bfe51427121f6848da963eb7 Mon Sep 17 00:00:00 2001 From: "cmiller@zippy.cornsilk.net" <> Date: Tue, 3 Apr 2007 14:05:00 -0400 Subject: The test suite erroneously removes backslashes. --- mysql-test/r/profiling.result | 2 +- mysql-test/t/profiling.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test') diff --git a/mysql-test/r/profiling.result b/mysql-test/r/profiling.result index f8aa060eee4..a1e994220b9 100644 --- a/mysql-test/r/profiling.result +++ b/mysql-test/r/profiling.result @@ -198,7 +198,7 @@ Query_ID Duration Query 38 # insert into t2 values (1), (2), (3) 39 # insert into t3 values (1), (2), (3) 40 # select * from t1 -This ^^ should end in "select * from t1;\" +This ^^ should end in "select * from t1;" delete from t1; insert into t1 values (1), (2), (3); insert into t1 values (1), (2), (3); 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); -- cgit v1.2.1