This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-20 22:12:30 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3a643b0a34
mariadb
/
mysql-test
/
t
/
concurrent_innodb_unsafelog-master.opt
3 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
WL#1012: All changes as one single changeset. This includes both code and test cases.
2005-12-22 06:39:02 +01:00
--innodb_locks_unsafe_for_binlog
Bug#21579 - innodb_concurrent random failures with varying differences Due to unknown changes the test failed in some ways. Fixed by checking the test case in detail, commenting the expected behavior, and fixing error directives. In the course of the analyze unneeded get_lock()/release_lock() use, unneeded send/reap use, and unneeded sleeps were removed. The lock wait timeout was reduced to 1 second, so that this is no big-test any more. The test was split into two parts, one running the tests with --innodb_locks_unsafe_for_binlog, the other part without. The main part (include/concurrent.inc) conditionally expects lock wait timeouts based on the value of the system variable innodb_locks_unsafe_for_binlog. The major part of the patch comes from Kristofer Pettersson. (Chad queues this patch on demand by Trudy/Davi.)
2008-08-15 20:48:14 +02:00
--innodb_lock_wait_timeout=1
Reference in a new issue
Copy permalink