~jaypipes/drizzle/item-class-file-reorg

« back to all changes in this revision

Viewing changes to storage/myisam/mi_delete_table.c

Merging trunk changes from over weekend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  deletes a table
18
18
*/
19
19
 
20
 
#include "fulltext.h"
 
20
#include "myisamdef.h"
21
21
 
22
22
int mi_delete_table(const char *name)
23
23
{