mariadb/storage/myisam
Sergey Petrunya 7880039fc0 Merge 5.2 -> 5.3
(testcase for #798597 now crashes)
2011-06-24 21:43:31 +04:00
..
ftbench Merge 2010-12-29 00:47:05 +01:00
.cvsignore
ChangeLog
CMakeLists.txt MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in order 2011-01-29 18:51:12 +01:00
ft_boolean_search.c Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle timeouts and kill of connections. 2010-07-16 10:33:01 +03:00
ft_eval.c
ft_eval.h
ft_myisam.c
ft_nlq_search.c Merge with 5.2 2011-03-09 15:47:59 +02:00
ft_parser.c
ft_static.c
ft_stem.c
ft_stopwords.c Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h
fulltext.h Bug#42733: Type-punning warnings when compiling MySQL -- 2010-06-10 17:16:43 -03:00
ha_myisam.cc Merge 5.2 -> 5.3 2011-06-24 21:43:31 +04:00
ha_myisam.h Merge with MariaDB 5.2 2011-05-10 18:17:43 +03:00
make-ccc
Makefile.am Fixed compiler and gmake warnings 2010-11-29 11:27:52 +02:00
mi_cache.c
mi_changed.c
mi_check.c Merge 5.2 -> 5.3 2011-06-24 21:43:31 +04:00
mi_checksum.c
mi_close.c merge LP Bug#686184 2010-12-07 00:14:16 +01:00
mi_create.c Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00
mi_dbug.c Automatic merge with 5.1 2010-11-04 16:53:10 +02:00
mi_delete.c
mi_delete_all.c merge 5.1->5.2 2010-06-01 21:52:20 +02:00
mi_delete_table.c
mi_dynrec.c Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
mi_extra.c Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 2011-02-18 17:43:59 +02:00
mi_info.c
mi_key.c Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 2011-02-18 17:43:59 +02:00
mi_keycache.c
mi_locking.c Automatic merge with 5.1 2010-11-04 16:53:10 +02:00
mi_log.c
mi_open.c merge LP Bug#686184 2010-12-07 00:15:27 +01:00
mi_packrec.c
mi_page.c merge with 5.1 2010-09-11 20:43:48 +02:00
mi_panic.c Merge with 5.1 to get in changes from MySQL 5.1.55 2011-02-28 19:39:30 +02:00
mi_preload.c
mi_range.c Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
mi_rename.c
mi_rfirst.c
mi_rkey.c Merge with bugfix 2011-02-18 21:45:32 +02:00
mi_rlast.c
mi_rnext.c Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 2011-02-18 17:43:59 +02:00
mi_rnext_same.c Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 2011-02-18 17:43:59 +02:00
mi_rprev.c Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 2011-02-18 17:43:59 +02:00
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 2011-02-18 17:43:59 +02:00
mi_static.c Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM locks as well as be unKILLable for long time" 2011-02-18 17:43:59 +02:00
mi_statrec.c
mi_test1.c Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
mi_test2.c sane implementation of Key_% status variables. 2010-10-29 20:29:43 +02:00
mi_test3.c
mi_test_all.res
mi_test_all.sh Merge 2010-12-29 00:47:05 +01:00
mi_unique.c Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-02 15:30:47 -03:00
mi_update.c
mi_write.c Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00
myisam_ftdump.c Bug#42733: Type-punning warnings when compiling MySQL -- 2010-06-10 17:16:43 -03:00
myisamchk.c Merge MariaDB 5.1->5.2 2010-11-19 22:33:47 +01:00
myisamdef.h Merge with MariaDB 5.2 2011-05-10 18:17:43 +03:00
myisamlog.c Merge with MariaDB 5.1.49 2010-08-05 22:56:11 +03:00
myisampack.c Merge with 5.2 2011-03-09 15:47:59 +02:00
NEWS
plug.in MWL#74: Shared libmysqld.so library. 2010-11-17 13:24:20 +01:00
rt_index.c Merge 2010-12-29 00:47:05 +01:00
rt_index.h
rt_key.c
rt_key.h
rt_mbr.c
rt_mbr.h
rt_split.c Bug#45288: pb2 returns a lot of compilation warnings on linux 2010-09-24 19:13:51 -03:00
rt_test.c
sort.c Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle timeouts and kill of connections. 2010-07-16 10:33:01 +03:00
sp_defs.h
sp_key.c
sp_test.c Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1 2011-03-28 10:47:30 +02:00
test_pack
TODO