mariadb/handler
vasil bbbce3d8c9 branches/zip: Merge revision 4358 from branches/5.1 (resolving a conflict):
------------------------------------------------------------------------
  r4358 | vasil | 2009-03-05 21:21:10 +0200 (Thu, 05 Mar 2009) | 21 lines
  Changed paths:
     M /branches/5.1/handler/ha_innodb.cc
  
  branches/5.1:
  
  Merge a change from MySQL:
  
    ------------------------------------------------------------
    revno: 2728.19.1
    committer: Alfranio Correia <alfranio.correia@sun.com>
    branch nick: mysql-5.1-bugteam
    timestamp: Tue 2009-02-03 11:36:46 +0000
    message:
      BUG#42445 Warning messages in innobase/handler/ha_innodb.cc
            
      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.
    modified:
      storage/innobase/handler/ha_innodb.cc
  
  ------------------------------------------------------------------------
2009-03-05 20:27:54 +00:00
..
ha_innodb.cc branches/zip: Merge revision 4358 from branches/5.1 (resolving a conflict): 2009-03-05 20:27:54 +00:00
ha_innodb.h branches/zip: 2009-02-17 08:25:45 +00:00
handler0alter.cc branches/zip: 2009-02-17 08:25:45 +00:00
handler0vars.h branches/zip: 2009-02-17 08:25:45 +00:00
i_s.cc branches/zip: 2009-02-17 08:25:45 +00:00
i_s.h branches/zip: 2009-02-17 08:25:45 +00:00
mysql_addons.cc branches/zip: 2009-02-17 08:25:45 +00:00
win_delay_loader.cc branches/zip: 2009-02-17 08:25:45 +00:00