guilhem@gbichot3.local
09c5a83416
WL#3504 "plugin actions for engines' and plugins' unit tests"
...
for push in 5.1 (I will inform Trudy).
Storage engines and plugins can now have unit tests to test their components; such
test must be an executable C/C++ program which name ends with '-t' and which is
obeys the mytap protocol, it must be stored in the storage engine's or plugin's
source directory (storage/<engine> or plugin/<plugin>) or any subdirectories of
this.
The top-level Makefile target "test-unit" will run all unit tests: it will scan
the engines' and plugins' directories, recursively, and execute all executable
files which name ends with '-t'."
2006-09-15 15:15:24 +02:00
serg@serg.mylan
3c609f0aa3
don't call plugins' configure scripts manually, use AC_CONFIG_SUBDIRS
...
don't add CFLAGS/CXXFLAGS to ./configure command line in config.status
but _do_ add them before calling plugins' configure scripts
2006-06-15 21:43:29 +02:00
serg@sergbook.mysql.com
6158fc15d8
apparently "sinclude" is consireded by aclocal (up to 1.9.5)
...
by a dirty word, and it complains about it, even in a comment.
2006-05-10 13:57:58 -04:00
serg@sergbook.mysql.com
f15dde450c
a workaround for aclocal-1.8 bug
2006-05-10 11:27:38 -04:00
serg@sergbook.mysql.com
549fe7c850
auto-set MYSQL_PLUGIN_DIRECTORY for plug.in files
2006-05-06 07:43:18 -04:00
serg@sergbook.mysql.com
376117eb98
auto-include plug.in, remove the need for plugins to modify configure.in
2006-05-04 17:14:56 -04:00
serg@sergbook.mysql.com
17b46953ca
cleanup - don't test in configure what belongs to m4
2006-05-04 14:15:37 -04:00
acurtis@xiphis.org
16d8d6bcca
fix legacy configure option handling
2006-05-03 15:58:15 -07:00
serg@sergbook.mysql.com
375d3e8258
Fixed dependency checking
2006-05-03 09:46:19 -04:00
acurtis@xiphis.org
20b687ce0d
WL#3201 post-review fixups
2006-05-02 12:04:20 -07:00
acurtis@xiphis.org
f1d4921139
WL#3201 additional post-review fixes
2006-05-02 04:11:00 -07:00
acurtis@xiphis.org
0736d18337
WL#3201 post-review fixups
...
end plugin/module naming schizophrenia
fixup shell code and m4 macro comments
cmakelists.txt included in EXTRA_DIST
2006-05-01 21:33:09 -07:00
serg@sergbook.mysql.com
506f9800bd
fixes
2006-04-30 15:52:30 -04:00
serg@sergbook.mysql.com
281fb1cfc5
make distcheck and cosmetic fixes
2006-04-29 09:33:34 -07:00
acurtis@xiphis.org
e2ac9dda83
WL#3201
...
post-merge fixes
2006-04-24 14:32:45 -07:00
acurtis@xiphis.org
35166137f0
WL#3201
...
Fixes after first review
2006-04-20 10:03:15 -07:00
acurtis@xiphis.org
4e11a4d941
WL#3201
...
" Configure support for server plugins "
2006-04-13 13:49:29 -07:00