mariadb/storage/videx
Vladislav Vaintroub f100bf3ec8 MDEV-36737 postfix - fix compilation and packaging on Windows
* Compile error
  GCCism - unportable use of __PRETTY_FUNCTION__

* Compile warning
  ha_rows to ulong cast missing

* Link error
  Due to unnecessary use of _dig_vec_lower
  _dig_vec_lower would have to be marked MYSQL_PLUGIN_IMPORT if we
  really wanted it.

* Packaging error (MSI)
  Newly introduced component videx-engine needs a place in
  MSI Feature tree
2026-01-19 12:44:06 +01:00
..
mysql-test/videx MDEV-36737: Research and Estimation for Adapting VIDEX to MariaDB 2025-12-22 10:21:29 +11:00
CMakeLists.txt MDEV-36737: Research and Estimation for Adapting VIDEX to MariaDB 2025-12-22 10:21:29 +11:00
ha_videx.cc MDEV-36737 postfix - fix compilation and packaging on Windows 2026-01-19 12:44:06 +01:00
videx_utils.cc MDEV-36737 postfix - fix compilation and packaging on Windows 2026-01-19 12:44:06 +01:00
videx_utils.h MDEV-36737: Research and Estimation for Adapting VIDEX to MariaDB 2025-12-22 10:21:29 +11:00