1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
This commit is contained in:
monty@tik.mysql.fi
2001-07-10 16:09:15 +03:00
36 changed files with 543 additions and 580 deletions

View File

@ -21,7 +21,7 @@ drop table t1;
#
--error 1064
select x'hello';
--error 1064
--error 1054
select 0xfg;
#