Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
5>.\set_var.cc(1204) : error C2065: 'maria_delay_key_write' : undeclared identifier
The code in question references a variable that is not in scope. <maria.h> must be included, perhaps conditionally.
A similar variable, myisam_delay_key_write is in scope, because <myisam.h> is included.
Including the maria.h fixes the problem.