| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/mysql-q4m/files/ |
Upload File : |
--- src/ha_queue.cc.orig 2014-02-06 14:51:01.000000000 +0900
+++ src/ha_queue.cc 2014-02-12 13:48:57.069544726 +0900
@@ -68,9 +68,7 @@
#define Q4M_DELETE_MT_PWRITE 2
#define Q4M_DELETE_SERIAL_PWRITE 3
-#if MYSQL_VERSION_ID < 50500
#include "queue_config.h"
-#endif
#if SIZEOF_OFF_T != 8
# error "support for 64-bit file offsets is mandatory"
@@ -763,7 +761,7 @@
if (share->mmap_table(max(min((info->_header.end() + EXPAND_BY - 1)
/ EXPAND_BY * EXPAND_BY,
mmap_max),
- EXPAND_BY))
+ static_cast<ulonglong>EXPAND_BY))
!= 0) {
log("mmap failed\n");
goto ERR_AFTER_FILEOPEN;