Commit d8df724a authored by unknown's avatar unknown
Browse files

Merge mysql.com:/home/jimw/my/mysql-5.0-17043

into  mysql.com:/home/jimw/my/mysql-5.0-clean

parents d48cfa8a fb62bcb0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1275,3 +1275,6 @@ zlib/*.ds?
zlib/*.vcproj
scripts/mysql_upgrade
include/openssl
mysql-test/r/bdb.log
mysql-test/r/im_client_port.log
mysql-test/r/udf.log
+2 −2
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@ set -e
export AM_MAKEFLAGS
AM_MAKEFLAGS="-j 4"

# SSL library to use. Should be changed to --with-yassl
SSL_LIBRARY=--with-openssl
# SSL library to use.
SSL_LIBRARY=--with-yassl

# If you are not using codefusion add "-Wpointer-arith" to WARNINGS
# The following warning flag will give too many warnings:
+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
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ License information can be found in these files:

For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http:/dev.mysql.com/doc
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				AdditionalOptions="/D MYSQL_SERVER_SUFFIX=-max"
				Optimization="2"
				InlineFunctionExpansion="1"
				OptimizeForProcessor="2"
Loading