mariadb/storage/myisam
Vladislav Vaintroub 2801599323 Backport http://lists.mysql.com/commits/57778
2677 Vladislav Vaintroub	2008-11-04
CMakeLists.txt files cleanup
- remove SAFEMALLOC and SAFE_MUTEX definitions that were 
present in *each* CMakeLists.txt. Instead, put them into top level 
CMakeLists.txt, but disable on Windows, because
a) SAFEMALLOC does not add any functionality that is not already
present in Debug C runtime ( and 2 safe malloc one on top of the other 
only unnecessarily slows down the server) 
      
b)SAFE_MUTEX does not work on Windows  and have been
explicitely  disabled on Windows with #undef previously.  Fortunately,
ntdll does  pretty good  job identifying l problems with 
CRITICAL_SECTIONs.
DebugBreak()s on using uninited critical section, unlocking unowned 
critical section)
      
-Also, remove occationally used -D_DEBUG (added by compiler 
anyway)
2009-09-30 15:35:01 +02:00
..
ftbench
.cvsignore
ChangeLog
CMakeLists.txt Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
ft_boolean_search.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
ft_eval.c
ft_eval.h
ft_nlq_search.c
ft_parser.c Fix for bug #37756: enabling fulltext indexes with 2009-01-26 10:35:15 +04:00
ft_static.c
ft_stem.c
ft_stopwords.c
ft_test1.c
ft_test1.h
ft_update.c
ftdefs.h Fix for bug #37756: enabling fulltext indexes with 2009-01-26 10:35:15 +04:00
fulltext.h
ha_myisam.cc merge of 5.1-main into mysql-trunk. 2009-08-12 15:44:34 +02:00
ha_myisam.h Bug#35111 - Truncate a MyISAM partitioned table does not reset 2009-07-08 17:41:34 +05:30
make-ccc
Makefile.am Ensure that all dtrace files are properly removed during make clean 2009-04-05 22:18:21 +02:00
mi_cache.c
mi_changed.c
mi_check.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_checksum.c
mi_close.c merge 5.0-bugteam to 5.1-bugteam 2009-04-06 12:31:17 +05:30
mi_create.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_dbug.c
mi_delete.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_delete_all.c
mi_delete_table.c
mi_dynrec.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_extra.c
mi_info.c
mi_key.c
mi_keycache.c
mi_locking.c This is the downport of 2009-09-11 22:26:35 +02:00
mi_log.c
mi_open.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_packrec.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_page.c
mi_panic.c
mi_preload.c
mi_range.c
mi_rename.c
mi_rfirst.c
mi_rkey.c
mi_rlast.c
mi_rnext.c
mi_rnext_same.c
mi_rprev.c
mi_rrnd.c
mi_rsame.c
mi_rsamepos.c
mi_scan.c
mi_search.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_static.c
mi_statrec.c
mi_test1.c
mi_test2.c
mi_test3.c
mi_test_all.res
mi_test_all.sh
mi_unique.c
mi_update.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
mi_write.c merging 2009-04-29 07:59:10 +05:00
myisam_ftdump.c
myisamchk.c merge mysql-5.0-bugteam to mysql-5.1-bugteam 2009-09-03 23:54:38 +05:30
myisamdef.h Bug#41098: Query Cache returns wrong result with concurrent insert 2009-02-19 18:09:35 -03:00
myisamlog.c
myisampack.c Changes of copyright output from "--version" and similar. 2008-11-14 17:29:38 +01:00
NEWS
plug.in
rt_index.c Bug#29125 Windows Server X64: so many compiler warnings 2009-02-13 11:41:47 -05:00
rt_index.h
rt_key.c
rt_key.h
rt_mbr.c
rt_mbr.h
rt_split.c
rt_test.c
sort.c Merge from 5.0 for 43414 2009-08-28 18:21:54 +02:00
sp_defs.h
sp_key.c
sp_test.c
test_pack
TODO