head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.36 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.34 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.32 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.30 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.28 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.26 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.24 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.22 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.20 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.18 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.16 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.14 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.12 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.10 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.8 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.6 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.4 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.2 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.0.2 pkgsrc-2004Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2006.01.07.10.36.12; author ghen; state dead; branches; next 1.3; 1.3 date 2005.09.27.00.13.29; author xtraeme; state Exp; branches; next 1.2; 1.2 date 2005.01.20.14.17.15; author xtraeme; state Exp; branches; next 1.1; 1.1 date 2004.11.09.06.11.48; author xtraeme; state Exp; branches; next ; desc @@ 1.4 log @Remove mysql-server and mysql-client (versions 4.0.26), because 1) they will not be maintained anymore 2) their package directory names where confusing (mysql4-* have a more recent version) These package directories may be used for meta-pkgs in the future (pulling in the latest mysql?-* packages). @ text @$NetBSD: patch-ax,v 1.3 2005/09/27 00:13:29 xtraeme Exp $ --- scripts/Makefile.in.orig 2005-09-27 01:53:28.000000000 +0200 +++ scripts/Makefile.in 2005-09-27 01:53:56.000000000 +0200 @@@@ -289,23 +289,10 @@@@ uname_prog = @@uname_prog@@ vio_dir = @@vio_dir@@ vio_libs = @@vio_libs@@ -bin_SCRIPTS = @@server_scripts@@ \ - msql2mysql \ - mysql_config \ - mysql_fix_privilege_tables \ - mysql_fix_extensions \ - mysql_setpermission \ - mysql_secure_installation \ - mysql_zap \ - mysqlaccess \ - mysqlbug \ - mysql_convert_table_format \ - mysql_find_rows \ - mysqlhotcopy \ - mysqldumpslow \ - mysql_explain_log \ - mysql_tableinfo \ - mysqld_multi +bin_SCRIPTS = msql2mysql mysql_config mysql_fix_privilege_tables \ + mysql_setpermission mysql_zap mysqlaccess mysqlbug \ + mysql_convert_table_format mysql_find_rows mysqlhotcopy \ + mysqldumpslow mysql_explain_log mysql_tableinfo noinst_SCRIPTS = make_binary_distribution \ make_sharedlib_distribution \ @ 1.3 log @Update mysql-* to 4.0.26: Functionality added or changed: * Added the mysql_get_client_version C API function to the embedded server library. (It was present in the regular client library but inadvertently omitted from the embedded library.) Please see http://dev.mysql.com/doc/mysql/en/news-4-0-26.html for more information. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update mysql-{client,server} to 4.0.23a (bugfix release). See http://dev.mysql.com/doc/mysql/en/News-4.0.23.html for the full list of changes. This update applies the fix for the mysqlaccess script symlink vulnerability, bump BUILDLINK_RECOMMENDED. @ text @d3 3 a5 3 --- scripts/Makefile.in.orig 2005-01-20 14:48:37.000000000 +0100 +++ scripts/Makefile.in 2005-01-20 14:49:13.000000000 +0100 @@@@ -292,25 +292,10 @@@@ d25 1 a25 3 - mysqld_multi \ - make_win_src_distribution \ - make_win_binary_distribution d31 2 a32 2 EXTRA_SCRIPTS = make_binary_distribution.sh \ make_sharedlib_distribution.sh \ @ 1.1 log @Update mysql-{client,server} to 4.0.22. Functionality added or changed: * The --with-openssl option for configure now accepts a path prefix as an argument. --with-openssl-includes and --with-openssl-libs are still supported, but are needed only to override the default values. (Bug #5494) * Added new --without-man option to configure to suppress building/installing the manual pages. (Bug #5379) * InnoDB: New mysqld option --innodb-table-locks and session variable innodb_table_locks (on by default). In applications using AUTOCOMMIT=1, InnoDB's internal table locks can cause deadlocks. You can set innodb_table_locks=0 in `my.cnf' to remove that problem. See section 16.17 Restrictions on InnoDB Tables. (Bug #3299, Bug #5998) * InnoDB: Added the startup option and settable global variable innodb_max_purge_lag for delaying INSERT, UPDATE and DELETE operations when the purge operations are lagging. The default value of this parameter is zero, meaning that there will not be any delays. See section 16.13 Implementation of Multi-Versioning. * InnoDB: Change error code to HA_ERR_ROW_IS_REFERENCED if we cannot DROP a parent table because it is referenced by a FOREIGN KEY constraint. And a lot of bugfixes: http://dev.mysql.com/doc/mysql/en/News-4.0.22.html @ text @d3 4 a6 3 --- scripts/Makefile.in.orig 2004-11-09 06:39:02.000000000 +0100 +++ scripts/Makefile.in 2004-11-09 06:40:34.000000000 +0100 @@@@ -274,26 +274,11 @@@@ a8 1 a27 1 - d29 3 a31 4 + mysql_setpermission mysql_zap mysqlaccess mysqlbug \ + mysql_convert_table_format mysql_find_rows mysqlhotcopy \ + mysqldumpslow mysql_explain_log mysql_tableinfo + @