1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Marko Mäkelä b260903832 MDEV-29258 Failing assertion for name length on RENAME TABLE
trx_undo_page_report_rename(): Use the correct maximum length of
a table name. Both the database name and the table name can be up to
NAME_CHAR_LEN (64 characters) times 5 bytes per character in the
my_charset_filename encoding. They are not encoded in UTF-8!

fil_op_write_log(): Reserve the correct amount of log buffer for
a rename operation. The file name will be appended by
mlog_catenate_string().

rename_file_ext(): Reserve a large enough buffer for the file names.
2022-08-30 10:59:31 +03:00
..
2019-04-04 19:41:12 +03:00
2021-09-11 11:14:18 +03:00
2019-05-29 11:32:46 +03:00
2020-09-03 09:26:54 +03:00
2019-11-19 00:38:33 +02:00
2021-08-18 16:47:03 +03:00
2017-02-10 06:30:42 -05:00
2019-08-21 15:23:45 +03:00
2017-02-10 06:30:42 -05:00
2020-01-20 08:41:52 +02:00
2022-02-17 10:53:58 +02:00
2020-08-13 07:38:35 +03:00
2019-05-29 11:32:46 +03:00
2017-09-17 11:05:33 +03:00
2018-09-14 08:47:22 +02:00
2019-05-29 11:32:46 +03:00
2019-03-05 12:56:05 +02:00
2021-03-04 16:04:30 +02:00
2017-02-10 06:30:42 -05:00
2020-07-31 11:54:35 +03:00
2020-09-21 11:04:04 +03:00
2017-02-10 06:30:42 -05:00
2019-07-16 18:39:21 +03:00
2018-05-17 09:37:01 +03:00
2019-04-26 15:31:31 +03:00