mariadb/libmysqld
tim@black.box a1a834a650 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().
2001-08-10 12:37:36 -04:00
..
copyright Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
lib_load.cc Embedded mysql fixes. 2001-08-10 12:37:36 -04:00
lib_sql.cc Embedded mysql fixes. 2001-08-10 12:37:36 -04:00
lib_vio.c Fixed bug in multi-table-delete code 2001-06-24 22:11:00 +03:00
libmysqld.c Embedded mysql fixes. 2001-08-10 12:37:36 -04:00
Makefile.am Embedded mysql fixes. 2001-08-10 12:37:36 -04:00
WHITEPAPER Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00