~drizzle-trunk/drizzle/development

1999.6.1 by kalebral at gmail
update Copyright strings to a more common format to help with creating the master debian copyright file
1
#  Copyright (C) 2009 Sun Microsystems, Inc.
992.1.25 by Monty Taylor
Moved myisam to new plugin system.
2
#
3
#  This program is free software; you can redistribute it and/or modify
4
#  it under the terms of the GNU General Public License as published by
5
#  the Free Software Foundation; version 2 of the License.
6
#
7
#  This program is distributed in the hope that it will be useful,
8
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
9
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10
#  GNU General Public License for more details.
11
#
12
#  You should have received a copy of the GNU General Public License
13
#  along with this program; if not, write to the Free Software
14
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
15
16
[plugin]
17
title=MyISAM Storage Engine
18
description=Legacy non-transactional MySQL tables
19
load_by_default=yes
20
sources=ha_myisam.cc
1509.1.1 by Monty Taylor
Undid the libdrizzled.so.
21
libs=plugin/myisam/libmyisam.la drizzled/internal/libinternal.la
992.1.25 by Monty Taylor
Moved myisam to new plugin system.
22
ldflags=$(LIBZ) $(LIBINTL)
1192.3.7 by Monty Taylor
Added code necessary for building plugins dynamically.
23
static=yes