mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
Post-merge buildbot fixes:
- Update trivial .reject/.result differences (all checked)
This commit is contained in:
@@ -10,12 +10,12 @@ Slave_open_temp_tables 0
|
||||
drop database mysqltest;
|
||||
DROP TEMPORARY TABLE IF EXISTS tmp1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tmp1'
|
||||
Note 1051 Unknown table 'test.tmp1'
|
||||
CREATE TEMPORARY TABLE t1 ( a int );
|
||||
DROP TEMPORARY TABLE t1, t2;
|
||||
ERROR 42S02: Unknown table 't2'
|
||||
ERROR 42S02: Unknown table 'test.t2'
|
||||
DROP TEMPORARY TABLE tmp2;
|
||||
ERROR 42S02: Unknown table 'tmp2'
|
||||
ERROR 42S02: Unknown table 'test.tmp2'
|
||||
stop slave;
|
||||
**** On Master ****
|
||||
CREATE TEMPORARY TABLE tmp3 (a int);
|
||||
|
||||
Reference in New Issue
Block a user