diff options
author | Satya Bodapati <satya.bodapati@oracle.com> | 2013-09-12 12:28:16 +0530 |
---|---|---|
committer | Satya Bodapati <satya.bodapati@oracle.com> | 2013-09-12 12:28:16 +0530 |
commit | b9041973617ced253981b7d8a9070972bd10729a (patch) | |
tree | 25cdcf8f941f12b934cb5ec8986716f886e49f6a /storage/innobase/include | |
parent | f166ec71b78fdf7a08ba413509cf00ad9e003b3c (diff) | |
download | mariadb-git-b9041973617ced253981b7d8a9070972bd10729a.tar.gz |
Additional Fix to BUG#16755251 for 5.1 build failure and
disable testcase due to BUG#17446090
Diffstat (limited to 'storage/innobase/include')
-rw-r--r-- | storage/innobase/include/btr0cur.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/btr0cur.h b/storage/innobase/include/btr0cur.h index bab405fa91e..5095fd5e875 100644 --- a/storage/innobase/include/btr0cur.h +++ b/storage/innobase/include/btr0cur.h @@ -560,7 +560,7 @@ btr_push_update_extern_fields( /*************************************************************** Writes a redo log record of updating a record in-place. */ -UNIV_INLINE + void btr_cur_update_in_place_log( /*========================*/ |