mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
Embedded mysql fixes.
There is now a mysql_server_init() function which needs to be called at the beginning of the program (and _end() for the end of the program). This routine handles argument parsing for the embedded server. Use the embedded version of mysql_load_file() (ignore the LOCAL argument, since the client and server are the same program). There are now mysql_thread_init/end() functions for the client to use in a multi-threaded app. They are just wrappers for my_thread_init/end(). BitKeeper/deleted/.del-README~434e9cae5fa9a4c4: Delete: libmysqld/README libmysqld/lib_load.cc: minor cleanup include/mysql.h: add mysql_server/thread_init/end() libmysql/libmysql.c: add mysql_server/thread_init/end() libmysqld/lib_sql.cc: add mysql_server/thread_init/end() libmysqld/libmysqld.c: add mysql_server/thread_init/end() sql/mysqld.cc: allow get_options() to be called more than once libmysqld/Makefile.am: use lib_load.cc instead of sql_load.cc BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
4bb4018743
commit
b538ff90da
9 changed files with 97 additions and 63 deletions
|
|
@ -24,3 +24,4 @@ tim@work.mysql.com
|
|||
tonu@hundin.mysql.fi
|
||||
tonu@x153.internalnet
|
||||
tonu@x3.internalnet
|
||||
tim@black.box
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue