1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#38311 - Fix of some cruft from remove_files in ndb_autodiscover.test, clean up of distinct.test,

and replacing error numbers with error names.
This commit is contained in:
Patrick Crews
2008-09-23 05:24:32 -04:00
7 changed files with 156 additions and 99 deletions

View File

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