mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Language/consistency edits to error messages
and affected test results.
This commit is contained in:
parent
1926d4ee34
commit
3165c7deda
57 changed files with 538 additions and 538 deletions
|
|
@ -18,7 +18,7 @@ Warnings:
|
|||
Note 1003 select test.t1.ID AS `ID`,test.t1.UNIQ AS `UNIQ` from test.t1 where (test.t1.UNIQ = 4084688022709641610)
|
||||
drop table t1;
|
||||
select x'hello';
|
||||
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 'x'hello'' 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 'x'hello'' at line 1
|
||||
select 0xfg;
|
||||
ERROR 42S22: Unknown column '0xfg' in 'field list'
|
||||
create table t1 select 1 as x, 2 as xx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue