Logo
Explore Help
Sign In
1berry/MariaDB-server
1
0
Fork 0
You've already forked MariaDB-server
Code Issues Packages Projects Releases Wiki Activity
MariaDB-server/mysql-test/include/have_64bit.inc

10 lines
230 B
PHP
Raw Permalink Normal View History

MDEV-12547: InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limit max limit - Backported the MYSQL_SYSVAR_SIZE_T to 10.0 - The parameter innodb_ft_result_cache_limit was only 32 bits wide also on 64-bit systems. Make it size_t, so that it will be 64 bits on 64-bit systems. - Added a test case that show how innodb_ft_result_cache_limit variables behaves in 32bit and 64 bit system.
2018-10-16 13:02:50 +05:30
disable_query_log;
disable_warnings;
let $VERSION_COMPILE_64BIT=
`SELECT IF(@@version_compile_machine like '%64%', 1, 0)`;
enable_warnings;
enable_query_log;
if (!$VERSION_COMPILE_64BIT) {
skip Need a 64 bit machine/binary;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1969ms Template: 49ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API