Browse Source

Applying InnoDB snapshot innodb-5.1-ss3603

Detailed description of changes:
r3412 | vasil | 2008-12-05 10:46:18 +0200 (Fri, 05 Dec 2008) | 7 lines
branches/5.1:

Add the traditional 2 spaces after the timestamp so the message does
not look like:

070223 13:26:01InnoDB: Warning: canno....
pull/47/merge
Timothy Smith 17 years ago
parent
commit
c22f99ef81
  1. 2
      storage/innobase/trx/trx0undo.c

2
storage/innobase/trx/trx0undo.c

@ -410,7 +410,7 @@ trx_undo_seg_create(
if (slot_no == ULINT_UNDEFINED) {
ut_print_timestamp(stderr);
fprintf(stderr,
"InnoDB: Warning: cannot find a free slot for"
" InnoDB: Warning: cannot find a free slot for"
" an undo log. Do you have too\n"
"InnoDB: many active transactions"
" running concurrently?\n");

Loading…
Cancel
Save