~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.cc

  • Committer: Brian Aker
  • Date: 2008-08-13 23:28:29 UTC
  • mfrom: (312.1.14 codestyle)
  • Revision ID: brian@tangent.org-20080813232829-mtw8ggnmtfch7ehd
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#define MYSQL_SERVER 1
 
16
#define DRIZZLE_SERVER 1
17
17
#include <drizzled/server_includes.h>
18
18
#include "ha_heap.h"
19
19
#include "heapdef.h"
817
817
 
818
818
mysql_declare_plugin(heap)
819
819
{
820
 
  MYSQL_STORAGE_ENGINE_PLUGIN,
 
820
  DRIZZLE_STORAGE_ENGINE_PLUGIN,
821
821
  "MEMORY",
822
822
  "1.0",
823
823
  "MySQL AB",