[MDEV-7108] Made long semaphore wait timeout configurable Created: 2014-11-13 Updated: 2018-02-13 Resolved: 2014-11-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Fix Version/s: | 10.1.2 |
| Type: | Task | Priority: | Minor |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
https://github.com/facebook/mysql-5.6/commit/cd063ab930f05efdba39d504543998512d1bd71f This diff introduced a new system variable fatal_semaphore_timeout, Its default/min/max vlaues are 600/1/2^32-1 in seconds (it was hardcoded |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2014-11-17 ] |
|
commit 7bf391c2059f452eafb424336faa30d402f92b67 Merge Facebook commit https://github.com/facebook/mysql-5.6/commit/cd063ab93 Introduced a new configuration variable innodb_fatal_semaphore_wait_threshol Its default/min/max vlaues are 600/1/2^32-1 in seconds (it was hardcoded |