mariadb/storage
Sergei Golubchik 630b0b8779 support for plugins on windows
CMakeLists.txt:
  1. add -DSAFEMALLOC -DSAFE_MUTEX in the top-level CMakeLists.txt
     don't force plugins to copy-paste these lines in their CMakeLists.txt
  2.1 search plugin/* for plugins (not only storage/*),
  2.2 recognize MYSQL_PLUGIN (not only MYSQL_STORAGE_ENGINE),
  2.3 extract library names from the plug.in (don't force library names to
      be ha_<engine>.dll and <engine>.lib)
include/mysql/plugin.h:
  define MYSQL_PLUGIN_EXPORT appropriately
  (backport from 5.5)
libmysqld/CMakeLists.txt:
  remove unnecessary workaround
plugin/fulltext/CMakeLists.txt:
  build fulltext example plugin on windows
storage/maria/CMakeLists.txt:
  The library is called libmaria_s.lib, not maria.lib
storage/maria/unittest/CMakeLists.txt:
  The library is called libmaria_s.lib, not maria.lib
storage/myisam/CMakeLists.txt:
  The library is called libmyisam_s.lib, not myisam.lib
storage/mysql_storage_engine.cmake:
  introduce MYSQL_PLUGIN macro.
  don't force library names to be ha_<engine>.dll and <engine>.lib
storage/xtradb/CMakeLists.txt:
  remove a condition from include
win/README:
  don't use deprecated syntax
win/configure-mariadb.sh:
  don't use deprecated syntax
win/configure.js:
  1. support MYSQL_PLUGIN in addition to MYSQL_STORAGE_ENGINE.
  2. support plugin/* in addition to storage/*
2011-10-04 15:41:52 +02:00
..
archive Fixed bug in Archive with insert delayed 2011-02-03 02:11:58 +02:00
blackhole remove redundant declarations 2011-10-04 15:01:26 +02:00
csv remove redundant declarations 2011-10-04 15:01:26 +02:00
example Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 2010-12-06 12:52:06 +01:00
federated Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed with HANDLER + InnoDB in maria-5.3 2011-01-12 15:41:39 +02:00
federatedx Fixed build failures 2011-02-23 11:22:56 +02:00
heap remove redundant declarations 2011-10-04 15:01:26 +02:00
ibmdb2i Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 2010-12-06 12:52:06 +01:00
innobase remove redundant declarations 2011-10-04 15:01:26 +02:00
innodb_plugin remove redundant declarations 2011-10-04 15:01:26 +02:00
maria support for plugins on windows 2011-10-04 15:41:52 +02:00
myisam support for plugins on windows 2011-10-04 15:41:52 +02:00
myisammrg remove redundant declarations 2011-10-04 15:01:26 +02:00
ndb remove redundant declarations 2011-10-04 15:01:26 +02:00
pbxt remove redundant declarations 2011-10-04 15:01:26 +02:00
xtradb support for plugins on windows 2011-10-04 15:41:52 +02:00
Makefile.am Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
mysql_storage_engine.cmake support for plugins on windows 2011-10-04 15:41:52 +02:00