Commit 0f852ae1 authored by marko's avatar marko

branches/innodb+: ibuf_print(): Add a missing local variable that has been

missing since the code was merged in r2324 from branches/fts.
parent 53834747
...@@ -4081,6 +4081,7 @@ ibuf_print( ...@@ -4081,6 +4081,7 @@ ibuf_print(
{ {
#ifdef UNIV_IBUF_COUNT_DEBUG #ifdef UNIV_IBUF_COUNT_DEBUG
ulint i; ulint i;
ulint j;
#endif #endif
mutex_enter(&ibuf_mutex); mutex_enter(&ibuf_mutex);
......
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