mariadb/storage/maria/unittest
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
..
CMakeLists.txt support for plugins on windows 2011-10-04 15:41:52 +02:00
lockman-t.c
lockman1-t.c
lockman2-t.c
ma_control_file-t.c
ma_loghandler_examples.c
ma_maria_log_cleanup.c
ma_pagecache_consist.c Aria unit tests fixed to have correct pagecache shutdown. 2010-12-04 18:31:11 +02:00
ma_pagecache_rwconsist.c Aria unit tests fixed to have correct pagecache shutdown. 2010-12-04 18:31:11 +02:00
ma_pagecache_rwconsist2.c
ma_pagecache_single.c Don't flush pinned pages in checkpoint (fix for my last push) 2010-06-16 00:39:28 +03:00
ma_test_all-t - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testing 2011-02-25 14:55:40 +02:00
ma_test_loghandler-t.c Improved 'make test-unit' time slightly 2011-05-05 14:51:01 +03:00
ma_test_loghandler_first_lsn-t.c
ma_test_loghandler_max_lsn-t.c
ma_test_loghandler_multigroup-t.c Improved 'make test-unit' time slightly 2011-05-05 14:51:01 +03:00
ma_test_loghandler_multithread-t.c Improved 'make test-unit' time slightly 2011-05-05 14:51:01 +03:00
ma_test_loghandler_noflush-t.c
ma_test_loghandler_nologs-t.c
ma_test_loghandler_pagecache-t.c Aria unit tests fixed to have correct pagecache shutdown. 2010-12-04 18:31:11 +02:00
ma_test_loghandler_purge-t.c
ma_test_recovery.expected
ma_test_recovery.pl Don't delete directory mysql-test/var if we use mysql-test-run --vardir= 2011-02-03 01:01:12 +02:00
Makefile.am Fixed compiler and gmake warnings 2010-11-29 11:27:52 +02:00
sequence_storage.c
sequence_storage.h
test_file.c
test_file.h
trnman-t.c