mariadb/storage
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
..
archive Merge from mysql-5.1-bugteam. 2009-09-16 10:52:43 +04:00
blackhole Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
csv Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
example Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
federated Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}: 2009-08-04 13:25:19 +02:00
heap Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
ibmdb2i Bug#45983 ibmdb2i_create_index_option=1 not working for primary key 2009-07-08 14:40:01 +05:30
innobase Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
myisam Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
myisammrg Backport http://lists.mysql.com/commits/57778 2009-09-30 15:35:01 +02:00
ndb Merge from mysql-5.1. 2009-09-19 13:07:51 +04:00
Makefile.am Backport WL#3653 to 5.1 to enable bundled innodb plugin. 2009-06-10 10:59:49 +02:00
mysql_storage_engine.cmake Backport WL#3653 to 5.1 to enable bundled innodb plugin. 2009-06-10 10:59:49 +02:00