~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.cc

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

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",