• Michael Widenius's avatar
    Increase default value of max_binlog_cache_size and max_binlog_stmt_cache_size to ulonglong_max. · aa4c7dea
    Michael Widenius authored
    This fixes that by default LOAD DATA INFILE will not generate the error:
    "Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage..."
    
    
    mysql-test/suite/sys_vars/r/max_binlog_cache_size_basic.result:
      Updated test case
    mysql-test/suite/sys_vars/r/max_binlog_stmt_cache_size_basic.result:
      Updated test case
    sql/sys_vars.cc:
      Increase default value of max_binlog_cache_size and max_binlog_stmt_cache_size to ulonglong_max.
    aa4c7dea
sys_vars.cc 149 KB