Skip to content

Conversation

grooverdan
Copy link

The Innodb buf_resize_thread fails to release the mutexes when the old and new innodb buffer pool sizes are the same.

While the innodb_buffer_pool_size_validate does actually do the same check, its theoretically possible to resize the pool twice and trigger this condition if both changes occur before innodb_buffer_pool_size_update is called the first time.

The Innodb buf_resize_thread fails to release the mutexes when the
old and new innodb buffer pool sizes are the same.

While the innodb_buffer_pool_size_validate does actually do the same check,
its theoricly possible to resize the pool twice and trigger this condition
if both changes occur before innodb_buffer_pool_size_update is called
the first time.
@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Please confirm this code is submitted under the terms of the OCA (Oracle's Contribution Agreement) you have previously signed by cutting and pasting the following text as a comment:
"I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it."
Thanks

@grooverdan
Copy link
Author

I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Your code has been assigned to an internal queue. Please follow
bug http://bugs.mysql.com/bug.php?id=81487 for updates.
Thanks

@grooverdan
Copy link
Author

Its invalid - the mutexes are released already.

@grooverdan grooverdan deleted the 5.7-bug-XXXXX-buf_resize_thread-release-mutexes branch May 19, 2016 04:47
vmg pushed a commit to planetscale/mysql-server that referenced this pull request Nov 21, 2023
…ntainer

Shrink and minimize the MySQL container
hustjieke pushed a commit to hustjieke/mysql-server that referenced this pull request Sep 4, 2024
* feat(rapid): adds imcs reader
---------

Co-authored-by: RingsC <hom.lee@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants