summaryrefslogtreecommitdiff
path: root/innobase/btr
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-12-27 18:43:49 +0200
committerunknown <heikki@donna.mysql.fi>2001-12-27 18:43:49 +0200
commit62b5dbf9fdff1e8d411fd4f1fadbc9efb3f3717c (patch)
treee7b156634de7a833df311418fcc4b6a5060c4b89 /innobase/btr
parentcb25ddd100f38ffb96430e0b7b00290140eb766d (diff)
downloadmariadb-git-62b5dbf9fdff1e8d411fd4f1fadbc9efb3f3717c.tar.gz
btr0sea.c:
Eliminate a gcc compiler bug in inlining innobase/btr/btr0sea.c: Eliminate a gcc compiler bug in inlining
Diffstat (limited to 'innobase/btr')
-rw-r--r--innobase/btr/btr0sea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/btr/btr0sea.c b/innobase/btr/btr0sea.c
index 31ef8ce573b..ca8589813ca 100644
--- a/innobase/btr/btr0sea.c
+++ b/innobase/btr/btr0sea.c
@@ -452,7 +452,7 @@ btr_search_info_update_slow(
Checks if a guessed position for a tree cursor is right. Note that if
mode is PAGE_CUR_LE, which is used in inserts, and the function returns
TRUE, then cursor->up_match and cursor->low_match both have sensible values. */
-UNIV_INLINE
+static
ibool
btr_search_check_guess(
/*===================*/