[csw-devel] SF.net SVN: gar:[16502] csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/ 0009-versioned-datadir-in-mysql_install_db-5.0.patch
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Dec 14 12:14:19 CET 2011
Revision: 16502
http://gar.svn.sourceforge.net/gar/?rev=16502&view=rev
Author: wahwah
Date: 2011-12-14 11:14:19 +0000 (Wed, 14 Dec 2011)
Log Message:
-----------
mysql5/branches/mysql-5.0.x: update the mysql_install_db patch to use 5.0, not 5.1
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/0009-versioned-datadir-in-mysql_install_db-5.0.patch
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/0009-versioned-datadir-in-mysql_install_db-5.0.patch
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/0009-versioned-datadir-in-mysql_install_db-5.0.patch 2011-12-14 11:00:30 UTC (rev 16501)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/0009-versioned-datadir-in-mysql_install_db-5.0.patch 2011-12-14 11:14:19 UTC (rev 16502)
@@ -16,7 +16,7 @@
if test "$cross_bootstrap" -eq 0
then
- pkgdatadir=`find_in_basedir --dir fill_help_tables.sql share share/mysql`
-+ pkgdatadir=`find_in_basedir --dir fill_help_tables.sql share share/mysql share/mysql/5.1/mysql`
++ pkgdatadir=`find_in_basedir --dir fill_help_tables.sql share share/mysql share/mysql/5.0/mysql`
if test -z "$pkgdatadir"
then
missing_in_basedir fill_help_tables.sql
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list