mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
(trx0purge.c:1082) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
This commit is contained in:
parent
74162b2092
commit
9cf5e1de92
1 changed files with 0 additions and 4 deletions
|
|
@ -1079,12 +1079,8 @@ trx_purge_rec_release(
|
|||
/*==================*/
|
||||
trx_undo_inf_t* cell) /*!< in: storage cell */
|
||||
{
|
||||
trx_undo_arr_t* arr;
|
||||
|
||||
mutex_enter(&(purge_sys->mutex));
|
||||
|
||||
arr = purge_sys->arr;
|
||||
|
||||
trx_purge_arr_remove_info(cell);
|
||||
|
||||
mutex_exit(&(purge_sys->mutex));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue