mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
99e1294c1e
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(). |
||
---|---|---|
.. | ||
client.c | ||
client_plugin.c | ||
my_time.c | ||
my_user.c | ||
mysql_async.c | ||
pack.c |