mariadb/storage
Jon Olav Hauglid a5beaf5cbf Partial backport of:
------------------------------------------------------------
revno: 2617.14.26
committer: Vladislav Vaintroub <vvaintroub@mysql.com>
branch nick: mysql-6.0-wtf
timestamp: Wed 2008-11-05 11:19:19 +0100
message:
   CMakeLists.txt files cleanup.
  
  - remove SAFEMALLOC and SAFE_MUTEX definitions that were
  present in *each* CMakeLists.txt. Instead, put them into top level
  MakeLists.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)
  
  -Remove occationally used -D_DEBUG (added by compiler
  anyway)
  
  -Remove MAP file generation, it became  obsolete .
  There are many ways to get callstack  of a crash now, with stacktrace in 
  error log , minidump etc
2009-12-17 16:40:02 +01:00
..
archive Merge next-mr -> next-4284. 2009-12-15 22:59:07 +03:00
blackhole WL#2360 Performance schema 2009-12-04 18:26:15 -07:00
csv Merge mysql-next-mr to mysql-next-mr-svoj. 2009-12-09 15:03:34 +04:00
example WL#2360 Performance schema 2009-12-04 18:26:15 -07:00
federated WL#2360 Performance schema 2009-12-04 18:26:15 -07:00
heap WL#2360 Performance schema 2009-12-04 18:26:15 -07:00
ibmdb2i Bug#45983 ibmdb2i_create_index_option=1 not working for primary key 2009-07-08 14:40:01 +05:30
innobase Partial backport of: 2009-12-17 16:40:02 +01:00
myisam Merge next-mr -> next-4284. 2009-12-15 22:59:07 +03:00
myisammrg Merge next-mr -> next-4284. 2009-12-15 21:45:22 +03:00
ndb merging from 5.1 to rep+2 starting at gca(5.1, next-mr) == build@mysql.com-20091104182209-iui387z35159aoyw 2009-11-30 14:34:39 +02: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 WL#4903 Plugin Service API part I 2009-11-02 21:05:42 +01:00