• unknown's avatar
    InnoDB: Make SHOW TABLE STATUS report Row_format=Compact and · 198578d6
    unknown authored
    Row_format=Redundant
    
    
    sql/ha_innodb.cc:
      Implement get_row_type()
    sql/ha_innodb.h:
      Declare get_row_type()
    sql/handler.h:
      Declare get_row_type()
    sql/sql_show.cc:
      get_schema_tables_record(): Primarily invoke handler::get_row_type()
      in order to determine the row type within the storage engine.
      Secondarily use the old method of examining the HA_OPTION flags.
    198578d6
handler.h 25.9 KB