diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-02-14 16:29:16 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-03-10 19:24:23 +0100 |
commit | 70e7b5095d44f580eb0a287fb6d6c794276e75d2 (patch) | |
tree | f723c725ad14f26de2abdb019199465d2825f7b1 /sql/sql_const.h | |
parent | d5a00697023d17b38b89d7b3c4d37fa98c1dd60b (diff) | |
download | mariadb-git-70e7b5095d44f580eb0a287fb6d6c794276e75d2.tar.gz |
perfschema sp instrumentation related changes
Diffstat (limited to 'sql/sql_const.h')
-rw-r--r-- | sql/sql_const.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_const.h b/sql/sql_const.h index f7c820c727b..a3f0e35ac47 100644 --- a/sql/sql_const.h +++ b/sql/sql_const.h @@ -309,4 +309,6 @@ #define QUERY_PRIOR 6 #endif /* __WIN92__ */ +#define SP_PSI_STATEMENT_INFO_COUNT 19 + #endif /* SQL_CONST_INCLUDED */ |