diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2016-04-15 20:47:45 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2016-08-31 17:17:46 +0200 |
commit | c8948b0d0db4c182a744bc8bdbde7cbccff3d57d (patch) | |
tree | 00997abdab43192464c9d5d861d7b659797fd448 /sql/protocol.cc | |
parent | e7608a78ef45cc46f4e4d5abbda788ad54e80e71 (diff) | |
download | mariadb-git-c8948b0d0db4c182a744bc8bdbde7cbccff3d57d.tar.gz |
MDEV-8931: (server part of) session state tracking
System variables tracking
Diffstat (limited to 'sql/protocol.cc')
-rw-r--r-- | sql/protocol.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/protocol.cc b/sql/protocol.cc index e12c72dd988..77dedfbc7d2 100644 --- a/sql/protocol.cc +++ b/sql/protocol.cc @@ -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); } |