diff options
author | unknown <tsmith@siva.hindu.god> | 2007-03-06 10:36:15 -0700 |
---|---|---|
committer | unknown <tsmith@siva.hindu.god> | 2007-03-06 10:36:15 -0700 |
commit | 3602e293a28a02a31aed0e30815db752c932f2f4 (patch) | |
tree | 67a95e46d91580fd3f53b6ef5ea2ca24d44e524f /libmysql | |
parent | feff00583ee07e73768e8237be7a4319354e7f69 (diff) | |
download | mariadb-git-3602e293a28a02a31aed0e30815db752c932f2f4.tar.gz |
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).
Diffstat (limited to 'libmysql')
0 files changed, 0 insertions, 0 deletions