~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_rename.c

Merging trunk changes from over weekend.

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
{