]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
reviewed patches
authorElan Ruusamäe <glen@delfi.ee>
Mon, 20 Jun 2016 06:52:17 +0000 (09:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 20 Jun 2016 06:52:17 +0000 (09:52 +0300)
mysql-system-users.patch
percona-server.spec

index 1c53b204ee09f769d0abb4e0fd225b598a370630..b0331ab09179ac9446b39ea9adb0f5d3e6b11994 100644 (file)
@@ -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 @@
index 43bcddfe40430a8d1c7fa5d2c11f87729b73124d..007b910beb6b7555d06ca8264d227b15304f8398 100644 (file)
@@ -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
This page took 0.153513 seconds and 4 git commands to generate.