Bug #58108 | Add handlerton::wait_setup hook | ||
---|---|---|---|
Submitted: | 10 Nov 2010 11:17 | Modified: | 1 Dec 2022 10:14 |
Reporter: | Magnus Blåudd | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.5.7-rc | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | SEAGULL |
[10 Nov 2010 11:17]
Magnus Blåudd
[10 Nov 2010 11:26]
Magnus Blåudd
Generic fix for Bug#46955
[10 Nov 2010 11:31]
Magnus Blåudd
libmysqld/lib_sql.cc also need to call the hooks see http://lists.mysql.com/commits/88358
[10 Nov 2010 12:17]
Davi Arnaut
Can't the engine lock itself and unlock once it is ready?
[11 Nov 2010 15:30]
Magnus Blåudd
The engine starts up as readonly until the inital setup has been performed.
[1 Dec 2022 10:14]
Magnus Blåudd
Posted by developer: This was implemented by "WL#6821: GCS Replication: Interfaces for DBMS lifecycle events" which added `Server_state_observer`. Closing.