Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
there is number of errors like this during attempt to compile under windows x64 (vista):
..\storage\xtradb\handler\ha_innodb.cc(9947) : error C2440: 'initializing' : cannot convert from 'ulint *' to 'unsigned long *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\storage\xtradb\handler\ha_innodb.cc(9952) : error C2440: 'initializing' : cannot convert from 'ulint *' to 'unsigned long *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
..\storage\xtradb\handler\ha_innodb.cc(10015) : error C2440: 'initializing' : cannot convert from 'ulint *' to 'unsigned long *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast