Browse Source

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

missing since the code was merged in r2324 from branches/fts.
pull/73/head
marko 17 years ago
parent
commit
19ddd9a58c
  1. 1
      ibuf/ibuf0ibuf.c

1
ibuf/ibuf0ibuf.c

@ -4081,6 +4081,7 @@ ibuf_print(
{
#ifdef UNIV_IBUF_COUNT_DEBUG
ulint i;
ulint j;
#endif
mutex_enter(&ibuf_mutex);

Loading…
Cancel
Save