1320.4.2
by Joe Daly
add tests and get them working |
1 |
--exec $DRIZZLE_SLAP --silent --concurrency=10 --iterations=20 --query="SELECT * FROM t1" --create="CREATE TABLE t1 (id int, name varchar(64)); INSERT INTO t1 VALUES (1, 'This is a test')" --delimiter=";" --commit=10 |
2 |
||
3 |
--replace_column 1 # |
|
1393.1.1
by Brian Aker
Test was non-determinitic. |
4 |
SELECT count(*) FROM DATA_DICTIONARY.CURRENT_SQL_COMMANDS; |
1320.5.10
by Joe Daly
merge trunk |
5 |