mirror of
https://github.com/MariaDB/server.git
synced 2025-06-12 01:53:02 +03:00
Cleaned up SSL documentation
Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
This commit is contained in:
@ -91,10 +91,12 @@ static sig_handler pipe_sig_handler(int sig);
|
||||
static ulong mysql_sub_escape_string(CHARSET_INFO *charset_info, char *to,
|
||||
const char *from, ulong length);
|
||||
|
||||
void mysql_server_init(int argc __attribute__((unused)),
|
||||
int mysql_server_init(int argc __attribute__((unused)),
|
||||
const char **argv __attribute__((unused)),
|
||||
const char **groups __attribute__((unused)))
|
||||
{}
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void mysql_server_end()
|
||||
{}
|
||||
|
Reference in New Issue
Block a user