~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/global_read_rnd_constraints.test

merge innobase 1.0.9 build fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Test is disabled because drizzleslap error code is now different on different platforms
 
2
 
 
3
# Setup table for tests
 
4
USE test;
 
5
 
 
6
#--source include/setup-global-constraints.inc
 
7
 
 
8
# We appear to need to beef up the table to use the read_rnd buffer at all
 
9
#alter table t1 modify charcol1 varchar(255);
 
10
#alter table t1 modify charcol2 varchar(255);
 
11
#insert into t1 select SQL_BIG_RESULT * from t1;
 
12
#insert into t1 select SQL_BIG_RESULT * from t1;
 
13
#insert into t1 select SQL_BIG_RESULT * from t1;
 
14
#insert into t1 select SQL_BIG_RESULT * from t1;
 
15
#insert into t1 select SQL_BIG_RESULT * from t1;
 
16
 
 
17
# Test for read_rnd buffer constraint
 
18
#--error 134
 
19
#--exec $DRIZZLE_SLAP -q "SELECT SQL_BIG_RESULT * FROM t1 ORDER BY 1" -c100 --iterations=1 --number-of-queries=1000 --create-schema=test