3202
3203
N_("The size of the cache to hold the SQL statements for the binary log "
3203
3204
"during a transaction. If you often use big, multi-statement "
3204
3205
"transactions you can increase this to get more performance."),
3205
(char**) &binlog_cache_size, (char**) &binlog_cache_size, 0, GET_ULONG,
3206
(char**) &binlog_cache_size, (char**) &binlog_cache_size, 0, GET_ULL,
3206
3207
REQUIRED_ARG, 32*1024L, IO_SIZE, ULONG_MAX, 0, IO_SIZE, 0},
3207
3208
{ "bulk_insert_buffer_size", OPT_BULK_INSERT_BUFFER_SIZE,
3208
3209
N_("Size of tree cache used in bulk insert optimisation. Note that this is "