diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-07 12:21:32 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-07 12:21:32 +0300 |
commit | 7ae12371dd420eb7b7fcbd07bd49e2d1b28057d7 (patch) | |
tree | 506ab80173e639f825ea8dbc3c03b3cb5aed1bfc /support-files | |
parent | a08a8bc191952d5af0e03490abb38cdca6a4d9b2 (diff) | |
download | mariadb-git-7ae12371dd420eb7b7fcbd07bd49e2d1b28057d7.tar.gz |
MDEV-22817 Assertion idlen <= MAX_TABLE_NAME_LEN in 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.
Diffstat (limited to 'support-files')
0 files changed, 0 insertions, 0 deletions