summaryrefslogtreecommitdiff
path: root/storage/innobase
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@oracle.com>2010-09-20 19:34:39 +0300
committerVasil Dimov <vasil.dimov@oracle.com>2010-09-20 19:34:39 +0300
commit9cf5e1de92f89487d2e170d95e759a77dd089fbc (patch)
treedcbba3298792d7e4c1b95bb5b4ccb61d6a8723cc /storage/innobase
parent74162b20923590842687c9b6d42a480d4249e738 (diff)
downloadmariadb-git-9cf5e1de92f89487d2e170d95e759a77dd089fbc.tar.gz
(trx0purge.c:1082) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
Diffstat (limited to 'storage/innobase')
-rw-r--r--storage/innobase/trx/trx0purge.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/innobase/trx/trx0purge.c b/storage/innobase/trx/trx0purge.c
index 05c0ee58a5f..4c787579a03 100644
--- a/storage/innobase/trx/trx0purge.c
+++ b/storage/innobase/trx/trx0purge.c
@@ -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));