1
0
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:
Oleksandr Byelkin
2016-04-15 20:40:25 +02:00
parent 468a6ad722
commit e7608a78ef
28 changed files with 928 additions and 46 deletions

View File

@ -2781,7 +2781,7 @@ static void update_func_double(THD *thd, struct st_mysql_sys_var *var,
****************************************************************************/
sys_var *find_sys_var(THD *thd, const char *str, uint length)
sys_var *find_sys_var(THD *thd, const char *str, size_t length)
{
sys_var *var;
sys_var_pluginvar *pi= NULL;