Skip to content

Index overflow#2775

Merged
btry merged 1 commit intopluginsGLPI:support/2.13.0from
btry:bugfix/prevent_index_overflow
May 12, 2022
Merged

Index overflow#2775
btry merged 1 commit intopluginsGLPI:support/2.13.0from
btry:bugfix/prevent_index_overflow

Conversation

@btry
Copy link
Collaborator

@btry btry commented May 12, 2022

No description provided.

@btry btry requested a review from orthagh May 12, 2022 13:44
`uuid` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC; No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

@btry btry merged commit cec857b into pluginsGLPI:support/2.13.0 May 12, 2022
@btry btry deleted the bugfix/prevent_index_overflow branch May 12, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants