mariadb/client
Sergei Golubchik 3050b290d5 fix main.mysqldump test failing after Mroonga merge.
mysqlimport had code for multi-threaded import. By mistake it was disabled for
many years, at least since 5.5 (more likely even in 5.1), but mysqlimport happily
accepted (and ignored) --use-threads option ever since.

After Mroonga merge HAVE_LIBPTHREAD became defined and multi-threaded import
suddenly came to life. As it exit() the program brutally on any error (never mind
that some import threads may be running) mysys rightfully complains. Safemalloc
complains too in debug builds.

Fix: don't try a clean exit on an error, don't shutdown mysys and tell safemalloc
to shut up. Yes, and remove #ifdef HAVE_LIBPTHREAD, since 5.5 the client library
is always multi-threaded.
2014-10-05 22:07:19 +02:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h MDEV-6490: mysqldump unknown option --galera-sst-mode 2014-08-06 19:42:03 -04:00
CMakeLists.txt MDEV-5620 CMake option to compile against an external PCRE library 2014-03-04 01:22:53 +01:00
completion_hash.cc Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
completion_hash.h Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
echo.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
get_password.c mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
my_readline.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql.cc 5.5 merge 2014-09-16 14:03:17 +02:00
mysql_plugin.c MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
mysql_upgrade.c If one uses 3 --verbose options to mysql_upgrade or mysqlcheck one will now get on stdout all ALTER, RENAME and CHECK commands that mysqlcheck executes. 2014-08-14 15:38:08 +03:00
mysqladmin.cc 5.5.39 merge 2014-08-07 18:06:56 +02:00
mysqlbinlog.cc 10.0-base merge 2014-02-03 15:22:39 +01:00
mysqlcheck.c If one uses 3 --verbose options to mysql_upgrade or mysqlcheck one will now get on stdout all ALTER, RENAME and CHECK commands that mysqlcheck executes. 2014-08-14 15:38:08 +03:00
mysqldump.c merge 2014-08-08 01:16:32 +02:00
mysqlimport.c fix main.mysqldump test failing after Mroonga merge. 2014-10-05 22:07:19 +02:00
mysqlshow.c 10.0-base merge 2014-02-03 15:22:39 +01:00
mysqlslap.c MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
mysqltest.cc MDEV-6255 DUPLICATE KEY Errors on SELECT .. GROUP BY that uses temporary and filesort. 2014-09-11 22:42:35 +03:00
readline.cc MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
sql_string.cc.dontuse mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
sql_string.h.dontuse mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00