• unknown's avatar
    BUG#23013 make INFORMATION_SCHEMA.FILES easily usable by other engines · ae4afbe0
    unknown authored
    
    sql/ha_ndbcluster.cc:
      update fill_files_table to match new way of doing things
    sql/mysql_priv.h:
      defines for INFORMATION_SCHEMA.FILES column numbers
      add init_fill_schema_files_row()
    sql/sql_show.cc:
      add init_fill_schema_files_row(TABLE*) to help engines with filling schema files.
    ae4afbe0
ha_ndbcluster.cc 308 KB