1
1
# WL#5004 Comprehensive Locking Stress Test for Azalea
3
# Grammar for generation of templates of testing objects
5
# This is a prototype which means it might be incomplete and contain errors.
7
# General architecture rule:
9
# - work on copies of the objects created via gendata.pl
10
# - do not modify the objects via gendata.pl
3
# Grammar for generation of templates of testing objects (tables).
6
# - work on copies of the objects
7
# - do not modify the objects
10
# Therefore specialities like
11
# 1. "Special" tables like partitioned, merged, views etc.
12
# 2. Varaition of the storage engine
15
# Please read conf/WL5004_sql.yy for more information.
14
19
rows => [0, 1, 10 ]
15
# partitions => [ undef , 'KEY (pk) PARTITIONS 2' ]
19
types => [ 'int', 'char', 'enum', 'set' ],
20
indexes => [undef, 'key' ],
21
null => [undef, 'not null'],
22
default => [undef, 'default null'],
23
sign => [undef, 'unsigned'],
24
charsets => ['utf8', 'latin1']
24
indexes => [undef, 'key' ]