An error occurred while fetching folder content.
Fix for bug#5138: hash indexes on heap tables support statistics.
unknown authored
 KEY::rec_per_key is updated every time 1/HEAP_STATS_UPDATE_THRESHOLD part of table records has been changed.


heap/_check.c:
  Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
heap/hp_clear.c:
  Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
heap/hp_create.c:
  Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
heap/hp_delete.c:
  Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
heap/hp_hash.c:
  Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
heap/hp_write.c:
  Hash indexes on heap tables now support statistics - number of hash buckets. The...
9e0810d3
Name Last commit Last update
examples Merge bk-internal.mysql.com:/home/bk/mysql-4.1
share Better easier to call error message format.
.cvsignore Import changeset
Makefile.am after merge fix
add_errmsg Import changeset
client_settings.h Fix for #2126
custom_conf.h Update copyright
derror.cc Fixed many compiler warnings
des_key_file.cc Merge with 4.0.16
discover.cc After merge fixes
field.cc Portability fixes
field.h Review of new pushed code (Indentation fixes and simple optimizations)
field_conv.cc Bug#5081: UCS2 fields are filled with '0x2020' after extending field length
filesort.cc Added missing root user to mysql.user on windows. (Bug #4242)
frm_crypt.cc Update copyright
gen_lex_hash.cc Merge with 4.0
gstream.cc Fix for valgrind's warning
gstream.h Fix for valgrind's warning
ha_berkeley.cc Bug#4521: unique key prefix interacts poorly with utf8.
ha_berkeley.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part.
ha_heap.cc Fix for bug#5138: hash indexes on heap tables support statistics.
ha_heap.h Fix for bug#5138: hash indexes on heap tables support statistics.
ha_innodb.cc merged
ha_innodb.h manually merged
ha_isam.cc key_cmp -> key_cmp_if_same
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc
ha_ndbcluster.h
handler.cc
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc
item.h
item_buff.cc
item_cmpfunc.cc
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc
item_func.h
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc
item_strfunc.h
item_subselect.cc
item_subselect.h
item_sum.cc
item_sum.h
item_timefunc.cc
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h
lex_symbol.h
lock.cc
log.cc
log_event.cc
log_event.h
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h
mysqld.cc
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc
opt_range.h
opt_sum.cc
password.c
procedure.cc
procedure.h
protocol.cc
protocol.h
protocol_cursor.cc
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc
set_var.h
slave.cc
slave.h
spatial.cc
spatial.h
sql_acl.cc
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc