1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Support --debug/-# in instance manager.

This commit is contained in:
jimw@mysql.com
2006-04-12 11:14:56 -07:00
parent c490aff57e
commit 688659df11
3 changed files with 26 additions and 1 deletions

View File

@ -51,6 +51,10 @@ struct Options
/* argv pointer returned by load_defaults() to be used by free_defaults() */
static char **saved_argv;
#ifndef DBUG_OFF
static const char *default_dbug_option;
#endif
int load(int argc, char **argv);
void cleanup();
#ifdef __WIN__