mariadb/client
He Zhenxing bb6953d1d8 Backport BUG#38468 Memory leak detected when using mysqlbinlog utility
There were two memory leaks in mysqlbinlog command, one was already
fixed by previous patches, another one was that defaults_argv was
set to the value of argv after parse_args, in which called
handle_options after calling load_defaults and changed the value
of argv, and caused the memory allocated for defaults arguments
not freed.

Fixed the problem by setting defaults_argv right after calling
load_defaults.
2009-10-02 16:18:40 +08:00
..
.cvsignore
client_priv.h
CMakeLists.txt
completion_hash.cc
completion_hash.h
echo.c
get_password.c
Makefile.am
my_readline.h WL#5016: Fix header file include guards 2009-09-23 23:32:31 +02:00
mysql.cc
mysql_upgrade.c
mysqladmin.cc manual merge 2009-08-31 12:40:33 -07:00
mysqlbinlog.cc Backport BUG#38468 Memory leak detected when using mysqlbinlog utility 2009-10-02 16:18:40 +08:00
mysqlcheck.c
mysqldump.c
mysqlimport.c
mysqlshow.c
mysqlslap.c
mysqltest.cc second merge from main, with adaptions 2009-09-02 23:29:11 +02:00
readline.cc
sql_string.cc
sql_string.h WL#5016: Fix header file include guards 2009-09-23 23:32:31 +02:00