summaryrefslogtreecommitdiffstats
path: root/storage/myisammrg/mysql-test/storage_engine/tbl_opt_max_rows.rdiff
blob: 3eebf8cce9ba31ad891950778f6d429486eb5df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- tbl_opt_max_rows.result	2013-01-22 22:05:05.246633000 +0400
+++ tbl_opt_max_rows.reject	2013-01-23 02:51:02.403467936 +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 MAX_ROWS=10000000
+) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1 MAX_ROWS=10000000 INSERT_METHOD=LAST UNION=(`mrg`.`t1`)
 ALTER TABLE t1 MAX_ROWS=30000000;
 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 MAX_ROWS=30000000
+) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1 MAX_ROWS=30000000 INSERT_METHOD=LAST UNION=(`mrg`.`t1`)
 DROP TABLE t1;