• Alfranio Correia's avatar
    BUG#42445 Warning messages in innobase/handler/ha_innodb.cc · c29994ed
    Alfranio Correia authored
          
    There was a type casting problem in the storage/innobase/handler/ha_innodb.cc,
    (int ha_innobase::write_row(...)). Innobase uses has an internal error variable
    of type 'ulint' while mysql uses an 'int'. 
          
    To fix the problem the function manipulates an error variable of
    type 'ulint' and only casts it into 'int' when needs to return the value.
    c29994ed
ha_innodb.cc 240 KB