mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
Post-merge buildbot fixes:
- Update trivial .reject/.result differences (all checked)
This commit is contained in:
@@ -12,7 +12,7 @@ include/start_slave.inc
|
||||
[ on master ]
|
||||
drop table if exists t1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 't1'
|
||||
Note 1051 Unknown table 'test.t1'
|
||||
create table t1 (i int);
|
||||
insert into t1 values (1);
|
||||
[ on slave: synchronized ]
|
||||
|
||||
Reference in New Issue
Block a user