mariadb/storage/ndb/test
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
..
include Add SqlResultSet 2008-01-18 22:55:02 +01:00
ndbapi Merge 2010-12-29 01:26:31 +01:00
ndbnet Merge 2010-12-29 00:47:05 +01:00
newtonapi Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-23 20:20:40 +01:00
odbc Merge sin.intern.azundris.com:/home/tnurnberg/10776/50-10776 2007-08-01 05:07:58 +02:00
run-test BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller 2011-01-17 15:44:37 +08:00
sql Merge 2010-12-29 00:47:05 +01:00
src Bug#42733: Type-punning warnings when compiling MySQL 2010-07-24 09:24:44 -03:00
tools Bug#42733: Type-punning warnings when compiling MySQL 2010-07-24 09:24:44 -03:00
Makefile.am Another incarnation of the patch for Bug#30708 2010-05-19 17:00:23 +04:00