~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/plugin.ini

Renamed namespace slot to namespace service.

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