summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '15010_all_innodb_show_bp-fixes-5.0.91.patch')
-rw-r--r--15010_all_innodb_show_bp-fixes-5.0.91.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/15010_all_innodb_show_bp-fixes-5.0.91.patch b/15010_all_innodb_show_bp-fixes-5.0.91.patch
index 110c745..49e6330 100644
--- a/15010_all_innodb_show_bp-fixes-5.0.91.patch
+++ b/15010_all_innodb_show_bp-fixes-5.0.91.patch
@@ -24,12 +24,3 @@ diff -Nuar mysql/sql/ha_innodb.cc mysql/sql/ha_innodb.cc
size = buf_pool->curr_size;
-@@ -6790,7 +6797,7 @@
- table->field[10]->store(index->name, strlen(index->name), system_charset_info);
- // fprintf(stderr, " index %s, table %s", index->name, index->table_name);
-
-- if((p = strchr(index->table_name, '/')))
-+ if((p = strchr((char *)(index->table_name), '/')))
- {
- strncpy(db_name_raw, index->table_name, p-index->table_name);
- db_name_raw[p-index->table_name] = 0;