Skip to content
Permalink
Browse files
MDEV-16557 Remove INNOBASE_SHARE
  • Loading branch information
dr-m committed Aug 21, 2018
2 parents cccdb17 + 1a7a018 commit cdc8deb
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 402 deletions.
@@ -6224,7 +6224,7 @@ dict_table_get_index_on_name(

while (index != NULL) {
if (index->is_committed() == committed
&& innobase_strcasecmp(index->name, name) == 0) {
&& strcmp(index->name, name) == 0) {

return(index);
}

0 comments on commit cdc8deb

Please sign in to comment.