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:
@ -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__
|
||||
|
Reference in New Issue
Block a user