[packages/percona-server] reviewed patches

glen glen at pld-linux.org
Mon Jun 20 08:52:41 CEST 2016


commit d3b746a321a4e937883fbd05ba9c95abfeeb09c9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jun 20 09:52:17 2016 +0300

    reviewed patches

 mysql-system-users.patch |  4 ++++
 percona-server.spec      | 22 ++++++++++++++--------
 2 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/percona-server.spec b/percona-server.spec
index 43bcddf..007b910 100644
--- a/percona-server.spec
+++ b/percona-server.spec
@@ -9,6 +9,9 @@
 # - segfaults on select from non-mysql user (caused by builder environment):
 #     https://bugs.launchpad.net/pld-linux/+bug/381904
 #     (profiling disabled temporaily to workaround this)
+# NOTE:
+# - mysql 'root' user will be 'root' not 'mysql' with 5.7 package
+#   this is to make pld consistent what the rest of the world uses.
 #
 # Conditional build:
 %bcond_with	autodeps	# BR packages needed only for resolving deps
@@ -489,20 +492,23 @@ mv sphinx-*/mysqlse storage/sphinx
 %patch18 -p1
 %endif
 %patch1 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+#%patch4 -p1 STILL NEEDED?
+#%patch5 -p1 HSCLIENT NOT PRESENT?!
+#%patch6 -p1 ADD mysql_sysadmin user, drop 'mysql' user, or rotate also with 'root' user?
 
-%patch9 -p1
-%patch11 -p1
-%patch12 -p1
+#%patch9 -p1 PERHAPS OUTDATED?
+#%patch11 -p1 mysql_upgrade command is missing (but man page still exists!)
+#%patch12 -p1 cflags filtering, still needed? (added in 2008: a236ba89)
 %patch19 -p1
 %patch20 -p1
 
 %patch24 -p1
 
-%patch26 -p1
-%patch27 -p1
+#"mysqldumpslow.sh" is not currently compatible with Percona extended slow query
+#log format. Please use "pt-query-digest" from Percona Toolkit instead
+#(https://www.percona.com/doc/percona-toolkit/2.2/pt-query-digest.html).
+#%patch26 -p1
+#%patch27 -p1 LIKELY OUTDATED
 
 # to get these files rebuild
 [ -f sql/sql_yacc.cc ] && %{__rm} sql/sql_yacc.cc
diff --git a/mysql-system-users.patch b/mysql-system-users.patch
index 1c53b20..b0331ab 100644
--- a/mysql-system-users.patch
+++ b/mysql-system-users.patch
@@ -1,3 +1,7 @@
+
+test user's dropping obsoleted by mysql_security_commands.sql
+
+
 --- mysql-5.5.8/scripts/mysql_system_tables_data.sql.org	2010-12-16 00:09:23.662631925 +0100
 +++ mysql-5.5.8/scripts/mysql_system_tables_data.sql	2010-12-16 00:10:17.763454969 +0100
 @@ -27,23 +27,17 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/d3b746a321a4e937883fbd05ba9c95abfeeb09c9



More information about the pld-cvs-commit mailing list