~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/plugin.ini

  • Committer: Monty Taylor
  • Date: 2009-11-29 19:55:08 UTC
  • mto: (1237.1.1 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: mordred@inaugust.com-20091129195508-1j01ofnug6hhlo05
Logging modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
15
 
16
16
[plugin]
17
 
name=myisam
18
17
title=MyISAM Storage Engine
19
18
description=Legacy non-transactional MySQL tables
20
19
load_by_default=yes
22
21
libs=plugin/myisam/libmyisam.la
23
22
ldflags=$(LIBZ) $(LIBINTL)
24
23
static=yes
25
 
static=yes