diff options
Diffstat (limited to 'databases/mysql-q4m/files/patch-src::ha_queue.cc')
-rw-r--r-- | databases/mysql-q4m/files/patch-src::ha_queue.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/mysql-q4m/files/patch-src::ha_queue.cc b/databases/mysql-q4m/files/patch-src::ha_queue.cc new file mode 100644 index 000000000000..b8cdc4045dc1 --- /dev/null +++ b/databases/mysql-q4m/files/patch-src::ha_queue.cc @@ -0,0 +1,12 @@ +--- src/ha_queue.cc.orig 2013-05-21 18:33:11.000000000 +0900 ++++ src/ha_queue.cc 2014-01-22 18:50:08.633290803 +0900 +@@ -64,9 +64,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" |