diff options
author | unknown <gluh@mysql.com/eagle.(none)> | 2007-06-06 18:55:21 +0500 |
---|---|---|
committer | unknown <gluh@mysql.com/eagle.(none)> | 2007-06-06 18:55:21 +0500 |
commit | 64c6a91d40cd3885926a7706549cbfc7c3fe565c (patch) | |
tree | e0928907cb8565c0449597a78895631df7c26e0c /mysql-test/r/subselect.result | |
parent | 98c7c87e453e03d7c8df168f734009b4c11d95b1 (diff) | |
download | mariadb-git-64c6a91d40cd3885926a7706549cbfc7c3fe565c.tar.gz |
after merge fix
Diffstat (limited to 'mysql-test/r/subselect.result')
-rw-r--r-- | mysql-test/r/subselect.result | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/subselect.result b/mysql-test/r/subselect.result index aa970e2b171..38f6e2d10e3 100644 --- a/mysql-test/r/subselect.result +++ b/mysql-test/r/subselect.result @@ -2853,9 +2853,6 @@ a 3 4 DROP TABLE t1,t2,t3; -purge master logs before (select adddate(current_timestamp(), interval -4 day)); -ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select adddate(current_timestamp(), interval -4 day))' at line 1 -purge master logs before adddate(current_timestamp(), interval -4 day); CREATE TABLE t1 (f1 INT); CREATE TABLE t2 (f2 INT); INSERT INTO t1 VALUES (1); |