18 lines
428 B
Plaintext
18 lines
428 B
Plaintext
#
|
|
# Index_merge tests for REPLACE and INSERT
|
|
#
|
|
|
|
--source include/no_valgrind_without_big.inc
|
|
|
|
--source include/index_merge_single_col_setup.inc
|
|
--source suite/xengine_main/include/index_merge_insert-and-replace.inc
|
|
|
|
--source include/index_merge_multi_col_setup.inc
|
|
--source suite/xengine_main/include/index_merge_insert-and-replace.inc
|
|
|
|
DROP TABLE t1;
|
|
DROP TABLE t2;
|
|
|
|
|
|
--source suite/xengine/include/check_xengine_log_error.inc
|