Commit f725b0c4 authored by Philip Stoev's avatar Philip Stoev Committed by Nirbhay Choubey

LP1378355 - Reduce memory consumption slightly.

parent da298348
...@@ -94,7 +94,7 @@ static my_bool defaults_already_read= FALSE; ...@@ -94,7 +94,7 @@ static my_bool defaults_already_read= FALSE;
which seems to be otherwise unavailable. which seems to be otherwise unavailable.
*/ */
char wsrep_defaults_file[FN_REFLEN + 10]= {0,}; char wsrep_defaults_file[FN_REFLEN + 10]= {0,};
char wsrep_defaults_group_suffix[FN_REFLEN]= {0,}; char wsrep_defaults_group_suffix[FN_EXTLEN]= {0,};
#endif /* WITH_WSREP */ #endif /* WITH_WSREP */
/* Which directories are searched for options (and in which order) */ /* Which directories are searched for options (and in which order) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment