-
Magnus Blåudd authored
- ndb_trigger.test caused a crash in participant mysqld when renaming a table with triggers. - fix by removing the code that "reopen table" for new name since it works anyway now when triggers are refernced by id rather than by name. - fix .result diffs due to upper/lowercase from information_schema - remove unnecessary drop table if exists etc. from test
Magnus Blåudd authored- ndb_trigger.test caused a crash in participant mysqld when renaming a table with triggers. - fix by removing the code that "reopen table" for new name since it works anyway now when triggers are refernced by id rather than by name. - fix .result diffs due to upper/lowercase from information_schema - remove unnecessary drop table if exists etc. from test
Loading