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_notembedded.result | |
parent | 98c7c87e453e03d7c8df168f734009b4c11d95b1 (diff) | |
download | mariadb-git-64c6a91d40cd3885926a7706549cbfc7c3fe565c.tar.gz |
after merge fix
Diffstat (limited to 'mysql-test/r/subselect_notembedded.result')
-rw-r--r-- | mysql-test/r/subselect_notembedded.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/subselect_notembedded.result b/mysql-test/r/subselect_notembedded.result index dd4b0701c32..44ae055425e 100644 --- a/mysql-test/r/subselect_notembedded.result +++ b/mysql-test/r/subselect_notembedded.result @@ -1 +1,3 @@ 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); |