~jaypipes/drizzle/bug551075

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.cc

  • Committer: Brian Aker
  • Date: 2010-03-25 01:22:58 UTC
  • mfrom: (1395.1.4 build)
  • Revision ID: brian@gaz-20100325012258-cg51yq2yiuldvgxw
Merge of ALTER TABLE code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
    }
180
180
  }
181
181
 
182
 
  session.rename(from, to);
 
182
  session.renameTableMessage(from, to);
183
183
 
184
184
  return error;
185
185
}