mirror of
https://github.com/MariaDB/server.git
synced 2025-11-22 17:44:29 +03:00
Update test results to fix trivial test failures in parts testsuite
- New error message text - PARTITION is now a reserved word in SQL, so it should be quoted
This commit is contained in:
@@ -20,35 +20,35 @@ CREATE TEMPORARY TABLE nt_tmp_xx_1 ( id INT ) ENGINE = MyIsam;
|
||||
CREATE TEMPORARY TABLE tt_tmp_xx_1 ( id INT ) ENGINE = Innodb;
|
||||
DROP TEMPORARY TABLE IF EXISTS nt_tmp_2;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'nt_tmp_2'
|
||||
Note 1051 Unknown table 'test.nt_tmp_2'
|
||||
CREATE TEMPORARY TABLE nt_tmp_2 ( id INT ) ENGINE = MyIsam;
|
||||
DROP TEMPORARY TABLE IF EXISTS nt_tmp_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'nt_tmp_1'
|
||||
Note 1051 Unknown table 'test.nt_tmp_1'
|
||||
CREATE TEMPORARY TABLE nt_tmp_1 ( id INT ) ENGINE = MyIsam;
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_tmp_2;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_tmp_2'
|
||||
Note 1051 Unknown table 'test.tt_tmp_2'
|
||||
CREATE TEMPORARY TABLE tt_tmp_2 ( id INT ) ENGINE = Innodb;
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_tmp_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_tmp_1'
|
||||
Note 1051 Unknown table 'test.tt_tmp_1'
|
||||
CREATE TEMPORARY TABLE tt_tmp_1 ( id INT ) ENGINE = Innodb;
|
||||
DROP TABLE IF EXISTS nt_2;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'nt_2'
|
||||
Note 1051 Unknown table 'test.nt_2'
|
||||
CREATE TABLE nt_2 ( id INT ) ENGINE = MyIsam;
|
||||
DROP TABLE IF EXISTS nt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'nt_1'
|
||||
Note 1051 Unknown table 'test.nt_1'
|
||||
CREATE TABLE nt_1 ( id INT ) ENGINE = MyIsam;
|
||||
DROP TABLE IF EXISTS tt_2;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_2'
|
||||
Note 1051 Unknown table 'test.tt_2'
|
||||
CREATE TABLE tt_2 ( id INT ) ENGINE = Innodb;
|
||||
DROP TABLE IF EXISTS tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
CREATE TABLE tt_1 ( id INT ) ENGINE = Innodb;
|
||||
SET @commands= '';
|
||||
#########################################################################
|
||||
@@ -76,7 +76,7 @@ master-bin.000001 # Query # # use `test`; DROP TEMPORARY TABLE `nt_tmp_2` /* gen
|
||||
|
||||
SET @commands= 'Drop-Temp-Xe-Temp';
|
||||
DROP TEMPORARY TABLE tt_xx_1;
|
||||
ERROR 42S02: Unknown table 'tt_xx_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-Temp-Xe-Temp << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
-e-e-e-e-e-e-e-e-e-e-e- >> Drop-Temp-Xe-Temp << -e-e-e-e-e-e-e-e-e-e-e-
|
||||
@@ -84,7 +84,7 @@ include/show_binlog_events.inc
|
||||
SET @commands= 'Drop-Temp-If-Xe-Temp';
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_xx_1'
|
||||
Note 1051 Unknown table 'test.tt_xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-Temp-If-Xe-Temp << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -93,7 +93,7 @@ master-bin.000001 # Query # # use `test`; DROP TEMPORARY TABLE IF EXISTS `tt_xx_
|
||||
|
||||
SET @commands= 'Drop-Temp-TXe-Temp';
|
||||
DROP TEMPORARY TABLE tt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-Temp-TXe-Temp << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -103,7 +103,7 @@ master-bin.000001 # Query # # use `test`; DROP TEMPORARY TABLE `tt_tmp_2` /* gen
|
||||
SET @commands= 'Drop-Temp-If-TXe-Temp';
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-Temp-If-TXe-Temp << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -112,7 +112,7 @@ master-bin.000001 # Query # # use `test`; DROP TEMPORARY TABLE IF EXISTS `tt_tmp
|
||||
|
||||
SET @commands= 'Drop-Temp-NXe-Temp';
|
||||
DROP TEMPORARY TABLE nt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-Temp-NXe-Temp << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -122,7 +122,7 @@ master-bin.000001 # Query # # use `test`; DROP TEMPORARY TABLE `nt_tmp_2` /* gen
|
||||
SET @commands= 'Drop-Temp-If-NXe-Temp';
|
||||
DROP TEMPORARY TABLE IF EXISTS nt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-Temp-If-NXe-Temp << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -237,7 +237,7 @@ SET @commands= 'B T Drop-Temp-Xe-Temp C';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_xx_1;
|
||||
ERROR 42S02: Unknown table 'tt_xx_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_xx_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-Xe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -251,10 +251,10 @@ SET @commands= 'B T Drop-Temp-Xe-Temp N Drop-Temp-Xe-Temp C';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_xx_1;
|
||||
ERROR 42S02: Unknown table 'tt_xx_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_xx_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_xx_1;
|
||||
ERROR 42S02: Unknown table 'tt_xx_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_xx_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-Xe-Temp N Drop-Temp-Xe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -272,7 +272,7 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_xx_1'
|
||||
Note 1051 Unknown table 'test.tt_xx_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-If-Xe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -288,11 +288,11 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_xx_1'
|
||||
Note 1051 Unknown table 'test.tt_xx_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_xx_1'
|
||||
Note 1051 Unknown table 'test.tt_xx_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-If-Xe-Temp N Drop-Temp-If-Xe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -311,7 +311,7 @@ SET @commands= 'B T Drop-Temp-TXe-Temp C';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-TXe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -326,10 +326,10 @@ SET @commands= 'B T Drop-Temp-TXe-Temp N Drop-Temp-TXe-Temp C';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_tmp_1, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-TXe-Temp N Drop-Temp-TXe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -349,7 +349,7 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-If-TXe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -365,11 +365,11 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_tmp_1, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-If-TXe-Temp N Drop-Temp-If-TXe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -388,7 +388,7 @@ SET @commands= 'B T Drop-Temp-NXe-Temp C';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE nt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-NXe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -405,10 +405,10 @@ SET @commands= 'B T Drop-Temp-NXe-Temp N Drop-Temp-NXe-Temp C';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE nt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE nt_tmp_1, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-NXe-Temp N Drop-Temp-NXe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -432,7 +432,7 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS nt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-If-NXe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -451,11 +451,11 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS nt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS nt_tmp_1, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
COMMIT;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-If-NXe-Temp N Drop-Temp-If-NXe-Temp C << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -745,7 +745,7 @@ SET @commands= 'B T Drop-Temp-Xe-Temp R';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_xx_1;
|
||||
ERROR 42S02: Unknown table 'tt_xx_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_xx_1'
|
||||
ROLLBACK;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-Xe-Temp R << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -759,10 +759,10 @@ SET @commands= 'B T Drop-Temp-Xe-Temp N Drop-Temp-Xe-Temp R';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_xx_1;
|
||||
ERROR 42S02: Unknown table 'tt_xx_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_xx_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_xx_1;
|
||||
ERROR 42S02: Unknown table 'tt_xx_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_xx_1'
|
||||
ROLLBACK;
|
||||
Warnings:
|
||||
Warning # Some non-transactional changed tables couldn't be rolled back
|
||||
@@ -782,7 +782,7 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_xx_1'
|
||||
Note 1051 Unknown table 'test.tt_xx_1'
|
||||
ROLLBACK;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-If-Xe-Temp R << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -798,11 +798,11 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_xx_1'
|
||||
Note 1051 Unknown table 'test.tt_xx_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_xx_1'
|
||||
Note 1051 Unknown table 'test.tt_xx_1'
|
||||
ROLLBACK;
|
||||
Warnings:
|
||||
Warning # Some non-transactional changed tables couldn't be rolled back
|
||||
@@ -823,7 +823,7 @@ SET @commands= 'B T Drop-Temp-TXe-Temp R';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
ROLLBACK;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-TXe-Temp R << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -838,10 +838,10 @@ SET @commands= 'B T Drop-Temp-TXe-Temp N Drop-Temp-TXe-Temp R';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE tt_tmp_1, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
ROLLBACK;
|
||||
Warnings:
|
||||
Warning # Some non-transactional changed tables couldn't be rolled back
|
||||
@@ -863,7 +863,7 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
ROLLBACK;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-If-TXe-Temp R << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -879,11 +879,11 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS tt_tmp_1, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
ROLLBACK;
|
||||
Warnings:
|
||||
Warning # Some non-transactional changed tables couldn't be rolled back
|
||||
@@ -904,7 +904,7 @@ SET @commands= 'B T Drop-Temp-NXe-Temp R';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE nt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
ROLLBACK;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-NXe-Temp R << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -921,10 +921,10 @@ SET @commands= 'B T Drop-Temp-NXe-Temp N Drop-Temp-NXe-Temp R';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE nt_tmp_2, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE nt_tmp_1, tt_1;
|
||||
ERROR 42S02: Unknown table 'tt_1'
|
||||
ERROR 42S02: Unknown table 'test.tt_1'
|
||||
ROLLBACK;
|
||||
Warnings:
|
||||
Warning # Some non-transactional changed tables couldn't be rolled back
|
||||
@@ -950,7 +950,7 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS nt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
ROLLBACK;
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Temp-If-NXe-Temp R << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
@@ -969,11 +969,11 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS nt_tmp_2, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
INSERT INTO nt_xx_1() VALUES (1);
|
||||
DROP TEMPORARY TABLE IF EXISTS nt_tmp_1, tt_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tt_1'
|
||||
Note 1051 Unknown table 'test.tt_1'
|
||||
ROLLBACK;
|
||||
Warnings:
|
||||
Warning # Some non-transactional changed tables couldn't be rolled back
|
||||
@@ -1216,7 +1216,7 @@ master-bin.000001 # Query # # use `test`; DROP TABLE `nt_2` /* generated by serv
|
||||
|
||||
SET @commands= 'Drop-Xe';
|
||||
DROP TABLE xx_1;
|
||||
ERROR 42S02: Unknown table 'xx_1'
|
||||
ERROR 42S02: Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-Xe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
-e-e-e-e-e-e-e-e-e-e-e- >> Drop-Xe << -e-e-e-e-e-e-e-e-e-e-e-
|
||||
@@ -1224,7 +1224,7 @@ include/show_binlog_events.inc
|
||||
SET @commands= 'Drop-If-Xe';
|
||||
DROP TABLE IF EXISTS xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'xx_1'
|
||||
Note 1051 Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-If-Xe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1233,7 +1233,7 @@ master-bin.000001 # Query # # use `test`; DROP TABLE IF EXISTS `xx_1` /* generat
|
||||
|
||||
SET @commands= 'Drop-TXe';
|
||||
DROP TABLE tt_2, xx_1;
|
||||
ERROR 42S02: Unknown table 'xx_1'
|
||||
ERROR 42S02: Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-TXe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1243,7 +1243,7 @@ master-bin.000001 # Query # # use `test`; DROP TABLE `tt_2`,`xx_1` /* generated
|
||||
SET @commands= 'Drop-If-TXe';
|
||||
DROP TABLE IF EXISTS tt_2, xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'xx_1'
|
||||
Note 1051 Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-If-TXe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1252,7 +1252,7 @@ master-bin.000001 # Query # # use `test`; DROP TABLE IF EXISTS `tt_2`,`xx_1` /*
|
||||
|
||||
SET @commands= 'Drop-NXe';
|
||||
DROP TABLE nt_2, xx_1;
|
||||
ERROR 42S02: Unknown table 'xx_1'
|
||||
ERROR 42S02: Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-NXe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1262,7 +1262,7 @@ master-bin.000001 # Query # # use `test`; DROP TABLE `nt_2`,`xx_1` /* generated
|
||||
SET @commands= 'Drop-If-NXe';
|
||||
DROP TABLE IF EXISTS nt_2, xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'xx_1'
|
||||
Note 1051 Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> Drop-If-NXe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1346,7 +1346,7 @@ SET @commands= 'B T Drop-Xe';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TABLE xx_1;
|
||||
ERROR 42S02: Unknown table 'xx_1'
|
||||
ERROR 42S02: Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-Xe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1360,7 +1360,7 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TABLE IF EXISTS xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'xx_1'
|
||||
Note 1051 Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-If-Xe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1374,7 +1374,7 @@ SET @commands= 'B T Drop-TXe';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TABLE tt_2, xx_1;
|
||||
ERROR 42S02: Unknown table 'xx_1'
|
||||
ERROR 42S02: Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-TXe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1389,7 +1389,7 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TABLE IF EXISTS tt_2, xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'xx_1'
|
||||
Note 1051 Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-If-TXe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1403,7 +1403,7 @@ SET @commands= 'B T Drop-NXe';
|
||||
BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TABLE nt_2, xx_1;
|
||||
ERROR 42S02: Unknown table 'xx_1'
|
||||
ERROR 42S02: Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-NXe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
@@ -1418,7 +1418,7 @@ BEGIN;
|
||||
INSERT INTO tt_xx_1() VALUES (1);
|
||||
DROP TABLE IF EXISTS nt_2, xx_1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'xx_1'
|
||||
Note 1051 Unknown table 'test.xx_1'
|
||||
-b-b-b-b-b-b-b-b-b-b-b- >> B T Drop-If-NXe << -b-b-b-b-b-b-b-b-b-b-b-
|
||||
include/show_binlog_events.inc
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
|
||||
Reference in New Issue
Block a user