mysql8.4/mysql-testing.patch

17 lines
602 B
Diff
Raw Normal View History

Hack the top-level Makefile to enable the openssl regression tests.
(Why doesn't this happen automatically given the configure option??)
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 @@
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
2009-01-14 17:10:05 +00:00
test-binlog-statement:
cd mysql-test ; \