[MDEV-11635] innodb.innodb_mysql test hangs Created: 2016-12-22 Updated: 2016-12-22 Resolved: 2016-12-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.2.3 |
| Fix Version/s: | 10.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian GNU/Linux unstable |
||
| Description |
|
The following test (adapted from innodb.innodb_mysql) reports a timeout for LOCK TABLES:
In 10.2, this will fail as follows:
In MariaDB 10.2, the test innodb.innodb_mysql would hang because a change with the two SET statements below was not merged from MySQL 5.7 commit 704231728c05:
Possibly the following change was merged incorrectly from MySQL 5.7: |
| Comments |
| Comment by Marko Mäkelä [ 2016-12-22 ] |
|
I copied and adapted the test from MySQL 5.7.17 to MariaDB 10.2.3. |