mariadb/sql-common
Sergei Golubchik 99e1294c1e bugfix: federated/replication did not increment bytes_received status variable
because mysql->net.thd was reset to NULL in mysql_real_connect()
and thd_increment_bytes_received() didn't do anything.

Fix:
* set mysql->net.thd to current_thd instread.
* remove the test for non-null THD from a very often used
  function thd_increment_bytes_received().
2017-04-27 19:12:37 +02:00
..
client.c bugfix: federated/replication did not increment bytes_received status variable 2017-04-27 19:12:37 +02:00
client_plugin.c Fix spelling: occurred, execute, which etc 2016-03-04 02:09:37 +02:00
my_time.c Fixed compiler error and some warnings on windows 2016-08-23 15:03:31 +03:00
my_user.c support DEFINER=role and DEFINER=current_role 2013-10-18 12:17:49 -07:00
mysql_async.c MDEV-10559: main.mysql_client_test_nonblock crashes in buildbot on 10.0 2016-08-16 21:23:57 +02:00
pack.c 10.0-base merge 2014-02-26 15:28:07 +01:00