1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
Satya B fe5121af67 Fix for BUG#10206 - InnoDB: Transaction requiring Max_BinLog_Cache_size > 4GB
always rollsback.

The global variable max_binlog_cache_size cannot be set more than 4GB on
32 bit systems, limiting transactions of all storage engines to 4G of changes.

The problem is max_binlog_cache_size is declared as ulong which is 4 bytes
on 32 bit and 8 bytes on 64 bit machines.

Fixed by using ulonglong for max_binlog_cache_size which is 8bytes on 32 
and 64 bit machines.The range for max_binlog_cache_size on 32 bit and 64 bit
systems is 4096-18446744073709547520 bytes.
2009-05-15 16:33:08 +05:30
..
2008-04-02 10:06:36 +02:00
2009-02-10 16:27:35 +03:00
2009-01-23 13:22:05 +01:00
2008-10-02 10:56:07 +05:00
2008-03-08 01:14:56 +04:00
2008-11-21 17:32:45 +04:00
2009-02-19 18:22:28 +01:00
2009-02-19 18:22:28 +01:00
2008-09-03 13:06:03 +05:00
2009-03-11 14:29:59 +02:00
2009-02-23 14:42:31 +02:00
2009-03-27 10:18:06 +08:00
2008-09-05 13:36:02 +05:00
2009-02-07 16:50:31 +01:00
2009-01-23 13:22:05 +01:00
2009-04-29 07:59:10 +05:00
2009-04-29 07:59:10 +05:00
2009-02-25 16:18:24 +04:00
2009-02-26 18:17:06 +01:00
2009-02-03 14:45:17 +01:00
2009-02-10 16:27:35 +03:00
2009-03-30 10:44:17 +02:00
2009-04-09 14:38:50 +05:00
2009-03-16 20:54:50 +01:00
2008-10-23 21:27:09 +02:00
2009-01-26 15:20:33 +01:00
2009-03-24 23:48:31 +03:00
2009-02-10 22:26:37 +01:00
2009-02-27 17:06:23 +02:00
2009-02-19 18:22:28 +01:00
2009-02-19 18:22:28 +01:00
2009-02-03 14:45:17 +01:00
2009-02-09 22:00:15 +01:00
2008-07-03 23:41:22 +04:00
2009-03-06 16:11:34 +01:00
2009-02-19 17:59:00 +04:00
2008-04-02 10:06:36 +02:00
2008-03-26 20:27:23 +01:00
2008-03-25 17:48:05 -06:00
2008-07-07 11:43:56 +03:00
2009-02-09 22:00:15 +01:00
2008-12-13 19:42:12 +00:00
2009-02-09 22:00:15 +01:00
2008-12-13 19:42:12 +00:00
2009-02-19 18:24:25 -05:00
2009-03-27 13:55:14 +01:00
2008-12-09 17:31:22 +04:00
2009-01-13 15:04:28 +01:00
2009-02-14 20:14:10 +03:00
2008-11-18 13:52:03 +04:00
2008-08-26 15:22:09 +05:00
2009-03-27 15:59:09 +03:00
2009-02-12 11:52:01 +02:00