• unknown's avatar
    Making old tables seen with "#mysql50#" prefix, · acb20326
    unknown authored
      which makes it possible to run RENAME TABLE
      on old tables when upgrading from 5.0.
      TODO: A stored procedure to rename all tables and
      databases with old name format into new format,
      it will simplify upgrade.
    sql_table.cc:
      Making old tables seen with "#mysql50#" prefix.
      Adding warning into .err log when an old name is found.
    sql_show.cc:
      Skip non-directories before filename_to_tablename
      call, to avoid unnecessary warnings.
    strfunc.cc:
      Adding "error" argument to strconvert()
    mysql_priv.h:
      Adding "error" agrument to strconvert()
    
    
    sql/mysql_priv.h:
      Adding "error" agrument to strconvert()
    sql/strfunc.cc:
      Adding "error" argument to strconvert()
    sql/sql_show.cc:
      Skip non-directories before filename_to_tablename
      call, to avoid warning.
    sql/sql_table.cc:
      Making old tables seen with "#mysql50#" prefix,
      which makes it possible to run RENAME TABLE
      on old tables.
      Adding warning into .err log when an old name is found.
    acb20326
sql_show.cc 148 KB