1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-8931: (server part of) session state tracking

Postreview fixes.
New MySQL tests fixes.
This commit is contained in:
Oleksandr Byelkin
2016-08-09 15:49:30 +02:00
parent 0ee3e64c55
commit 6dfa1d374e
11 changed files with 196 additions and 151 deletions

View File

@ -1172,8 +1172,7 @@ bool
net_send_ok(THD *thd,
uint server_status, uint statement_warn_count,
ulonglong affected_rows, ulonglong id, const char *message,
bool unused1,
bool unused2)
bool, bool)
{
DBUG_ENTER("emb_net_send_ok");
MYSQL_DATA *data;