mariadb/storage/innobase/handler
Vladislav Vaintroub 6f857c7e87 MDEV-34953 followup - allow Innodb to work with old data dictionary without upgrade.
Previously, Innodb used partition separator "#p#" on Windows,
and "#P#" elsewhere. Now it uses "#P#" uniformly,

Yet, there is no automated upgrade procedure yet in place that would fix
old data dictionary.

This patch fixed it, by accepting both #P# and #p# as partition
separators.
2025-10-07 21:46:28 +03:00
..
ha_innodb.cc MDEV-34953 followup - allow Innodb to work with old data dictionary without upgrade. 2025-10-07 21:46:28 +03:00
ha_innodb.h MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
handler0alter.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
i_s.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
i_s.h Merge 10.5 into 10.6 2021-08-23 11:21:33 +03:00