Commit b5ca7236 authored by unknown's avatar unknown
Browse files

Merge


scripts/mysql_install_db.sh:
  Auto merged
parents a6871e27 2574445e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ Licensee.
4.  Price and payment.
No later than thirty (30) days after submission of the Order Form, Licensee
shall remit one non-refundable license fee per Licensed Copy as posted on
http://order.mysql.com on the date Licensee submitted the Order Form (the
http://shop.mysql.com on the date Licensee submitted the Order Form (the
"License Fee"). All payments shall be made in Euros or U.S. dollars. Licensee
shall be responsible for paying all local, state, federal and international
sales, value added, excise and other taxes and duties payable in connection
+5 −4
Original line number Diff line number Diff line
@@ -32,13 +32,14 @@ endif

benchdir_root=		$(prefix)
testdir =	        $(benchdir_root)/mysql-test
EXTRA_SCRIPTS = 	mysql-test-run.sh install_test_db.sh valgrind.supp
EXTRA_SCRIPTS = 	mysql-test-run.sh install_test_db.sh valgrind.supp $(PRESCRIPTS)
EXTRA_DIST = 		$(EXTRA_SCRIPTS) 
dist_bin_SCRIPTS =	mysql-test-run.pl
test_SCRIPTS = 		mysql-test-run install_test_db 
GENSCRIPTS =		mysql-test-run install_test_db
PRESCRIPTS =		mysql-test-run.pl
test_SCRIPTS = 		$(GENSCRIPTS) $(PRESCRIPTS)
test_DATA = std_data/client-key.pem std_data/client-cert.pem std_data/cacert.pem \
	std_data/server-cert.pem std_data/server-key.pem 
CLEANFILES = 		$(test_SCRIPTS) $(test_DATA)
CLEANFILES = 		$(GENSCRIPTS) $(test_DATA)

INCLUDES =		-I$(top_builddir)/include -I$(top_srcdir)/include -I..
EXTRA_PROGRAMS =	mysql_test_run_new
+1 −1
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@ int main(int argc, char **argv)
  printf("\nThe latest information about MySQL is available on the web at\n");
  printf("\thttp://www.mysql.com\n");
  
  printf("\nSupport MySQL by buying support at https://order.mysql.com\n\n");
  printf("\nSupport MySQL by buying support at http://shop.mysql.com\n\n");
  
  return 0;
}
+2 −1
Original line number Diff line number Diff line

#!/bin/sh
# Copyright (C) 2002-2003 MySQL AB
# For a more info consult the file COPYRIGHT distributed with this file.
@@ -269,7 +270,7 @@ then
  echo
  echo "The latest information about MySQL is available on the web at"
  echo "http://www.mysql.com"
  echo "Support MySQL by buying support/licenses at https://order.mysql.com"
  echo "Support MySQL by buying support/licenses at http://shop.mysql.com"
  fi
  exit 0
else