diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2007-04-03 14:05:00 -0400 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2007-04-03 14:05:00 -0400 |
commit | d80d40acc8b35f90a1bdf8852b387fc4db0d5c0f (patch) | |
tree | 149f36ab9581ab5af0397846f0a90177ff84de30 /mysql-test/r/profiling.result | |
parent | e7e7cc624fb36a973f9e765b7fa1cdf0d9a6e731 (diff) | |
download | mariadb-git-d80d40acc8b35f90a1bdf8852b387fc4db0d5c0f.tar.gz |
The test suite erroneously removes backslashes.
Diffstat (limited to 'mysql-test/r/profiling.result')
-rw-r--r-- | mysql-test/r/profiling.result | 2 |
1 files changed, 1 insertions, 1 deletions
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); |