diff options
author | unknown <paul@ice.snake.net> | 2004-06-15 22:18:20 -0500 |
---|---|---|
committer | unknown <paul@ice.snake.net> | 2004-06-15 22:18:20 -0500 |
commit | 3165c7deda48c89f98f21204616376aa3eebfb3a (patch) | |
tree | 55d5ba340ed500c61110e640666ad2cde8553489 /mysql-test/r/multi_update.result | |
parent | 1926d4ee3429f18ba7acd3e3b7436596fceb7f4b (diff) | |
download | mariadb-git-3165c7deda48c89f98f21204616376aa3eebfb3a.tar.gz |
Language/consistency edits to error messages
and affected test results.
Diffstat (limited to 'mysql-test/r/multi_update.result')
-rw-r--r-- | mysql-test/r/multi_update.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/multi_update.result b/mysql-test/r/multi_update.result index d8c70625e35..b4b78dc4b5b 100644 --- a/mysql-test/r/multi_update.result +++ b/mysql-test/r/multi_update.result @@ -191,7 +191,7 @@ n d unix_timestamp(t) 1 10 1038401397 2 20 1038401397 UPDATE t1,t2 SET 1=2 WHERE t1.n=t2.n; -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 '1=2 WHERE t1.n=t2.n' at line 1 +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 '1=2 WHERE t1.n=t2.n' at line 1 drop table t1,t2; set timestamp=0; set sql_safe_updates=0; |