Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.4(EOL)
Description
The following query:
create table t2 (s date, e date, period for `asdf123456789012345678901234567890` (s,e)); |
leads to a crash.
As it is noted in https://github.com/MariaDB/server/pull/2146, this is because the constraint name is limited to 32 symbols, while the column name is up to 64 symbols.
Attachments
Issue Links
- relates to
-
MDEV-18873 Server crashes in Compare_identifiers::operator or in my_strcasecmp_utf8 upon ADD PERIOD IF NOT EXISTS with empty name
- Closed