1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

BUG#11316: mysqltest, problems when assigning value with '#' to $variable

- Add stricter checking of syntax in mysqltest
This commit is contained in:
msvensson@neptunus.(none)
2005-08-31 17:16:05 +02:00
parent 9ed35f83fa
commit 2fc6ef3a40
14 changed files with 541 additions and 479 deletions

View File

@@ -123,7 +123,7 @@ connection master;
reset master;
create table t2 (day date,id int(9),category enum('a','b','c'),name varchar(60),
unique(day));
--error 1062;
--error 1062
load data infile '../../std_data/rpl_loaddata2.dat' into table t2 fields
terminated by ',' optionally enclosed by '%' escaped by '@' lines terminated by
'\n##\n' starting by '>' ignore 1 lines;