1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Don't clear warnings for functions or triggers

Fixed failing test
This commit is contained in:
monty@mysql.com
2005-08-15 20:08:58 +03:00
parent 1a6f16edd9
commit c10f05552f
2 changed files with 4 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ insert into t1 set a = now();
select a=b && a=c from t1;
let $time=`select a from t1`;
save_master_pos;
connection slave;
sync_with_master;
--disable_query_log