mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Added interface for first set of dynamic variables.
This commit is contained in:
parent
a6ca5cbb91
commit
e0d8d62e39
21 changed files with 265 additions and 128 deletions
|
|
@ -220,7 +220,7 @@ check_connections2(THD * thd)
|
|||
if (thd->client_capabilities & CLIENT_CONNECT_WITH_DB)
|
||||
db=strend(passwd)+1;
|
||||
if (thd->client_capabilities & CLIENT_INTERACTIVE)
|
||||
thd->inactive_timeout=net_interactive_timeout;
|
||||
thd->inactive_timeout= thd->variables.net_interactive_timeout;
|
||||
if (thd->client_capabilities & CLIENT_TRANSACTIONS)
|
||||
thd->net.return_status= &thd->server_status;
|
||||
net->timeout=net_read_timeout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue