mariadb/extra
He Zhenxing c5aa3313aa BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller
After fix of bug#25192, load_defaults() will add an args separator
to distinguish options loaded from configure files from that provided
in the command line. One problem of this is that the args separator
would be added no matter the application need it or not.

Fixed the problem by adding an option:
  bool my_getopt_use_args_separator;
to control whether the separator will be added or not. And also
added functions:
  bool my_getopt_is_args_separator(const char* arg);
to check if the argument is the separator or not.
2011-01-17 15:44:37 +08:00
..
yassl Merge 2010-12-29 01:26:31 +01:00
charset2html.c fixes for warnings and compile errors for the fix of bug 26243 2008-03-29 16:12:23 +02:00
CMakeLists.txt Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect). 2010-08-12 19:19:57 +04:00
comp_err.c Merge of mysql-5.1-bugteam into mysql-trunk-merge. 2010-07-20 16:30:10 -03:00
innochecksum.c Fix incorrect filename in verbose output of innochecksum. (Bug #44484, 2009-05-05 11:07:26 -07:00
my_print_defaults.c BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller 2011-01-17 15:44:37 +08:00
mysql_waitpid.c WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
perror.c WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
replace.c WL#5498: Remove dead and unused source code 2010-07-23 17:16:29 -03:00
resolve_stack_dump.c WL#5498: Remove dead and unused source code 2010-07-23 17:15:07 -03:00
resolveip.c WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00