mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
21c1e5be44
- Fixed some bugs, wrongly freed pointers, in some clients. - Removed unneccessary code. - Fixed some other minor bugs and added some options into variables category, which had accidently been left out earlier. client/mysql.cc: Fixed some wrong freed pointers. Removed unneccessary code. Changed some types from GET_STR to GET_STRALC. client/mysqladmin.c: Fixed some wrong freed pointers. Removed unneccessary code. Changed some types from GET_STR to GET_STRALC. client/mysqlcheck.c: Fixed some wrong freed pointers. Removed unneccessary code. Changed some types from GET_STR to GET_STRALC. client/mysqldump.c: Fixed some wrong freed pointers. Removed unneccessary code. Changed some types from GET_STR to GET_STRALC. client/mysqlimport.c: Removed unneccessary code. Fixed a bug in option --ignore-lines client/mysqlshow.c: Removed unneccessary code. include/my_getopt.h: Added new type, GET_STRALC. The name stands for GET STRING ALLOC, which means that the struct member value and u_max_value are strings that must be alloced and freed when used. The normal GET_STR works similarly otherwise, except that it's arguments are just pointers to strings, not alloced ones. mysys/my_getopt.c: Added support for GET_STRALC |
||
---|---|---|
.. | ||
.cvsignore | ||
.my_sys.h.swp | ||
config-os2.h | ||
config-win.h | ||
dbug.h | ||
errmsg.h | ||
ft_global.h | ||
getopt.h | ||
hash.h | ||
heap.h | ||
m_ctype.h | ||
m_string.h | ||
Makefile.am | ||
md5.h | ||
merge.h | ||
my_alarm.h | ||
my_alloc.h | ||
my_base.h | ||
my_bitmap.h | ||
my_dir.h | ||
my_getopt.h | ||
my_global.h | ||
my_list.h | ||
my_net.h | ||
my_no_pthread.h | ||
my_nosys.h | ||
my_pthread.h | ||
my_semaphore.h | ||
my_sys.h | ||
my_tree.h | ||
myisam.h | ||
myisammrg.h | ||
myisampack.h | ||
mysql.h | ||
mysql_com.h | ||
mysql_embed.h | ||
mysql_version.h.in | ||
mysqld_error.h | ||
mysys_err.h | ||
nisam.h | ||
queues.h | ||
raid.h | ||
sslopt-case.h | ||
sslopt-longopts.h | ||
sslopt-usage.h | ||
sslopt-vars.h | ||
t_ctype.h | ||
thr_alarm.h | ||
thr_lock.h | ||
violite.h |