summaryrefslogtreecommitdiff
path: root/storage/maria/ma_loghandler.c
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-05-07 18:26:22 +0200
committerSergei Golubchik <sergii@pisem.net>2013-05-07 18:26:22 +0200
commite0a08c567a028db406ebf69ece8b3210cba2af0c (patch)
tree4e5655ebc320dc033ab2936086945a22edff12f4 /storage/maria/ma_loghandler.c
parentb381cf843c841151f96541b19bd753cd3bbae326 (diff)
downloadmariadb-git-e0a08c567a028db406ebf69ece8b3210cba2af0c.tar.gz
Compilation warnings.
openssl compilation problem.
Diffstat (limited to 'storage/maria/ma_loghandler.c')
-rw-r--r--storage/maria/ma_loghandler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/maria/ma_loghandler.c b/storage/maria/ma_loghandler.c
index 341bbc6088f..54f67eb1ab3 100644
--- a/storage/maria/ma_loghandler.c
+++ b/storage/maria/ma_loghandler.c
@@ -7472,9 +7472,8 @@ static void translog_force_current_buffer_to_finish()
struct st_translog_buffer *old_buffer= log_descriptor.bc.buffer;
uchar *data= log_descriptor.bc.ptr - log_descriptor.bc.current_page_fill;
uint16 left= TRANSLOG_PAGE_SIZE - log_descriptor.bc.current_page_fill;
- uint16 current_page_fill, write_counter, previous_offset;
+ uint16 UNINIT_VAR(current_page_fill), write_counter, previous_offset;
DBUG_ENTER("translog_force_current_buffer_to_finish");
- LINT_INIT(current_page_fill);
DBUG_PRINT("enter", ("Buffer #%u 0x%lx "
"Buffer addr: (%lu,0x%lx) "