summaryrefslogtreecommitdiff
path: root/storage/innobase/include
diff options
context:
space:
mode:
authorAnil Toshniwal <anil.toshniwal@oracle.com>2013-10-17 18:09:04 +0530
committerAnil Toshniwal <anil.toshniwal@oracle.com>2013-10-17 18:09:04 +0530
commitccfd3a0e750664b68fd229bfa22910bf9a68aeb0 (patch)
tree0325a35bb64806c53b6dcd11aca164adea2882aa /storage/innobase/include
parentb3d390959bf6269a6e9572816400b18f735835d7 (diff)
downloadmariadb-git-ccfd3a0e750664b68fd229bfa22910bf9a68aeb0.tar.gz
Bug#17513737 INTRODUCE CHECK TABLE...QUICK
--Implemented CHECK TABLE...QUICK. Introduce CHECK TABLE...QUICK that would skip the btr_validate_index() and btr_search_validate() call, and count the no. of records in each index. Approved by Marko and Kevin. (rb#3567).
Diffstat (limited to 'storage/innobase/include')
-rw-r--r--storage/innobase/include/btr0sea.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/btr0sea.h b/storage/innobase/include/btr0sea.h
index 0ee68101ee7..081dc88435e 100644
--- a/storage/innobase/include/btr0sea.h
+++ b/storage/innobase/include/btr0sea.h
@@ -188,8 +188,6 @@ UNIV_INTERN
ibool
btr_search_validate(void);
/*======================*/
-#else
-# define btr_search_validate() TRUE
#endif /* defined UNIV_AHI_DEBUG || defined UNIV_DEBUG */
/** The search info struct in an index */