~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/plug.in

  • Committer: Monty Taylor
  • Date: 2008-07-16 19:27:24 UTC
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: monty@inaugust.com-20080716192724-4wecmbs7ik59j90n
Fixed two small merge errors.

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