~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_rename.c

  • Committer: Brian Aker
  • Date: 2008-07-06 07:32:43 UTC
  • Revision ID: brian@tangent.org-20080706073243-bah88yxqo79m2tpj
Next pass on fulltext.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  Rename a table
18
18
*/
19
19
 
20
 
#include "fulltext.h"
 
20
#include "myisamdef.h"
21
21
 
22
22
int mi_rename(const char *old_name, const char *new_name)
23
23
{