Apply --where to chunk size test on replicas.

This commit is contained in:
Daniel Nichter
2012-01-31 12:42:53 -07:00
parent 1fb316b63e
commit 9d3c2f5002
4 changed files with 641 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
DROP DATABASE IF EXISTS test;
CREATE DATABASE test;
USE test;
CREATE TABLE t (
id INT NOT NULL PRIMARY KEY,
city VARCHAR(255) NOT NULL
) ENGINE=InnoODB;