mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
pthread_handler_decl() changed to be ctags-friendly
(and contain extern "C" when necessary)
This commit is contained in:
parent
970150d14e
commit
0f60474f29
27 changed files with 62 additions and 97 deletions
|
|
@ -1146,8 +1146,8 @@ public:
|
|||
thread is (and must remain, for now) the only responsible for freeing these
|
||||
3 members. If you add members here, and you add code to set them in
|
||||
replication, don't forget to free_them_and_set_them_to_0 in replication
|
||||
properly. For details see the 'err:' label of the pthread_handler_decl of
|
||||
the slave SQL thread, in sql/slave.cc.
|
||||
properly. For details see the 'err:' label of the handle_slave_sql()
|
||||
in sql/slave.cc.
|
||||
*/
|
||||
char *db, *catalog;
|
||||
Security_context main_security_ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue