[MDEV-6531] MySQL Bug #72809 - InnoDB Linux native aio setup missing barrier after setup Created: 2014-08-05 Updated: 2016-02-16 Resolved: 2016-02-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.0.24 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Axel Schwenke |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The following patch is suggested by Stewart Smith:
|
| Comments |
| Comment by Sergey Vojtovich [ 2014-08-05 ] |
|
Quoting Stewart:
This patch adds __sync_synchronize() to But I/O threads are created later in And pthread_create() is supposed to synchronize memory anyway: |
| Comment by Sergey Vojtovich [ 2014-08-05 ] |
|
Closing as can't repeat for now. We will reopen this issue if we will be able to reproduce anything similar. |
| Comment by Axel Schwenke [ 2014-08-05 ] |
|
will try to reproduce |
| Comment by Axel Schwenke [ 2016-02-16 ] |
|
could not reproduce |