diff options
author | Anirudh Mangipudi <anirudh.mangipudi@oracle.com> | 2012-10-30 18:49:15 +0530 |
---|---|---|
committer | Anirudh Mangipudi <anirudh.mangipudi@oracle.com> | 2012-10-30 18:49:15 +0530 |
commit | 40b8b951428bd91275234d67ebba858bdfb844cd (patch) | |
tree | e7b8ea4c48acbdbd5a0b4fce912cf421ad75a3ec /libmysql/libmysql.c | |
parent | 7c7de142a3816c787d82aa0be42a410c18880466 (diff) | |
download | mariadb-git-40b8b951428bd91275234d67ebba858bdfb844cd.tar.gz |
BUG#11754894: MYISAMCHK ERROR HAS INCORRECT REFERENCE
TO 'MYISAM_SORT_BUFFER_SIZE'
Problem: 'myisam_sort_buffer_size' is a parameter used by
mysqld program only whereas 'sort_buffer_size' is used by
mysqld and myisamchk programs. But the error message printed
when myisamchk program is run with insufficient buffer size
is myisam_sort_buffer_size is too small which may mislead to the
server parameter myisam_sort_buffer_size.
SOLUTION: A parameter 'myisam_sort_buffer_size' is added as an
alias for 'sort_buffer_size' and the 'sort_buffer_size' parameter
is marked as deprecated. So myisamchk also has both the parameters
with the same role.
Diffstat (limited to 'libmysql/libmysql.c')
0 files changed, 0 insertions, 0 deletions