~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/plugin.ini

  • Committer: Stewart Smith
  • Date: 2009-06-16 00:44:35 UTC
  • mto: (1119.2.6 merge)
  • mto: This revision was merged to the branch mainline in revision 1124.
  • Revision ID: stewart@flamingspork.com-20090616004435-t1vust6erhco7edc
make comment_index test not leave tables behind after running

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  Copyright (C) 2009 Sun Microsystems, Inc.
 
1
#  Copyright (C) 2009 Sun Microsystems
2
2
#
3
3
#  This program is free software; you can redistribute it and/or modify
4
4
#  it under the terms of the GNU General Public License as published by
14
14
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
15
 
16
16
[plugin]
 
17
name=myisam
17
18
title=MyISAM Storage Engine
18
19
description=Legacy non-transactional MySQL tables
19
20
load_by_default=yes
20
21
sources=ha_myisam.cc
21
 
libs=plugin/myisam/libmyisam.la drizzled/internal/libinternal.la
 
22
libs=plugin/myisam/libmyisam.la
22
23
ldflags=$(LIBZ) $(LIBINTL)
23
 
static=yes