mariadb/storage/myisam
Anirudh Mangipudi 09180c635f 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.
2012-10-30 18:49:15 +05:30
..
ftbench
.cvsignore
ChangeLog
CMakeLists.txt Updated/added copyright headers 2011-06-30 17:37:13 +02:00
ft_boolean_search.c Bug #13955256: KEYCACHE CRASHES, CORRUPTIONS/HANGS WITH, 2012-05-16 16:14:27 +05:30
ft_eval.c
ft_eval.h
ft_nlq_search.c Bug #13955256: KEYCACHE CRASHES, CORRUPTIONS/HANGS WITH, 2012-05-16 16:14:27 +05:30
ft_parser.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
ft_static.c
ft_stem.c
ft_stopwords.c Updated/added copyright headers 2011-07-03 17:47:37 +02:00
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
fulltext.h Updated/added copyright headers 2011-06-30 17:37:13 +02:00
ha_myisam.cc BUG#11757032 - 49030: OPTIMIZE TABLE BREAKS MYISAM TABLE WHEN 2011-10-20 15:03:22 +04:00
ha_myisam.h Updated/added copyright headers 2011-07-03 17:47:37 +02:00
make-ccc
Makefile.am
mi_cache.c
mi_changed.c
mi_check.c Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mi_checksum.c
mi_close.c Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mi_create.c Updated/added copyright headers 2011-07-03 17:47:37 +02:00
mi_dbug.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_delete.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_delete_all.c Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mi_delete_table.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_dynrec.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_extra.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_info.c
mi_key.c
mi_keycache.c
mi_locking.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_log.c
mi_open.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_packrec.c Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mi_page.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_panic.c
mi_preload.c Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mi_range.c Updated/added copyright headers 2011-07-03 20:08:47 +02:00
mi_rename.c
mi_rfirst.c
mi_rkey.c
mi_rlast.c
mi_rnext.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_static.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_statrec.c
mi_test1.c Updated/added copyright headers 2011-07-03 17:47:37 +02:00
mi_test2.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_test3.c
mi_test_all.res
mi_test_all.sh
mi_unique.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mi_update.c Updated/added copyright headers 2011-07-03 17:47:37 +02:00
mi_write.c BUG#11761180 - 53646: MYISAMPACK CORRUPTS TABLES WITH 2011-09-16 15:30:31 +04:00
myisam_ftdump.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
myisamchk.c BUG#11754894: MYISAMCHK ERROR HAS INCORRECT REFERENCE 2012-10-30 18:49:15 +05:30
myisamdef.h Updated/added copyright headers 2011-07-03 17:47:37 +02:00
myisamlog.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
myisampack.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
NEWS
plug.in
rt_index.c
rt_index.h
rt_key.c
rt_key.h
rt_mbr.c
rt_mbr.h
rt_split.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
rt_test.c
sort.c Updated/added copyright headers 2011-06-30 17:37:13 +02:00
sp_defs.h
sp_key.c
sp_test.c Updated/added copyright headers 2011-07-03 17:47:37 +02:00
test_pack
TODO