summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_64bit.inc
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-12547: InnoDB FULLTEXT index has too strict ↵Thirunarayanan Balathandayuthapani2018-10-161-0/+9
| | | | | | | | | | | 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.
* fix for 64bit windowsunknown2012-01-111-14/+0
| | | | fix misleading test name
* Fix sys_vars test suite for 32bit systems. (MDEV-53 & MDEV-53)unknown2012-01-091-4/+4
|
* Patch for bug#36875: Inserted review results.Horst Hunger2009-01-081-1/+1
|
* Fixes for bug#36522.unknown2008-05-081-0/+14
BitKeeper/etc/ignore: Added mysql-test/bug36522-64.tar mysql-test/bug36522.tar mysql-test/t.log mysql-test/tps.log to the ignore list