diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-09 00:41:07 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-08-09 00:41:07 +0000 |
commit | 0393e0488cc383b81d5e86305a2385a9333b21c5 (patch) | |
tree | 9aa36084941fb64be1bb1afc77401838d8262c95 | |
parent | Activate new percona 5.0.91 patches. (diff) | |
download | mysql-extras-0393e0488cc383b81d5e86305a2385a9333b21c5.tar.gz mysql-extras-0393e0488cc383b81d5e86305a2385a9333b21c5.tar.bz2 mysql-extras-0393e0488cc383b81d5e86305a2385a9333b21c5.zip |
This bit was merged by Percona.
-rw-r--r-- | 15010_all_innodb_show_bp-fixes-5.0.91.patch | 9 |
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; |