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 /innobase/mem | |
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 'innobase/mem')
-rw-r--r-- | innobase/mem/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/mem/Makefile.am b/innobase/mem/Makefile.am index 89076f76f3b..a81f7564a2a 100644 --- a/innobase/mem/Makefile.am +++ b/innobase/mem/Makefile.am @@ -19,6 +19,6 @@ include ../include/Makefile.i libs_LIBRARIES = libmem.a -libmem_a_SOURCES = mem0mem.c mem0pool.c +libmem_a_SOURCES = mem0mem.c mem0pool.c mem0dbg.c EXTRA_PROGRAMS = |