~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

Fix name conventions for rename table

Show diffs side-by-side

added added

removed removed

Lines of Context:
1922
1922
  build_table_filename(to, sizeof(to), new_db, new_name,
1923
1923
                       flags & FN_TO_IS_TMP);
1924
1924
 
1925
 
  if (!(error=base->renameTable(session, from_base, to_base)))
 
1925
  if (!(error= base->renameTable(session, from_base, to_base)))
1926
1926
  {
1927
1927
    if(!(flags & NO_FRM_RENAME)
1928
1928
       && base->check_flag(HTON_BIT_HAS_DATA_DICTIONARY) == 0