1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +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

@@ -22,7 +22,7 @@ set sql_log_bin=0;
insert into t1 values(2);
set sql_log_bin=1;
save_master_pos;
--error 1062;
--error 1062
insert into t1 values(1),(2);
drop table t1;
save_master_pos;