~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Monty Taylor
  • Date: 2008-07-28 02:47:38 UTC
  • mto: (212.5.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 219.
  • Revision ID: monty@inaugust.com-20080728024738-366ikqnoqv7d8g6l
Fixed the includes in places to make the myisam header file move work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include "slave.h"
42
42
#include "lex_symbol.h"
43
43
#include "item_create.h"
44
 
#include <myisam.h>
 
44
#include <storage/myisam/myisam.h>
45
45
 
46
46
int yylex(void *yylval, void *yythd);
47
47