summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Smith <timothy.smith@sun.com>2009-01-12 23:32:11 +0100
committerTimothy Smith <timothy.smith@sun.com>2009-01-12 23:32:11 +0100
commit14c7d56ba8e15b49adb223f95e2abb7bcfd7778d (patch)
tree68e38b036e4539b437709b93ea3bfd558f009483
parentfc3b2bfc9e6df53185501ccf4eca90d7e0ae225b (diff)
downloadmariadb-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.c2
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");