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

Merge 5.1->5.1-rpl

Fix paths and name of a few files to make it work with new mtr.pl
This commit is contained in:
Magnus Svensson
2008-05-30 11:12:07 +02:00
1343 changed files with 298106 additions and 131741 deletions

View File

@ -820,7 +820,6 @@ call p1();
drop trigger t1_bi;
create trigger t1_bi after insert on t1 for each row insert into t3 values (new.id);
execute stmt1;
ERROR 42S02: Table 'test.t3' doesn't exist
call p1();
ERROR 42S02: Table 'test.t3' doesn't exist
deallocate prepare stmt1;