mariadb/mysys
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
..
array.c
base64.c
ChangeLog
charset-def.c
charset.c
checksum.c
CMakeLists.txt
default.c BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller 2011-01-17 15:44:37 +08:00
errors.c Manual merge with mysql-5.1-bugteam. 2010-12-09 13:49:11 +03:00
hash.c
lf_alloc-pin.c
lf_dynarray.c
lf_hash.c
list.c
md5.c
mf_arr_appstr.c
mf_cache.c
mf_dirname.c
mf_fn_ext.c
mf_format.c
mf_getdate.c
mf_iocache.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
mf_iocache2.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
mf_keycache.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
mf_keycaches.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
mf_loadpath.c
mf_pack.c Merge 2010-12-29 01:26:31 +01:00
mf_path.c
mf_qsort.c
mf_qsort2.c
mf_radix.c
mf_same.c
mf_sort.c
mf_soundex.c
mf_tempdir.c
mf_tempfile.c
mf_unixpath.c
mf_wcomp.c
mulalloc.c
my_access.c
my_aes.c
my_alarm.c
my_alloc.c
my_atomic.c
my_bit.c
my_bitmap.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
my_chsize.c
my_compress.c
my_conio.c
my_copy.c
my_crc32.c
my_create.c
my_delete.c
my_div.c
my_error.c
my_file.c
my_fopen.c Merge of mysql-5.1 into mysql-5.5. 2011-01-07 17:30:52 -02:00
my_fstream.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
my_gethostbyname.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
my_gethwaddr.c
my_getncpus.c Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failure 2010-11-10 19:14:47 -02:00
my_getopt.c BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller 2011-01-17 15:44:37 +08:00
my_getpagesize.c
my_getsystime.c Bug#42054: SELECT CURDATE() is returning bad value 2011-01-12 18:36:39 -02:00
my_getwd.c
my_handler.c
my_handler_errors.h
my_init.c Bug#42054: SELECT CURDATE() is returning bad value 2011-01-12 18:36:39 -02:00
my_largepage.c
my_lib.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
my_libwrap.c
my_lock.c
my_lockmem.c
my_malloc.c
my_memmem.c
my_mess.c
my_mkdir.c
my_mmap.c
my_new.cc
my_once.c
my_open.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
my_port.c
my_pread.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
my_pthread.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
my_quick.c
my_rdtsc.c WL#5665: Removal of the autotools-based build system 2010-11-20 20:56:09 -02:00
my_read.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
my_redel.c
my_rename.c
my_seek.c Manual merge with mysql-5.1-bugteam. 2010-12-09 13:49:11 +03:00
my_sleep.c
my_static.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
my_static.h
my_symlink.c Fix for bug#48451: my_seek and my_tell ignore MY_WME flag 2010-12-09 12:59:12 +03:00
my_symlink2.c
my_sync.c
my_thr_init.c Bug#42054: SELECT CURDATE() is returning bad value 2011-01-12 18:36:39 -02:00
my_timer_cycles.il
my_wincond.c
my_windac.c
my_winerr.c
my_winfile.c
my_winthread.c
my_write.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
mysys_priv.h Bug#42054: SELECT CURDATE() is returning bad value 2011-01-12 18:36:39 -02:00
ptr_cmp.c Bug #58699 cannot build with gcc dbg on solaris 2010-12-21 13:00:26 +01:00
queues.c
rijndael.c
sha1.c
stacktrace.c Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. 2010-11-30 21:20:32 -02:00
string.c
test_charset.c
test_dir.c
test_xml.c
testhash.c
thr_alarm.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
thr_lock.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
thr_mutex.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
thr_rwlock.c Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
tree.c
typelib.c