Merge lp:~percona-dev/percona-xtradb/fix-bug551379 into lp:~percona-dev/percona-xtradb/extensions-1.0.6

Proposed by Aleksandr Kuzminsky
Status: Merged
Merged at revision: not available
Proposed branch: lp:~percona-dev/percona-xtradb/fix-bug551379
Merge into: lp:~percona-dev/percona-xtradb/extensions-1.0.6
Diff against target: 25 lines (+13/-0)
2 files modified
series (+1/-0)
xtradb_title.patch (+12/-0)
To merge this branch: bzr merge lp:~percona-dev/percona-xtradb/fix-bug551379
Reviewer Review Type Date Requested Status
Aleksandr Kuzminsky (community) Approve
Vadim Tkachenko Pending
Review via email: mp+22475@code.launchpad.net
To post a comment you must log in.
158. By Aleksandr Kuzminsky

Start message reports XtraDB

Revision history for this message
Aleksandr Kuzminsky (akuzminsky) :
review: Needs Fixing
Revision history for this message
Aleksandr Kuzminsky (akuzminsky) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'series'
2--- series 2010-03-18 03:57:02 +0000
3+++ series 2010-03-30 18:55:47 +0000
4@@ -25,3 +25,4 @@
5 innodb_1.0.6_fix.patch
6 innodb_adjust_defaults.patch
7 mysql-test.diff
8+xtradb_title.patch
9
10=== added file 'xtradb_title.patch'
11--- xtradb_title.patch 1970-01-01 00:00:00 +0000
12+++ xtradb_title.patch 2010-03-30 18:55:47 +0000
13@@ -0,0 +1,12 @@
14+diff -Nur a/srv/srv0start.c b/srv/srv0start.c
15+--- a/srv/srv0start.c 2010-03-30 11:00:00.000000000 -0700
16++++ b/srv/srv0start.c 2010-03-30 11:32:29.000000000 -0700
17+@@ -1821,7 +1821,7 @@
18+ if (srv_print_verbose_log) {
19+ ut_print_timestamp(stderr);
20+ fprintf(stderr,
21+- " InnoDB Plugin %s started; "
22++ " Percona XtraDB (http://www.percona.com) %s started; "
23+ "log sequence number %llu\n",
24+ INNODB_VERSION_STR, srv_start_lsn);
25+ }

Subscribers

People subscribed via source and target branches

to all changes: