1. 03 Feb, 2009 1 commit
    • Alfranio Correia's avatar
      BUG#42445 Warning messages in innobase/handler/ha_innodb.cc · 70c94f36
      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.
      70c94f36
  2. 02 Feb, 2009 15 commits
  3. 01 Feb, 2009 10 commits
  4. 31 Jan, 2009 10 commits
  5. 30 Jan, 2009 4 commits