diff options
author | unknown <monty@donna.mysql.fi> | 2001-03-11 23:09:09 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-03-11 23:09:09 +0200 |
commit | 765c255873bdc2bad425a48aaf257f91da1fb3f3 (patch) | |
tree | f32505d03cc3878a4d4e8a1c03bbdc14aee3012f /configure.in | |
parent | 97acb7b3d17dc60f6b879044aa53b7f422f553c2 (diff) | |
download | mariadb-git-765c255873bdc2bad425a48aaf257f91da1fb3f3.tar.gz |
Optimization of delete with record cache (for MyISAM tables)
Added missing files for innobase to the distribution
BUILD/compile-pentium-debug:
Always compile with BDB tables
BUILD/compile-pentium:
Always compile with BDB tables
configure.in:
Added missing files for innobase to the distribution
innobase/mem/Makefile.am:
Added missing files for innobase to the distribution
innobase/pars/Makefile.am:
Added missing files for innobase to the distribution
sql/ha_isam.h:
Don't use record cache with delete
sql/handler.h:
Optimization of delete with record cache
sql/mysql_priv.h:
Optimization of delete with record cache
sql/records.cc:
Optimization of delete with record cache
sql/sql_delete.cc:
Optimization of delete with record cache
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 908cfcd67a9..05392da9a61 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! -AM_INIT_AUTOMAKE(mysql, 3.23.34) +AM_INIT_AUTOMAKE(mysql, 3.23.34a) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |