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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user