mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-8931: (server part of) session state tracking
System variables tracking
This commit is contained in:
@ -276,7 +276,6 @@ net_send_ok(THD *thd,
|
||||
/* the info field */
|
||||
if (state_changed || (message && message[0]))
|
||||
{
|
||||
DBUG_ASSERT(strlen(message) <= MYSQL_ERRMSG_SIZE);
|
||||
store.q_net_store_data((uchar*) message, message ? strlen(message) : 0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user