1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-01 17:39:21 +03:00
Files
mariadb/mysql-test/suite
Sachin Setiya 18ef02b04d MDEV-4774 Strangeness with max_binlog_stmt_cache_size Settings
Problem:- When setting max_binlog_stmt_cache_size=18446744073709547520
from either command line or .cnf file, server fails to start.

Solution:- Added one more function eval_num_suffix_ull , which uses
strtoull to get unsigned ulonglong from string. And getopt_ull calls this
function instead of eval_num_suffix. Also changed previous eval_num_suffix to
eval_num_suffix_ll to remain consistent.
2017-01-20 21:33:36 +05:30
..
2016-07-12 22:20:46 +02:00
2014-10-09 10:30:11 +02:00
2015-10-09 17:12:26 +02:00
2016-09-27 09:21:19 +02:00
2016-09-27 09:21:19 +02:00
2016-12-09 16:33:48 +01:00
2017-01-17 16:22:25 +01:00