summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/PLIST
diff options
context:
space:
mode:
authormef <mef>2017-04-13 13:44:49 +0000
committermef <mef>2017-04-13 13:44:49 +0000
commit467802c532ceed2461d2ca9b88efdd54af8361ac (patch)
tree0cffb47faa5d469c54a7d26c3e535f7d5b874591 /databases/mysql51-server/PLIST
parent236c4b33410e3b5b5698e8ed1c951cf7e824fc83 (diff)
downloadpkgsrc-467802c532ceed2461d2ca9b88efdd54af8361ac.tar.gz
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. ------------------------------------------------------------
Diffstat (limited to 'databases/mysql51-server/PLIST')
-rw-r--r--databases/mysql51-server/PLIST8
1 files changed, 7 insertions, 1 deletions
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