mariadb/storage
He Zhenxing b695495ea7 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
..
archive BUG#58205 - Valgrind failure in fn_format when called from 2010-12-01 15:56:46 +03:00
blackhole WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
csv WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
example WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
federated WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
heap Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
innobase Fix InnoDB style after mikael@dator8-20101217205840-i7ltx8m6z3uc42kh 2011-01-07 13:54:07 +02:00
myisam Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
myisammrg Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
ndb BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller 2011-01-17 15:44:37 +08:00
perfschema Bug #58699 cannot build with gcc dbg on solaris 2010-12-21 13:00:26 +01:00