mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
fixes to make it compile and pass the test suite again after the last
accidental push of broken code. client/mysqladmin.c: fixed crash in free_defaults() libmysql/Makefile.shared: added my_getopt to libmysqlclient mysys/my_getopt.c: fixed bug in parsing -O var=val
This commit is contained in:
parent
36701f1840
commit
91c373fc72
3 changed files with 17 additions and 3 deletions
|
|
@ -58,7 +58,8 @@ mysysobjects1 = my_init.lo my_static.lo my_malloc.lo my_realloc.lo \
|
|||
my_compress.lo array.lo my_once.lo list.lo my_net.lo \
|
||||
charset.lo hash.lo mf_iocache.lo \
|
||||
mf_iocache2.lo my_seek.lo \
|
||||
my_pread.lo mf_cache.lo my_vsnprintf.lo md5.lo
|
||||
my_pread.lo mf_cache.lo my_vsnprintf.lo md5.lo \
|
||||
my_getopt.lo
|
||||
|
||||
# Not needed in the minimum library
|
||||
mysysobjects2 = getopt.lo getopt1.lo getvar.lo my_lib.lo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue