From 0393e0488cc383b81d5e86305a2385a9333b21c5 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 9 Aug 2010 00:41:07 +0000 Subject: This bit was merged by Percona. --- 15010_all_innodb_show_bp-fixes-5.0.91.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to '15010_all_innodb_show_bp-fixes-5.0.91.patch') 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; -- cgit v1.2.3-65-gdbad