~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/plugin.ini

  • Committer: Monty Taylor
  • Date: 2009-12-25 08:50:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225085015-83sux5qsvy312gew
MEM_ROOT == memory::Root

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
18
18
description=Legacy non-transactional MySQL tables
19
19
load_by_default=yes
20
20
sources=ha_myisam.cc
21
 
libs=plugin/myisam/libmyisam.la drizzled/internal/libinternal.la
 
21
libs=plugin/myisam/libmyisam.la
22
22
ldflags=$(LIBZ) $(LIBINTL)
23
23
static=yes