~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to conf/metadata_locking.cc

merge from internal tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$combinations = [
 
2
        ['
 
3
                --grammar=conf/metadata_locking.yy
 
4
                --gendata=conf/metadata_locking.zz
 
5
                --queries=100K
 
6
                --duration=600
 
7
                --basedir=/build/bzr/azalea-bugfixing
 
8
                --validator=ResultsetProperties
 
9
                --reporters=Deadlock,ErrorLog,Backtrace,Shutdown
 
10
                --mysqld=--innodb-lock-wait-timeout=1
 
11
                --mysqld=--transaction-isolation=REPEATABLE-READ
 
12
        '], [
 
13
                '--engine=MyISAM',
 
14
                '--engine=MEMORY',
 
15
                '--engine=Innodb'
 
16
        ], [
 
17
                '--rows=1',
 
18
                '--rows=10',
 
19
                '--rows=100',
 
20
        ],
 
21
        [
 
22
                '--threads=4',
 
23
                '--threads=8',
 
24
                '--threads=16',
 
25
                '--threads=32',
 
26
                '--threads=64',
 
27
                '--threads=128'
 
28
        ]
 
29
];