diff options
author | Timothy Smith <timothy.smith@sun.com> | 2009-01-12 23:32:11 +0100 |
---|---|---|
committer | Timothy Smith <timothy.smith@sun.com> | 2009-01-12 23:32:11 +0100 |
commit | 14c7d56ba8e15b49adb223f95e2abb7bcfd7778d (patch) | |
tree | 68e38b036e4539b437709b93ea3bfd558f009483 | |
parent | fc3b2bfc9e6df53185501ccf4eca90d7e0ae225b (diff) | |
download | mariadb-git-14c7d56ba8e15b49adb223f95e2abb7bcfd7778d.tar.gz |
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....
-rw-r--r-- | storage/innobase/trx/trx0undo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/trx/trx0undo.c b/storage/innobase/trx/trx0undo.c index 2aa7752d292..b31580d0ce0 100644 --- a/storage/innobase/trx/trx0undo.c +++ b/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"); |