mariadb/storage/myisam
Anirudh Mangipudi a18a3474bb BUG#11754894: MYISAMCHK ERROR HAS INCORRECT REFERENCE
TO 'MYISAM_SORT_BUFFER_SIZE'
Merging from 5.1 to 5.5
2012-10-30 19:00:12 +05:30
..
ftbench Merge 2010-12-29 00:47:05 +01:00
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_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:46:53 +02:00
ft_static.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ft_stopwords.c Updated/added copyright headers 2011-07-03 17:47:37 +02:00
ft_update.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ftdefs.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
fulltext.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ha_myisam.cc BUG#13555854: CHECK AND REPAIR TABLE SHOULD BE MORE ROBUST [1] 2012-07-02 15:20:23 +05:30
ha_myisam.h Updated/added copyright headers 2012-02-16 10:48:16 +01:00
mi_cache.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_changed.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_check.c Updated/added copyright headers 2012-02-16 10:48:16 +01:00
mi_checksum.c Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1 2007-10-11 18:07:40 +03:00
mi_close.c Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mi_create.c Updated/added copyright headers 2011-07-04 01:25:49 +02:00
mi_dbug.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_delete.c Updated/added copyright headers 2011-06-30 17:46:53 +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:46:53 +02:00
mi_dynrec.c Merge 5.1 => 5.5 2012-03-06 13:47:57 +01:00
mi_extra.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_extrafunc.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_info.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_key.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_keycache.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_locking.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_log.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_open.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_packrec.c Updated/added copyright headers 2012-02-16 10:48:16 +01:00
mi_page.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_panic.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_preload.c Updated/added copyright headers 2012-02-16 10:48:16 +01:00
mi_range.c Updated/added copyright headers 2011-07-04 01:25:49 +02:00
mi_rename.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_rfirst.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
mi_rkey.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_rlast.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
mi_rnext.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_rnext_same.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_rprev.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_rrnd.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
mi_rsame.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_rsamepos.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
mi_scan.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
mi_search.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_static.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_statrec.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_test1.c Updated/added copyright headers 2011-07-04 01:25:49 +02:00
mi_test2.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_test3.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_test_all.res
mi_test_all.sh Merge 2010-12-29 00:47:05 +01:00
mi_unique.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mi_update.c Updated/added copyright headers 2011-07-04 01:25:49 +02:00
mi_write.c Merge. 2011-09-16 16:21:05 +04:00
myisam_ftdump.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
myisamchk.c BUG#11754894: MYISAMCHK ERROR HAS INCORRECT REFERENCE 2012-10-30 19:00:12 +05:30
myisamdef.h Updated/added copyright headers 2012-02-16 10:48:16 +01:00
myisamlog.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
myisampack.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
NEWS
rt_index.c Merge 2010-12-29 01:26:31 +01:00
rt_index.h
rt_key.c
rt_key.h
rt_mbr.c Merge mysql.com:/home/hf/work/30286/my50-30286 2007-10-05 15:43:15 +05:00
rt_mbr.h
rt_split.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
rt_test.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sort.c Updated/added copyright headers 2012-02-16 10:48:16 +01:00
sp_defs.h WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
sp_key.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
sp_test.c Updated/added copyright headers 2011-07-03 17:47:37 +02:00
test_pack
TODO