~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.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:
18
18
#pragma implementation                          // gcc: Class implementation
19
19
#endif
20
20
 
21
 
#define MYSQL_SERVER 1
 
21
#define DRIZZLE_SERVER 1
22
22
 
23
23
#include <drizzled/server_includes.h>
24
24
#include <mysys/my_bit.h>
1848
1848
 
1849
1849
mysql_declare_plugin(myisam)
1850
1850
{
1851
 
  MYSQL_STORAGE_ENGINE_PLUGIN,
 
1851
  DRIZZLE_STORAGE_ENGINE_PLUGIN,
1852
1852
  "MyISAM",
1853
1853
  "1.0",
1854
1854
  "MySQL AB",