mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
BUG#28722 (Multi-engine statements on has_own_binlogging engine):
Test fixes resulting from changed semantics.
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=NDB;
|
||||
insert into t2 values(fn1(2));
|
||||
SHOW CREATE TABLE test.t1;
|
||||
Table Create Table
|
||||
|
||||
Reference in New Issue
Block a user