mariadb/storage/innobase
unknown 3602e293a2 Bug #26598: Create variable to allow turning off of statistic gathering on metadata commands
Add innodb_stats_on_metadata option, which enables gathering
index statistics when processing metadata commands such as
SHOW TABLE STATUS.  Default behavior of the server does not
change (this option is enabled by default).


sql/mysqld.cc:
  Add innodb_stats_on_metadata option, which enables gathering
  index statistics when processing metadata commands such as
  SHOW TABLE STATUS.  Default behavior of the server does not
  change (this option is enabled by default).
sql/set_var.cc:
  Add innodb_stats_on_metadata option, which enables gathering
  index statistics when processing metadata commands such as
  SHOW TABLE STATUS.  Default behavior of the server does not
  change (this option is enabled by default).
storage/innobase/handler/ha_innodb.cc:
  Add innodb_stats_on_metadata option, which enables gathering
  index statistics when processing metadata commands such as
  SHOW TABLE STATUS.  Default behavior of the server does not
  change (this option is enabled by default).
storage/innobase/handler/ha_innodb.h:
  Add innodb_stats_on_metadata option, which enables gathering
  index statistics when processing metadata commands such as
  SHOW TABLE STATUS.  Default behavior of the server does not
  change (this option is enabled by default).
storage/innobase/include/srv0srv.h:
  Add innodb_stats_on_metadata option, which enables gathering
  index statistics when processing metadata commands such as
  SHOW TABLE STATUS.  Default behavior of the server does not
  change (this option is enabled by default).
storage/innobase/srv/srv0srv.c:
  Add innodb_stats_on_metadata option, which enables gathering
  index statistics when processing metadata commands such as
  SHOW TABLE STATUS.  Default behavior of the server does not
  change (this option is enabled by default).
2007-03-06 10:36:15 -07:00
..
btr
buf Applied innodb-5.1-ss1186 2007-01-21 18:18:11 -07:00
data
dict Fixed compiler warnings 2007-02-23 13:13:55 +02:00
dyn
eval Fixed compiler warnings 2007-02-23 13:13:55 +02:00
fil
fsp
fut
ha
handler Bug #26598: Create variable to allow turning off of statistic gathering on metadata commands 2007-03-06 10:36:15 -07:00
ibuf
include Bug #26598: Create variable to allow turning off of statistic gathering on metadata commands 2007-03-06 10:36:15 -07:00
lock
log
mach
mem
mtr Fixed compiler warnings 2007-02-23 13:13:55 +02:00
os
page
pars Fix (last) compiler warnings 2007-02-27 20:06:37 +02:00
que Applied innodb-5.1-ss1186 2007-01-21 18:18:11 -07:00
read
rem Fixed compiler warnings 2007-02-23 13:13:55 +02:00
row Fixed compiler warnings 2007-02-23 13:13:55 +02:00
srv Bug #26598: Create variable to allow turning off of statistic gathering on metadata commands 2007-03-06 10:36:15 -07:00
sync Fixed compiler warnings 2007-02-23 13:13:55 +02:00
thr
trx Fixed compiler warnings 2007-02-23 13:13:55 +02:00
usr
ut
CMakeLists.txt
Makefile.am
plug.in