From 467802c532ceed2461d2ca9b88efdd54af8361ac Mon Sep 17 00:00:00 2001 From: mef Date: Thu, 13 Apr 2017 13:44:49 +0000 Subject: Updated databases/mysql51-{client,server} to 5.1.73 ------------------------------------------------------------ The ChangeLog since 5.1.72 is too huge, so the beginning some lines are listed here: ------------------------------------------------------------ timestamp: Fri 2013-11-01 16:39:19 +0100 message: Bug#17617945 BUFFER OVERFLOW IN GET_MERGE_MANY_BUFFS_COST WITH SMALL SORT_BUFFER_SIZE get_cost_calc_buff_size() could return wrong value for the size of imerge_cost_buff. ------------------------------------------------------------ timestamp: Thu 2013-10-31 22:53:56 +0000 message: BUG#17662398: REMOVE DUPLICATE TEST CASES Remove duplicate test cases. ------------------------------------------------------------ timestamp: Thu 2013-10-31 23:02:44 +0530 message: Bug #12917164 DROP USER CAN'T DROP USERS WITH LEGACY UPPER CASE HOST NAME ANYMORE Description: It is not possible to drop users with host names with upper case letters in them. i.e DROP USER 'root'@'Tmp_Host_Name'; is failing with error. Analysis: Since the fix 11748570 we came up with lower case hostnames as standard. But in the current bug the hostname is created by mysql_install_db script is still having upper case hostnames. So, if we have the hostname with upper case letters like(Tmp_Host_Name) then we will have as it is stored in the mysql.user table. In this case if use "'DROP USER 'root'@'Tmp_Host_Name';" it gives error because we do compare with the lower case of hostname since the 11748570 fix. Fix: We need to convert the hostname to lower case before storing into the mysql.user table when we run the mysql_install_db script. ------------------------------------------------------------ --- databases/mysql51-server/Makefile | 3 +-- databases/mysql51-server/PLIST | 8 +++++++- databases/mysql51-server/distinfo | 10 +++++----- 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'databases/mysql51-server') diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile index 57877d275af..704c7e753aa 100644 --- a/databases/mysql51-server/Makefile +++ b/databases/mysql51-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2016/03/05 11:27:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2017/04/13 13:44:49 mef Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 6 COMMENT= MySQL 5, a free SQL database (server) CONFLICTS= mysql3-server-[0-9]* diff --git a/databases/mysql51-server/PLIST b/databases/mysql51-server/PLIST index bba8c3600c8..4445589cafd 100644 --- a/databases/mysql51-server/PLIST +++ b/databases/mysql51-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2015/06/18 04:29:51 dholland Exp $ +@comment $NetBSD: PLIST,v 1.27 2017/04/13 13:44:49 mef Exp $ bin/innochecksum bin/my_print_defaults bin/myisam_ftdump @@ -308,6 +308,7 @@ share/mysql-test/include/have_gb2312.inc share/mysql-test/include/have_gbk.inc share/mysql-test/include/have_geometry.inc share/mysql-test/include/have_innodb.inc +share/mysql-test/include/have_innodb_change_buffering.inc share/mysql-test/include/have_innodb_plugin.inc share/mysql-test/include/have_koi8r.inc share/mysql-test/include/have_latin2_ch.inc @@ -430,6 +431,7 @@ share/mysql-test/include/rpl_udf.inc share/mysql-test/include/running_event_scheduler.inc share/mysql-test/include/safe_set_to_maybe_ro_var.inc share/mysql-test/include/save_master_pos.inc +share/mysql-test/include/search_pattern_in_file.inc share/mysql-test/include/select_ndb_apply_status.inc share/mysql-test/include/set_binlog_format_mixed.sql share/mysql-test/include/set_binlog_format_row.sql @@ -3776,6 +3778,7 @@ share/mysql-test/suite/rpl/r/rpl_drop_db.result share/mysql-test/suite/rpl/r/rpl_drop_temp.result share/mysql-test/suite/rpl/r/rpl_drop_view.result share/mysql-test/suite/rpl/r/rpl_dual_pos_advance.result +share/mysql-test/suite/rpl/r/rpl_dump_events_twice_bug.result share/mysql-test/suite/rpl/r/rpl_empty_master_crash.result share/mysql-test/suite/rpl/r/rpl_err_ignoredtable.result share/mysql-test/suite/rpl/r/rpl_events.result @@ -3830,6 +3833,7 @@ share/mysql-test/suite/rpl/r/rpl_loaddatalocal.result share/mysql-test/suite/rpl/r/rpl_loadfile.result share/mysql-test/suite/rpl/r/rpl_locale.result share/mysql-test/suite/rpl/r/rpl_log_pos.result +share/mysql-test/suite/rpl/r/rpl_lost_events_on_rotate.result share/mysql-test/suite/rpl/r/rpl_manual_change_index_file.result share/mysql-test/suite/rpl/r/rpl_many_optimize.result share/mysql-test/suite/rpl/r/rpl_master_pos_wait.result @@ -4053,6 +4057,7 @@ share/mysql-test/suite/rpl/t/rpl_drop_temp.test share/mysql-test/suite/rpl/t/rpl_drop_view.test share/mysql-test/suite/rpl/t/rpl_dual_pos_advance-master.opt share/mysql-test/suite/rpl/t/rpl_dual_pos_advance.test +share/mysql-test/suite/rpl/t/rpl_dump_events_twice_bug.test share/mysql-test/suite/rpl/t/rpl_empty_master_crash-master.opt share/mysql-test/suite/rpl/t/rpl_empty_master_crash.test share/mysql-test/suite/rpl/t/rpl_err_ignoredtable-slave.opt @@ -4137,6 +4142,7 @@ share/mysql-test/suite/rpl/t/rpl_loaddatalocal.test share/mysql-test/suite/rpl/t/rpl_loadfile.test share/mysql-test/suite/rpl/t/rpl_locale.test share/mysql-test/suite/rpl/t/rpl_log_pos.test +share/mysql-test/suite/rpl/t/rpl_lost_events_on_rotate.test share/mysql-test/suite/rpl/t/rpl_manual_change_index_file.test share/mysql-test/suite/rpl/t/rpl_many_optimize.test share/mysql-test/suite/rpl/t/rpl_master_pos_wait.test diff --git a/databases/mysql51-server/distinfo b/databases/mysql51-server/distinfo index b40e4a14e7e..c2a1113a4c1 100644 --- a/databases/mysql51-server/distinfo +++ b/databases/mysql51-server/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.32 2015/11/03 01:56:15 agc Exp $ +$NetBSD: distinfo,v 1.33 2017/04/13 13:44:49 mef Exp $ -SHA1 (mysql-5.1.72.tar.gz) = af1f46e56402b38a085ac592cd7df3aa25e9cea2 -RMD160 (mysql-5.1.72.tar.gz) = a5ba8bedf4027af90a4612a1a7f3a848999cfbf5 -SHA512 (mysql-5.1.72.tar.gz) = ea9cf82bfc85acdab4b0c6b670b3315fbeb4e17e07f98bef9a137ef4568ee996293d763875a26e61f4d5c15ae078e713b2b6511d19f1d22b0598713516a52d95 -Size (mysql-5.1.72.tar.gz) = 24044338 bytes +SHA1 (mysql-5.1.73.tar.gz) = 6cb1c547dec873a0afda825c83fd8e5a32b9a619 +RMD160 (mysql-5.1.73.tar.gz) = ceee36663abbf135d3ddbebe52ebc537ecba25a6 +SHA512 (mysql-5.1.73.tar.gz) = 2e3651ebc1370dad7e01158cdd99133ed3f90c985114766b6282d58b743ae7bce16db797e82819fa5bbc2fa53d89811fd76b278c7459338288e7957634a8c3ff +Size (mysql-5.1.73.tar.gz) = 24023347 bytes SHA1 (patch-aa) = 2a5321738e637a56e57cd6b1b40908d2bf275506 SHA1 (patch-ab) = 4c485a74d55553d63fc3dbc0350d0aa0068e1fcf SHA1 (patch-ac) = bfb6eec77d7c5aa8d2b849632769005dcf2e272c -- cgit v1.2.3