~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_clear.cc

  • Committer: Monty Taylor
  • Date: 2009-10-06 20:28:53 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006202853-rpgrevy2bnrorwye
Moved heapdef.h and myisamdef.h to *_priv.h for easier filtering for include guard check.
Added check_include_guards to make check so that test run will fail on incorrect include guards or use of global.h or server_includes.h from the wrong place.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  database remains open.
20
20
*/
21
21
 
22
 
#include "heapdef.h"
 
22
#include "heap_priv.h"
23
23
 
24
24
void heap_clear(HP_INFO *info)
25
25
{