mariadb/plugin/file_key_management
Monty 26c86c39fc Fixed some mtr tests that failed on windows
Most things where wrong in the test suite.
The one thing that was a bug was that table_map_id was in some places
defined as ulong and in other places as ulonglong. On Linux 64 bit this
is not a problem as ulong == ulonglong, but on windows this caused failures.
Fixed by ensuring that all instances of table_map_id are ulonglong.
2024-01-23 13:03:12 +02:00
..
CMakeLists.txt MDEV-28819 Statically compiled encryption plugins do not work in mariadb-backup 2022-06-20 16:42:41 +02:00
file_key_management_plugin.cc Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
parser.cc Fixed some mtr tests that failed on windows 2024-01-23 13:03:12 +02:00
parser.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00