mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
MDEV-8931: (server part of) session state tracking
Transaction tracker
This commit is contained in:
parent
c8948b0d0d
commit
0ee3e64c55
32 changed files with 1169 additions and 266 deletions
|
|
@ -1172,8 +1172,8 @@ bool
|
|||
net_send_ok(THD *thd,
|
||||
uint server_status, uint statement_warn_count,
|
||||
ulonglong affected_rows, ulonglong id, const char *message,
|
||||
bool unused1 __attribute__((unused)),
|
||||
bool unused2 __attribute__((unused)))
|
||||
bool unused1,
|
||||
bool unused2)
|
||||
{
|
||||
DBUG_ENTER("emb_net_send_ok");
|
||||
MYSQL_DATA *data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue