summaryrefslogtreecommitdiff
path: root/libmysqld/embedded_priv.h
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2003-09-29 14:09:51 +0500
committerunknown <hf@deer.(none)>2003-09-29 14:09:51 +0500
commit15779a96d719e42aaf3c56a65ead971ec08465fc (patch)
treee6a406a016c1af6cb1f6d39ec322de1723cf85f1 /libmysqld/embedded_priv.h
parent9a942c854fb232341037b7bc12e4e084be1b4692 (diff)
downloadmariadb-git-15779a96d719e42aaf3c56a65ead971ec08465fc.tar.gz
SCRUM
embedded library some fixes - cleanup procedure changed for embedded library - deletion of embedded mysql->thd include/mysql.h: free_embedded_thd added to the list of virtual methods libmysqld/embedded_priv.h: function deleted libmysqld/lib_sql.cc: function moved upper in file sql-common/client.c: call of free_embedded_thd added
Diffstat (limited to 'libmysqld/embedded_priv.h')
-rw-r--r--libmysqld/embedded_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqld/embedded_priv.h b/libmysqld/embedded_priv.h
index 75461bbfbe0..833cc1b1f80 100644
--- a/libmysqld/embedded_priv.h
+++ b/libmysqld/embedded_priv.h
@@ -26,7 +26,6 @@ C_MODE_START
extern void lib_connection_phase(NET *net, int phase);
extern void init_embedded_mysql(MYSQL *mysql, int client_flag, char *db);
extern void *create_embedded_thd(int client_flag, char *db);
-extern void free_embedded_thd(MYSQL *mysql);
extern MYSQL_METHODS embedded_methods;
void free_old_query(MYSQL *mysql);
extern my_bool server_inited;