mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix compilation on FC4.
This commit is contained in:
@@ -358,6 +358,7 @@ pid_t Instance_options::get_pid()
|
|||||||
|
|
||||||
int Instance_options::complete_initialization(const char *default_path)
|
int Instance_options::complete_initialization(const char *default_path)
|
||||||
{
|
{
|
||||||
|
int arg_idx;
|
||||||
const char *tmp;
|
const char *tmp;
|
||||||
char *end;
|
char *end;
|
||||||
|
|
||||||
@@ -428,7 +429,7 @@ int Instance_options::complete_initialization(const char *default_path)
|
|||||||
if (add_to_argv(tmp))
|
if (add_to_argv(tmp))
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
int arg_idx= filled_default_options;
|
arg_idx= filled_default_options;
|
||||||
for (int opt_idx= 0; opt_idx < get_num_options(); ++opt_idx)
|
for (int opt_idx= 0; opt_idx < get_num_options(); ++opt_idx)
|
||||||
{
|
{
|
||||||
char option_str[MAX_OPTION_STR_LEN];
|
char option_str[MAX_OPTION_STR_LEN];
|
||||||
|
Reference in New Issue
Block a user