made to the sb_oltp.c and sb_oltp.h files (those changes will be merged at a later date). -added drizzle support to lua tests -removed some dead code -updated autotools system -Added extensions.m4 -Removed manual.html - it's generated -Turned on warnings. Made sysbench compile with them on -Added support for building with libdrizzle -Added run.sh as example of how to run drizzle sys-bench -drv drizzle works with multi-thread -drv_drizzle: misc. fixes -drv_drizzle: fix all four buffering forms -Checking for error codes using new clean method. -Check that new constant exists in autoconf -drv_drizzle: Turned unsigned ints back off -drv_drizzle: Updated error fetching code -drv_drizzle: Removed blocking option - makes no sense. Cleaned up option help text -Up to date with latest libdrizzle changes -fixed some solaris build issues -Split acinclude into multiple files in m4/ dir -downgraded autoconf -Removed -Wlogical-op, it's only in newer GCC, and it's not important enough to impose GCC version restrictions for -Removed need for drizzled install for libdrizzle build -Fixed solaris build issues -Fixed new libdrizzle result processing -Added the all_need_caps explicitly to drv_mysql -Added capability for libdrizzle
22 lines
840 B
Makefile
22 lines
840 B
Makefile
# Copyright (C) 2004 MySQL AB
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = doc sysbench
|
|
|
|
EXTRA_DIST = autogen.sh README README-WIN.txt ChangeLog
|