diff options
author | unknown <heikki@donna.mysql.fi> | 2001-12-27 18:43:49 +0200 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-12-27 18:43:49 +0200 |
commit | 62b5dbf9fdff1e8d411fd4f1fadbc9efb3f3717c (patch) | |
tree | e7b156634de7a833df311418fcc4b6a5060c4b89 /innobase/btr | |
parent | cb25ddd100f38ffb96430e0b7b00290140eb766d (diff) | |
download | mariadb-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.c | 2 |
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( /*===================*/ |