mariadb/storage/innobase/handler
unknown 4018c39361 RB://518 approved by Jimmy Yang and Sunny bains
Code cleanup after changes for Bug 56628.  The general approach for 
InnoDB is to make a reference to each enum value whenever it is used in a
switch statement.  In addition, no default case should be used for switch 
statements on enum types.  This assures that if there is ever any change 
in the enum values, the switch will need to change to reflect it since a 
compiler warning will occur.  In this case, the enum row_type is declared 
in handler.h and could be changed for another storage engine.  If so, a 
warning will occur in the InnoDB build.  

Other changes;
* This patch uses 2 macros to help consolidate warning messages that
   need to occur twice in the single switch for row_format.
* Using row_format as the variable name to distinguish it from the enum
  type.
* Function declaration format correction.
2010-11-30 10:06:11 -06:00
..
ha_innodb.cc RB://518 approved by Jimmy Yang and Sunny bains 2010-11-30 10:06:11 -06:00
ha_innodb.h Bug #57730 Clean up references to InnoDB Plugin 2010-10-27 09:54:20 +03:00
handler0alter.cc Merge from mysql-5.1-innodb to mysql-5.5-innodb 2010-11-10 21:51:00 -08:00
i_s.cc Manually merge a GCC warning fix from 5.1 to 5.5: 2010-09-28 11:14:42 +03:00
i_s.h Temporarily backout the Information Schema System Table Information Schema 2010-09-16 19:24:32 -07:00