Commit b9041973 authored by Satya Bodapati's avatar Satya Bodapati

Additional Fix to BUG#16755251 for 5.1 build failure and

disable testcase due to BUG#17446090
parent f166ec71
...@@ -1336,7 +1336,6 @@ btr_cur_upd_lock_and_undo( ...@@ -1336,7 +1336,6 @@ btr_cur_upd_lock_and_undo(
/*************************************************************** /***************************************************************
Writes a redo log record of updating a record in-place. */ Writes a redo log record of updating a record in-place. */
UNIV_INLINE
void void
btr_cur_update_in_place_log( btr_cur_update_in_place_log(
/*========================*/ /*========================*/
......
...@@ -560,7 +560,7 @@ btr_push_update_extern_fields( ...@@ -560,7 +560,7 @@ btr_push_update_extern_fields(
/*************************************************************** /***************************************************************
Writes a redo log record of updating a record in-place. */ Writes a redo log record of updating a record in-place. */
UNIV_INLINE
void void
btr_cur_update_in_place_log( btr_cur_update_in_place_log(
/*========================*/ /*========================*/
......
...@@ -1530,7 +1530,7 @@ btr_cur_upd_lock_and_undo( ...@@ -1530,7 +1530,7 @@ btr_cur_upd_lock_and_undo(
/***********************************************************//** /***********************************************************//**
Writes a redo log record of updating a record in-place. */ Writes a redo log record of updating a record in-place. */
UNIV_INLINE UNIV_INTERN
void void
btr_cur_update_in_place_log( btr_cur_update_in_place_log(
/*========================*/ /*========================*/
......
...@@ -638,7 +638,7 @@ btr_push_update_extern_fields( ...@@ -638,7 +638,7 @@ btr_push_update_extern_fields(
/***********************************************************//** /***********************************************************//**
Writes a redo log record of updating a record in-place. */ Writes a redo log record of updating a record in-place. */
UNIV_INLINE UNIV_INTERN
void void
btr_cur_update_in_place_log( btr_cur_update_in_place_log(
/*========================*/ /*========================*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment