summaryrefslogtreecommitdiffstats
path: root/storage/myisammrg/mysql-test/storage_engine/tbl_opt_insert_method.rdiff
blob: f5dc536c7ee8def12e40371a37f86258028b87c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- tbl_opt_insert_method.result	2013-01-22 22:05:05.246633000 +0400
+++ tbl_opt_insert_method.reject	2013-01-23 02:51:01.211482922 +0400
@@ -5,12 +5,12 @@
 t1	CREATE TABLE `t1` (
   `a` int(11) DEFAULT NULL,
   `b` char(8) DEFAULT NULL
-) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1 INSERT_METHOD=FIRST
+) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1 INSERT_METHOD=FIRST UNION=(`mrg`.`t1`)
 ALTER TABLE t1 INSERT_METHOD=NO;
 SHOW CREATE TABLE t1;
 Table	Create Table
 t1	CREATE TABLE `t1` (
   `a` int(11) DEFAULT NULL,
   `b` char(8) DEFAULT NULL
-) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1
+) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1 UNION=(`mrg`.`t1`)
 DROP TABLE t1;