Description:
sql\ha_innodb.cpp(2655) :
error C2664: 'innobase_commit' : cannot convert parameter 2 from 'struct trx_struct *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
sql\ha_innodb.cpp(2670) :
error C2664: 'innobase_commit' : cannot convert parameter 2 from 'struct trx_struct *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
sql\ha_innodb.cpp(4250) :
error C2664: 'innobase_commit' : cannot convert parameter 2 from 'struct trx_struct *' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
sql\handler.cpp(760) :
error C2664: 'hash_search' : cannot convert parameter 2 from 'char *' to 'const unsigned char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
sql\log.cpp(2100) :
error C2664: 'my_pwrite' : cannot convert parameter 2 from 'char *' to 'const unsigned char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
sql\log.cpp(2477) :
error C2065: 'getpagesize' : undeclared identifier
sql\log.cpp(2516) :
error C2065: 'MAP_SHARED' : undeclared identifier
sql\log.cpp(2776) :
error C2065: 'statistic_decrement' : undeclared identifier
sql\log.cpp(2800) :
error C2360: initialization of 'i' is skipped by 'case' label
sql\log.cpp(2793) : see declaration of 'i'
sql\log.cpp(2802) :
error C2360: initialization of 'i' is skipped by 'case' label
sql\log.cpp(2793) : see declaration of 'i'
sql\log.cpp(2804) :
error C2360: initialization of 'i' is skipped by 'case' label
sql\log.cpp(2793) : see declaration of 'i'
sql\log.cpp(2994) :
error C2065: 'thread_safe_dec_and_test' : undeclared identifier
sql\log.cpp(3018) :
error C2440: 'initializing' : cannot convert from 'char *' to 'unsigned char *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
sql\ha_berkeley.cpp(218) :
error C4716: 'berkeley_close_connection' : must return a value
How to repeat:
Compile on Windows with VC++ 6
Description: sql\ha_innodb.cpp(2655) : error C2664: 'innobase_commit' : cannot convert parameter 2 from 'struct trx_struct *' to 'int' This conversion requires a reinterpret_cast, a C-style cast or function-style cast sql\ha_innodb.cpp(2670) : error C2664: 'innobase_commit' : cannot convert parameter 2 from 'struct trx_struct *' to 'int' This conversion requires a reinterpret_cast, a C-style cast or function-style cast sql\ha_innodb.cpp(4250) : error C2664: 'innobase_commit' : cannot convert parameter 2 from 'struct trx_struct *' to 'int' This conversion requires a reinterpret_cast, a C-style cast or function-style cast sql\handler.cpp(760) : error C2664: 'hash_search' : cannot convert parameter 2 from 'char *' to 'const unsigned char *' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast sql\log.cpp(2100) : error C2664: 'my_pwrite' : cannot convert parameter 2 from 'char *' to 'const unsigned char *' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast sql\log.cpp(2477) : error C2065: 'getpagesize' : undeclared identifier sql\log.cpp(2516) : error C2065: 'MAP_SHARED' : undeclared identifier sql\log.cpp(2776) : error C2065: 'statistic_decrement' : undeclared identifier sql\log.cpp(2800) : error C2360: initialization of 'i' is skipped by 'case' label sql\log.cpp(2793) : see declaration of 'i' sql\log.cpp(2802) : error C2360: initialization of 'i' is skipped by 'case' label sql\log.cpp(2793) : see declaration of 'i' sql\log.cpp(2804) : error C2360: initialization of 'i' is skipped by 'case' label sql\log.cpp(2793) : see declaration of 'i' sql\log.cpp(2994) : error C2065: 'thread_safe_dec_and_test' : undeclared identifier sql\log.cpp(3018) : error C2440: 'initializing' : cannot convert from 'char *' to 'unsigned char *' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast sql\ha_berkeley.cpp(218) : error C4716: 'berkeley_close_connection' : must return a value How to repeat: Compile on Windows with VC++ 6