Merge lp:~openquery-core/percona-patches/percona-5.0.86-oqfixes into lp:percona-patches

Proposed by Arjen Lentz
Status: Merged
Merge reported by: Yasufumi Kinoshita
Merged at revision: not available
Proposed branch: lp:~openquery-core/percona-patches/percona-5.0.86-oqfixes
Merge into: lp:percona-patches
Diff against target: 12 lines (+1/-1)
1 file modified
innodb_show_bp.patch (+1/-1)
To merge this branch: bzr merge lp:~openquery-core/percona-patches/percona-5.0.86-oqfixes
Reviewer Review Type Date Requested Status
Vadim Tkachenko Approve
Review via email: mp+14728@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Vadim Tkachenko (vadim-tk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'innodb_show_bp.patch'
2--- innodb_show_bp.patch 2009-08-03 01:44:01 +0000
3+++ innodb_show_bp.patch 2009-11-11 00:10:22 +0000
4@@ -314,7 +314,7 @@
5 + table->field[10]->store(index->name, strlen(index->name), system_charset_info);
6 + // fprintf(stderr, " index %s, table %s", index->name, index->table_name);
7 +
8-+ if((p = strchr(index->table_name, '/')))
9++ if((p = strchr((char *) index->table_name, '/')))
10 + {
11 + strncpy(db_name_raw, index->table_name, p-index->table_name);
12 + db_name_raw[p-index->table_name] = 0;

Subscribers

People subscribed via source and target branches