MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
partition_crash_t2.inc
1 # Include file to extend partition_crash with a second table.
2 # To be used with WL#4445: EXCHANGE PARTITION WITH TABLE.
3 --eval $create_statement2
4 --eval $insert_statement2
5 SHOW CREATE TABLE t2;
6 --sorted_result
7 SELECT * FROM t2;
8 --source suite/parts/inc/partition_crash.inc
9 SHOW CREATE TABLE t2;
10 --sorted_result
11 SELECT * FROM t2;
12 DROP TABLE t2;