summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/t/longname.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-22817 Assertion idlen <= MAX_TABLE_NAME_LEN in ↵Marko Mäkelä2020-06-071-0/+34
| | | | | | | | | | create_table_info_t::create_foreign_keys() create_table_info_t::create_foreign_keys(): Make the create_name buffer long enough for both the database and table name. It is still not long enough to hold partition or subpartition names. Because we do never supported FOREIGN KEY constraints on partitions, we can simply skip the call to innobase_convert_name() on CREATE TABLE.
* Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-0/+3
|
* bugfix: long partition namesSergei Golubchik2017-07-061-0/+29