~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/plug.in

  • Committer: Jay Pipes
  • Date: 2008-07-17 16:34:04 UTC
  • mfrom: (51.1.127 remove-dbug)
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: jay@mysql.com-20080717163404-5nyc2vfa0yuorya0
Final removal from heap storage engine plus fixes from MontyT re: _mi_report_crashed()

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
MYSQL_PLUGIN_STATIC(myisam,     [libmyisam.la])
5
5
MYSQL_PLUGIN_MANDATORY(myisam)  dnl Default
6
6
MYSQL_PLUGIN_DEPENDS_ON_MYSQL_INTERNALS(myisam, [ha_myisam.cc])
7
 
MYSQL_PLUGIN_ACTIONS(myisam,[
8
 
  AC_CONFIG_FILES(storage/myisam/mi_test_all)
9
 
])