1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-27 05:41:41 +03:00
Files
mariadb/mysql-test/suite
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
..
2022-05-18 01:22:29 +02:00
2022-05-07 11:48:15 +02:00
2022-07-11 23:50:56 +02:00
2022-03-04 14:29:36 +02:00
2022-05-03 10:59:54 +02:00
2022-05-04 19:34:20 +02:00
2021-10-21 17:39:34 +03:00
2022-07-29 21:58:38 +02:00
2022-05-03 10:59:54 +02:00