File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
storage/rocksdb/mysql-test/rocksdb/t Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9
9
--loose-enable-rocksdb_cfstats
10
10
--loose-enable-rocksdb_lock_info
11
11
--loose-enable-rocksdb_trx
12
+ --loose-enable-rocksdb_locks
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set @prior_rocksdb_deadlock_detect = @@rocksdb_deadlock_detect;
11
11
set global rocksdb_lock_wait_timeout = 100000 ;
12
12
set global rocksdb_deadlock_detect = ON ;
13
13
14
- exec python suite /rocksdb /t /rocksdb_deadlock_stress . py root 127.0.0.1 $MASTER_MYPORT test t1 10000 10 ;
14
+ exec python .. / storage / rocksdb / mysql - test /rocksdb /t /rocksdb_deadlock_stress . py root 127.0.0.1 $MASTER_MYPORT test t1 10000 10 ;
15
15
16
16
set global rocksdb_lock_wait_timeout = @prior_rocksdb_lock_wait_timeout ;
17
17
set global rocksdb_deadlock_detect = @prior_rocksdb_deadlock_detect ;
You can’t perform that action at this time.
0 commit comments