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
initial commit to test
This commit is contained in:
@ -1172,7 +1172,8 @@ bool
|
||||
net_send_ok(THD *thd,
|
||||
uint server_status, uint statement_warn_count,
|
||||
ulonglong affected_rows, ulonglong id, const char *message,
|
||||
bool unused __attribute__((unused)))
|
||||
bool unused1 __attribute__((unused)),
|
||||
bool unused2 __attribute__((unused)))
|
||||
{
|
||||
DBUG_ENTER("emb_net_send_ok");
|
||||
MYSQL_DATA *data;
|
||||
|
Reference in New Issue
Block a user