mariadb/storage/innobase/dict
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
..
dict0boot.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
dict0crea.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
dict0dict.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
dict0load.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
dict0mem.cc MDEV-34953 followup - allow Innodb to work with old data dictionary without upgrade. 2025-10-07 21:46:28 +03:00
dict0stats.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
dict0stats_bg.cc MDEV-37152: Remove many calls to _current_thd() 2025-09-29 14:35:02 +03:00
drop.cc Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00