1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Feature_check_constraint status variable

This commit is contained in:
Sergei Golubchik
2016-07-25 22:15:05 +02:00
parent 7450cb7f69
commit eac7e57529
5 changed files with 19 additions and 3 deletions

View File

@ -823,8 +823,7 @@ typedef struct system_status_var
Global status variables
*/
extern ulong feature_files_opened_with_delayed_keys;
extern ulong feature_files_opened_with_delayed_keys, feature_check_constraint;
void add_to_status(STATUS_VAR *to_var, STATUS_VAR *from_var);