summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@oracle.com>2010-09-20 18:51:51 +0300
committerVasil Dimov <vasil.dimov@oracle.com>2010-09-20 18:51:51 +0300
commit0b59b891c2ce021de6d2ac802e78b45736f19b34 (patch)
tree9829afb9cf29f41a916fbeea3807413ba06c04ad /storage
parent2efc8b2221ff5cc2c35d3ca8c5abf190e2a68a27 (diff)
downloadmariadb-git-0b59b891c2ce021de6d2ac802e78b45736f19b34.tar.gz
(log0recv.c:572) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
Diffstat (limited to 'storage')
-rw-r--r--storage/innobase/log/log0recv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/log/log0recv.c b/storage/innobase/log/log0recv.c
index f983c4fb974..dce0f2f8eb6 100644
--- a/storage/innobase/log/log0recv.c
+++ b/storage/innobase/log/log0recv.c
@@ -569,10 +569,8 @@ recv_synchronize_groups(
ib_uint64_t start_lsn;
ib_uint64_t end_lsn;
ib_uint64_t recovered_lsn;
- ib_uint64_t limit_lsn;
recovered_lsn = recv_sys->recovered_lsn;
- limit_lsn = recv_sys->limit_lsn;
/* Read the last recovered log block to the recovery system buffer:
the block is always incomplete */