mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Additional Fix to BUG#16755251 for 5.1 build failure and
disable testcase due to BUG#17446090
This commit is contained in:
parent
59402fe0a7
commit
64a845e0a6
4 changed files with 3 additions and 4 deletions
|
@ -1336,7 +1336,6 @@ btr_cur_upd_lock_and_undo(
|
|||
|
||||
/***************************************************************
|
||||
Writes a redo log record of updating a record in-place. */
|
||||
UNIV_INLINE
|
||||
void
|
||||
btr_cur_update_in_place_log(
|
||||
/*========================*/
|
||||
|
|
|
@ -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(
|
||||
/*========================*/
|
||||
|
|
|
@ -1530,7 +1530,7 @@ btr_cur_upd_lock_and_undo(
|
|||
|
||||
/***********************************************************//**
|
||||
Writes a redo log record of updating a record in-place. */
|
||||
UNIV_INLINE
|
||||
UNIV_INTERN
|
||||
void
|
||||
btr_cur_update_in_place_log(
|
||||
/*========================*/
|
||||
|
|
|
@ -638,7 +638,7 @@ btr_push_update_extern_fields(
|
|||
|
||||
/***********************************************************//**
|
||||
Writes a redo log record of updating a record in-place. */
|
||||
UNIV_INLINE
|
||||
UNIV_INTERN
|
||||
void
|
||||
btr_cur_update_in_place_log(
|
||||
/*========================*/
|
||||
|
|
Loading…
Reference in a new issue