1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Files
mariadb/mysql-test/suite/innodb/r
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
..
2021-09-11 11:14:18 +03:00
2020-09-03 09:26:54 +03:00
2019-11-19 00:38:33 +02:00
2021-01-13 18:54:53 +02: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
2020-08-13 18:18:25 +03:00
2021-03-04 16:04:30 +02:00
2020-07-31 13:51:28 +03:00
2020-09-22 14:33:03 +03:00