diff options
author | unknown <jani@rhols221.adsl.netsonic.fi> | 2002-05-07 20:35:06 +0300 |
---|---|---|
committer | unknown <jani@rhols221.adsl.netsonic.fi> | 2002-05-07 20:35:06 +0300 |
commit | 9f8a75a168774f9ada4b2b68fc494ac514d84388 (patch) | |
tree | ff03f00462c085ba6d187bd79a5392a47b3adf0b /README | |
parent | 90bd3236370ea78ee3a1e6bc04620093c08d4035 (diff) | |
download | mariadb-git-9f8a75a168774f9ada4b2b68fc494ac514d84388.tar.gz |
Fixed some bugs in my_getopt.c, added functionality for new GET_*
types, migrated mysqld.cc to use my_getopt.
include/my_getopt.h:
Added missing types; GET_INT, GET_UINT, GET_ULONG, GET_ULL
mysys/my_getopt.c:
- Fixed a bug in processing short options; variable value was set
wrongly after processing it in get_one_option(), when it needed
to be done before it.
- Fixed a bug in setting variable values; if type was OPT_ARG,
a call without argument destroyed the default value
- Added functionality for new GET_* types.
sql/mysqld.cc:
Changed mysqld.cc to use my_getopt.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions