mirror of
https://github.com/MariaDB/server.git
synced 2025-06-26 17:42:13 +03:00
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
This commit is contained in:
@ -236,7 +236,11 @@ class MYSQL_LOG: public TC_LOG
|
||||
|
||||
public:
|
||||
MYSQL_LOG();
|
||||
~MYSQL_LOG();
|
||||
/*
|
||||
note that there's no destructor ~MYSQL_LOG() !
|
||||
The reason is that we don't want it to be automatically called
|
||||
on exit() - but only during the correct shutdown process
|
||||
*/
|
||||
|
||||
int open(const char *opt_name);
|
||||
void close();
|
||||
|
Reference in New Issue
Block a user