summaryrefslogtreecommitdiff
path: root/BitKeeper
diff options
context:
space:
mode:
authortim@black.box <>2001-08-10 12:37:36 -0400
committertim@black.box <>2001-08-10 12:37:36 -0400
commita1a834a650fe8956d13d6e16c447c5c4de75df5c (patch)
tree0b1bf2d0aed5c3d69b112448bb146dcc526f9890 /BitKeeper
parentd9737f20f838f189ef1f3d25df7739770f3b52b9 (diff)
downloadmariadb-git-a1a834a650fe8956d13d6e16c447c5c4de75df5c.tar.gz
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().
Diffstat (limited to 'BitKeeper')
-rw-r--r--BitKeeper/etc/logging_ok1
1 files changed, 1 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index c6322c3ac81..6a861441c79 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -24,3 +24,4 @@ tim@work.mysql.com
tonu@hundin.mysql.fi
tonu@x153.internalnet
tonu@x3.internalnet
+tim@black.box