~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to mysql-test/t/partition_innodb_semi_consistent.test

auto-merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
--echo # 3. test for updated key column:
158
158
 
159
159
TRUNCATE t1;
160
 
TRUNCATE t2;
 
160
DELETE FROM t2;
161
161
 
162
162
INSERT INTO t1 VALUES (1,'init');
163
163