mirror of
https://github.com/MariaDB/server.git
synced 2025-10-19 21:09:40 +03:00
BUG#28722 (Multi-engine statements on has_own_binlogging engine):
Test fixes resulting from changed semantics. mysql-test/extra/rpl_tests/rpl_row_UUID.test: Using same engine throughout to prevent NDB tests from failing. mysql-test/r/binlog_multi_engine.result: Result change. mysql-test/r/ndb_read_multi_range.result: Result change. mysql-test/r/ndb_trigger.result: Result change. mysql-test/r/rpl_ndb_UUID.result: Result change. mysql-test/r/rpl_row_UUID.result: Result change. mysql-test/t/binlog_multi_engine.test: Removing garbage. mysql-test/t/ndb_read_multi_range.test: Using ndbcluster for table used inside trigger. mysql-test/t/ndb_trigger.test: Using ndbcluster for table used inside trigger.
This commit is contained in:
@@ -24,7 +24,7 @@ end|
|
||||
select fn1(0);
|
||||
fn1(0)
|
||||
0
|
||||
create table t2 (a int);
|
||||
create table t2 (a int) engine=myisam;
|
||||
insert into t2 values(fn1(2));
|
||||
SHOW CREATE TABLE test.t1;
|
||||
Table Create Table
|
||||
|
Reference in New Issue
Block a user