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

Fix for bug #15623: Test case rpl000001 and rpl_error_ignored_table failure on MacOSX

and bug #15668: Test 'sp-error' crashes server on Mac OS X.
This commit is contained in:
ramil@mysql.com
2005-12-14 21:42:08 +04:00
parent 138ec21cc9
commit 04cff0d055
5 changed files with 7 additions and 5 deletions

View File

@ -45,7 +45,7 @@ select (@id := id) - id from t3;
kill @id;
drop table t2,t3;
connection master;
--error 0,1053
--error 0,1053,2013
reap;
connection master1;
--replace_column 2 # 5 #