2007-02-09 20:32:52 +00:00
|
|
|
Hack the top-level Makefile to enable the openssl regression tests.
|
|
|
|
(Why doesn't this happen automatically given the configure option??)
|
2004-12-21 21:02:47 +00:00
|
|
|
|
|
|
|
|
2009-03-05 02:50:07 +00:00
|
|
|
diff -Naur mysql-5.1.32.orig/Makefile.am mysql-5.1.32/Makefile.am
|
|
|
|
--- mysql-5.1.32.orig/Makefile.am 2009-02-13 19:51:56.000000000 -0500
|
|
|
|
+++ mysql-5.1.32/Makefile.am 2009-03-04 18:12:36.000000000 -0500
|
2009-01-14 17:10:05 +00:00
|
|
|
@@ -98,7 +98,7 @@
|
2004-12-21 21:02:47 +00:00
|
|
|
|
2007-03-12 17:08:30 +00:00
|
|
|
test-ns:
|
|
|
|
cd mysql-test ; \
|
2009-01-14 17:10:05 +00:00
|
|
|
- @PERL@ ./mysql-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed
|
|
|
|
+ @PERL@ ./mysql-test-run.pl $(force) $(mem) --ssl --mysqld=--binlog-format=mixed
|
2007-03-12 17:08:30 +00:00
|
|
|
|
2009-01-14 17:10:05 +00:00
|
|
|
test-binlog-statement:
|
|
|
|
cd mysql-test ; \
|