facebookarchive / webscalesql-5.6

WebScaleSQL, Version 5.6, based upon the MySQL-5.6 community releases.
GNU General Public License v2.0
2.94k stars 356 forks source link

mysqld doesn't completely shutdown #21

Closed maykov closed 9 years ago

maykov commented 9 years ago

Run $/data/users/maykov/mysql/build-5.6-Debug/sql/mysqld --help --verbose

You will see:

Error in my_thread_global_end(): 1 threads didn't exit

I reproed this in Myrocks branch, but Just told me this also exists in Webscale. Justin was able to bisect this problem to https://github.com/webscalesql/webscalesql-5.6/commit/a7ed5a71a17c0982288f9adf45ca4eac0fc0fa78

inaam-rana commented 9 years ago

Proposed fix: https://reviews.facebook.net/D37581

inaam-rana commented 9 years ago

pushed