summaryrefslogtreecommitdiff
path: root/sql/opt_subselect.cc
diff options
context:
space:
mode:
authorSachin Setiya <sachinsetia1001@gmail.com>2017-01-10 10:08:04 +0530
committerSachin Setiya <sachinsetia1001@gmail.com>2017-01-20 21:33:36 +0530
commit18ef02b04dfae21148c7397d088c7ffdfcd23c4e (patch)
treeb3f554302272dd8502c6ad976324d13794f02f38 /sql/opt_subselect.cc
parentfbcdc3437c94314f69d255a303d791f704916653 (diff)
downloadmariadb-git-18ef02b04dfae21148c7397d088c7ffdfcd23c4e.tar.gz
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.
Diffstat (limited to 'sql/opt_subselect.cc')
0 files changed, 0 insertions, 0 deletions