|
|
|
|
25.1.5. Things left to do in Embedded Server (TODO)
We are going to provide options to leave out some parts of
MySQL to make the library smaller.
There is still a lot of speed optimization to do.
Errors are written to stderr . We will add
an option to specify a filename for these.
We have to change InnoDB not to be so
verbose when using the embedded version. If your database
does not contain InnoDB tables, to
suppress related messages you can add the
--skip-innodb option to the options file
under the group [libmysqd_server] , or
when initializing the server with
mysql_server_init().
|
|
|