1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

pthread_handler_decl() changed to be ctags-friendly

(and contain extern "C" when necessary)
This commit is contained in:
serg@serg.mylan
2005-10-08 16:39:55 +02:00
parent b05a6d8fda
commit e91712d9bb
27 changed files with 62 additions and 97 deletions

View File

@ -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;