~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.cc

  • Committer: Jay Pipes
  • Date: 2008-08-06 01:14:33 UTC
  • mto: (264.1.6 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: jay@mysql.com-20080806011433-hd347xjpi0jsf2ca
* Ensured all drizzled/field/x.cc files to include mysql_priv.h
* Remove all includes from drizzled/field/x.h files
* pull connect and show function declarations out into separate
  header files
* More cleanup of mysql_priv.h including removing all conditional
  includes
* Modified all plugins to ensure MYSQL_SERVER is not defined and
  that they include the proper drizzled/common_includes.h and not
  the full mysql_priv.h
* Multiple comments to mark TODO items...

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#pragma implementation                          // gcc: Class implementation
19
19
#endif
20
20
 
21
 
#include <drizzled/mysql_priv.h>
 
21
#include <drizzled/common_includes.h>
22
22
#include "ha_blackhole.h"
23
23
 
24
24
/* Static declarations for handlerton */