diff options
author | unknown <serg@serg.mylan> | 2005-10-08 16:39:55 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-10-08 16:39:55 +0200 |
commit | 0f60474f290683d2fc468c0081a1058f3f152c16 (patch) | |
tree | 5131856f24706c7b976877506a4c7f7a2615d9e6 /sql/sql_class.h | |
parent | 970150d14e83b74e66cd61b9f77aa9c378a94ec7 (diff) | |
download | mariadb-git-0f60474f290683d2fc468c0081a1058f3f152c16.tar.gz |
pthread_handler_decl() changed to be ctags-friendly
(and contain extern "C" when necessary)
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 7cbfc19123f..48a2837eb04 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -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; |