mariadb/client
Sergei Golubchik 5a0f2f5ea8 MDEV-9149 Ctrl-C in MySQL client does not interrupt query, but interrupts the session instead
mysql.cc:
Unlike the main MYSQL structure, kill_mysql did not have MYSQL_OPT_PROTOCOL set.

Move all connection-related settings to a separate function and
use it both for the main MYSQL and for kill_mysql.
2016-02-15 13:02:21 +01:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h post-merge fixes 2015-04-29 12:40:52 +02:00
CMakeLists.txt Merge branch '5.5' into 10.0 2015-10-09 17:12:26 +02: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 MDEV-9149 Ctrl-C in MySQL client does not interrupt query, but interrupts the session instead 2016-02-15 13:02:21 +01:00
mysql_plugin.c Merge branch '5.5' into 10.0 2015-12-13 00:10:40 +01:00
mysql_upgrade.c Merge branch '5.5' into 10.0 2015-12-13 00:10:40 +01:00
mysqladmin.cc Bug #20802751 - SEGMENTATION FAILURE WHEN RUNNING 2015-07-08 11:53:54 +05:30
mysqlbinlog.cc Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
mysqlcheck.c MDEV-7384: Add --persistent option for mysqlcheck 2015-12-18 21:59:47 +02:00
mysqldump.c Merge branch '5.5' into 10.0 2015-12-13 00:10:40 +01:00
mysqlimport.c Bug #21235226 : THE --ENABLE-CLEARTEXT-PLUGIN IS NOT 2015-10-14 12:00:39 +05:30
mysqlshow.c Merge branch '5.5' into 10.0 2015-12-13 00:10:40 +01:00
mysqlslap.c Fixes to get all test to run on MacosX Lion 10.7 2015-11-29 17:51:23 +02:00
mysqltest.cc MDEV-9366 : do_shutdown_server fails to detect server shutdown on Windows. 2016-01-07 17:27:08 +01: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