diff options
author | monty@mashka.mysql.fi <> | 2002-09-05 16:17:08 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-09-05 16:17:08 +0300 |
commit | 0281a6b16026299bebebb58af1b88c2d741b57f6 (patch) | |
tree | 103a1aadee6000a5d09b0ba7c1de75797fb958fa /sql/sql_class.h | |
parent | 1a0e3423e6a311a8af79829b6a6088a909f1e320 (diff) | |
download | mariadb-git-0281a6b16026299bebebb58af1b88c2d741b57f6.tar.gz |
Fixed searching after ssl directories.
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT
Changed fn_ext to point at first '.' after directory.
FLUSH LOGS removed numerical extension for all future update logs.
Fixed the mysqld --help reports right values for --datadir and --bind-address
--log-binary=a.b.c now properly strips of .b.c
Fix that one can DROP UDF functions that was not loaded at startup
Made AND optional in REQUIRE
Added REQUIRE NONE
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index d101300ba15..3a2d9779eab 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -475,6 +475,7 @@ public: active_vio = 0; pthread_mutex_unlock(&LOCK_delete); } + void THD::close_active_vio(); #endif void awake(bool prepare_to_die); inline const char* enter_cond(pthread_cond_t *cond, pthread_mutex_t* mutex, |