~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/plug.in

  • Committer: Brian Aker
  • Date: 2008-07-16 21:28:26 UTC
  • mfrom: (77.3.28 glibclient)
  • Revision ID: brian@tangent.org-20080716212826-p44t3u6v1zb0dmxg
Merge from Monty

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
 
])