facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.47k stars 711 forks source link

Do not create mysql.password_history in MyRocks if MyRocks is the DDSE #1381

Closed laurynas-biveinis closed 8 months ago

laurynas-biveinis commented 8 months ago

This table is a system table, not a DD table. Eventually we'll create it in MyRocks, but for now the mix-up between system and DD tables is confusing, and the source code counterpart allowing the creation of password_history in MyRocks was already reverted in https://github.com/facebook/mysql-5.6/pull/1333

laurynas-biveinis commented 8 months ago

This was already a part of https://github.com/facebook/mysql-5.6/pull/1333, but was not pushed with the rest of the patch

facebook-github-bot commented 8 months ago

@luqun has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.