[Commits] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (monty:2917)

#At lp:maria based on revid:monty@askmonty.org-20100824221801-lvfxd4h5x5gjhh8w 2917 Michael Widenius 2010-08-25 Fixed typo in last push (sorry about that) - Need to get autopush to work to avoid bad pushes like this.... modified: storage/maria/maria_chk.c === modified file 'storage/maria/maria_chk.c' --- a/storage/maria/maria_chk.c 2010-08-24 22:18:01 +0000 +++ b/storage/maria/maria_chk.c 2010-08-24 22:43:26 +0000 @@ -370,7 +370,7 @@ static struct my_option my_long_options[ { "page_buffer_size", OPT_PAGE_BUFFER_SIZE, "Size of page buffer. Used by --safe-repair", &check_param.use_buffers, &check_param.use_buffers, 0, - GET_ULONG, REQUIRED_ARG, (long) USE_BUFFER_INIT, 128L*1024L*1024L, + GET_ULONG, REQUIRED_ARG, (long) USE_BUFFER_INIT, 1024L*1024L, (long) ~0L, (long) MALLOC_OVERHEAD, (long) IO_SIZE, 0}, { "read_buffer_size", OPT_READ_BUFFER_SIZE, "", &check_param.read_buffer_length,
participants (1)
-
Michael Widenius