[packages/percona-server/v5.0.x: 164/202] - do not apply -mysql-test.patch, we don't do testing anyway

glen glen at pld-linux.org
Wed Oct 21 16:22:49 CEST 2015


commit 113b10233d5e510b03eb034aee5bc0191c13d450
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sat Mar 12 14:45:42 2011 +0000

    - do not apply -mysql-test.patch, we don't do testing anyway
    
    Changed files:
        mysql-mysql-test.patch -> 1.1.2.2
        mysql.spec -> 1.353.2.102
        percona.sh -> 1.7.2.4

 mysql-mysql-test.patch | 140 -------------------------------------------------
 mysql.spec             |   2 -
 percona.sh             |   4 +-
 3 files changed, 1 insertion(+), 145 deletions(-)
---
diff --git a/mysql.spec b/mysql.spec
index e04662a..d1df739 100644
--- a/mysql.spec
+++ b/mysql.spec
@@ -92,7 +92,6 @@ Patch116:	%{name}-innodb_recovery_patches.patch
 Patch117:	%{name}-innodb_misc_patch.patch
 Patch118:	%{name}-innodb_split_buf_pool_mutex.patch
 Patch119:	%{name}-innodb_rw_lock.patch
-Patch120:	%{name}-mysql-test.patch
 # </percona>
 URL:		http://www.mysql.com/products/database/mysql/community_edition.html
 BuildRequires:	autoconf
@@ -559,7 +558,6 @@ mv sphinx-*/mysqlse sql/sphinx
 %patch117 -p1
 %patch118 -p1
 %patch119 -p1
-%patch120 -p1
 # </percona>
 
 %patch21 -p0
diff --git a/mysql-mysql-test.patch b/mysql-mysql-test.patch
deleted file mode 100644
index 00e0eb9..0000000
--- a/mysql-mysql-test.patch
+++ /dev/null
@@ -1,140 +0,0 @@
---- a/mysql-test/r/information_schema.result	2009-05-07 19:31:26.000000000 +0000
-+++ b/mysql-test/r/information_schema.result	2009-05-07 19:32:59.000000000 +0000
-@@ -60,6 +60,7 @@
- USER_STATISTICS
- VIEWS
- INNODB_IO_PATTERN
-+INNODB_RSEG
- columns_priv
- db
- func
-@@ -743,7 +744,7 @@
- CREATE VIEW a1 (t_CRASHME) AS SELECT f1 FROM t_crashme GROUP BY f1;
- CREATE VIEW a2 AS SELECT t_CRASHME FROM a1;
- count(*)
--109
-+110
- drop view a2, a1;
- drop table t_crashme;
- select table_schema,table_name, column_name from
-@@ -819,7 +820,7 @@
- flush privileges;
- SELECT table_schema, count(*) FROM information_schema.TABLES GROUP BY TABLE_SCHEMA;
- table_schema	count(*)
--information_schema	24
-+information_schema	25
- mysql	17
- create table t1 (i int, j int);
- create trigger trg1 before insert on t1 for each row
-@@ -1228,6 +1229,7 @@
- USER_STATISTICS	USER
- VIEWS	TABLE_SCHEMA
- INNODB_IO_PATTERN	SPACE
-+INNODB_RSEG	RSEG_ID
- SELECT t.table_name, c1.column_name
- FROM information_schema.tables t
- INNER JOIN
-@@ -1267,6 +1269,7 @@
- USER_STATISTICS	USER
- VIEWS	TABLE_SCHEMA
- INNODB_IO_PATTERN	SPACE
-+INNODB_RSEG	RSEG_ID
- SELECT MAX(table_name) FROM information_schema.tables;
- MAX(table_name)
- VIEWS
-@@ -1342,6 +1345,7 @@
- INDEX_STATISTICS	information_schema.INDEX_STATISTICS	1
- INNODB_BUFFER_POOL_CONTENT	information_schema.INNODB_BUFFER_POOL_CONTENT	1
- INNODB_IO_PATTERN	information_schema.INNODB_IO_PATTERN	1
-+INNODB_RSEG	information_schema.INNODB_RSEG	1
- KEY_COLUMN_USAGE	information_schema.KEY_COLUMN_USAGE	1
- PROCESSLIST	information_schema.PROCESSLIST	1
- PROFILING	information_schema.PROFILING	1
---- a/mysql-test/r/information_schema_db.result	2009-05-07 19:31:27.000000000 +0000
-+++ b/mysql-test/r/information_schema_db.result	2009-05-07 19:35:01.000000000 +0000
-@@ -29,6 +29,7 @@
- USER_STATISTICS
- VIEWS
- INNODB_IO_PATTERN
-+INNODB_RSEG
- show tables from INFORMATION_SCHEMA like 'T%';
- Tables_in_information_schema (T%)
- TABLES
---- a/mysql-test/r/mysqlshow.result	2009-05-07 19:31:26.000000000 +0000
-+++ b/mysql-test/r/mysqlshow.result	2009-05-07 19:36:32.000000000 +0000
-@@ -103,6 +103,7 @@
- | USER_STATISTICS                       |
- | VIEWS                                 |
- | INNODB_IO_PATTERN                     |
-+| INNODB_RSEG                           |
- +---------------------------------------+
- Database: INFORMATION_SCHEMA
- +---------------------------------------+
-@@ -132,6 +133,7 @@
- | USER_STATISTICS                       |
- | VIEWS                                 |
- | INNODB_IO_PATTERN                     |
-+| INNODB_RSEG                           |
- +---------------------------------------+
- Wildcard: inf_rmation_schema
- +--------------------+
---- a/mysql-test/r/profiling.result	2009-05-28 19:39:42.000000000 +0000
-+++ b/mysql-test/r/profiling.result	2009-05-28 19:40:14.000000000 +0000
-@@ -6,6 +6,8 @@
- Variable_name	Value
- profiling	OFF
- profiling_history_size	15
-+profiling_server	OFF
-+profiling_use_getrusage	OFF
- select @@profiling;
- @@profiling
- 0
-@@ -16,12 +18,16 @@
- Variable_name	Value
- profiling	OFF
- profiling_history_size	100
-+profiling_server	OFF
-+profiling_use_getrusage	OFF
- set session profiling = ON;
- set session profiling_history_size=30;
- show session variables like 'profil%';
- Variable_name	Value
- profiling	ON
- profiling_history_size	30
-+profiling_server	OFF
-+profiling_use_getrusage	OFF
- select @@profiling;
- @@profiling
- 1
---- a/mysql-test/r/mysql.result 2010-02-19 23:59:36.000000000 -0500
-+++ b/mysql-test/r/mysql.result 2010-02-19 23:58:50.000000000 -0500
-@@ -162,8 +162,8 @@
- ERROR 1049 (42000) at line 1: Unknown database 'invalid'
- Test connect with dbname + hostname
- Test connect with dbname + _invalid_ hostname
--ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'invalid_hostname' (errno)
--ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'invalid_hostname' (errno)
-+ERROR 2003 (HY000) at line 1: Can't connect to MySQL server on 'invalid_hostname' (errno)
-+ERROR 2003 (HY000) at line 1: Can't connect to MySQL server on 'invalid_hostname' (errno)
- The commands reported in the bug report
- ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'cyril has found a bug :)XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' (errno)
- Too long dbname
-@@ -198,6 +198,6 @@
- 1
- COUNT (*)
- 1
--ERROR 2005 (HY000) at line 1: Unknown MySQL server host 'invalid_hostname' (errno)
-+ERROR 2003 (HY000) at line 1: Can't connect to MySQL server on 'invalid_hostname' (errno)
- <TABLE BORDER=1><TR><TH><</TH></TR><TR><TD>< & ></TD></TR></TABLE>
- End of 5.0 tests
---- a/mysql-test/r/mysql_upgrade.result 2010-02-19 23:58:16.000000000 -0500
-+++ b/mysql-test/r/mysql_upgrade.result 2010-02-20 00:01:34.000000000 -0500
-@@ -58,7 +58,7 @@
- mysql.user                                         OK
- DROP USER mysqltest1@'%';
- Run mysql_upgrade with a non existing server socket
--mysqlcheck: Got error: 2005: Unknown MySQL server host 'not_existing_host' (errno) when trying to connect
-+mysqlcheck: Got error: 2003: Can't connect to MySQL server on 'not_existing_host' (errno) when trying to connect
- FATAL ERROR: Upgrade failed
- set GLOBAL sql_mode='STRICT_ALL_TABLES,ANSI_QUOTES,NO_ZERO_DATE';
- mysql.columns_priv                                 OK
diff --git a/percona.sh b/percona.sh
index 93bd1b4..66e04c4 100644
--- a/percona.sh
+++ b/percona.sh
@@ -8,11 +8,9 @@ bzr_branch=lp:percona-server/$version
 branch=MYSQL_5_1
 
 filter_names() {
-	# mysql_dump_ignore_ct.patch is broken, therefore we skip
-	grep -v 'mysql_dump_ignore_ct.patch' | \
 	grep -v 'percona-support.patch' | \
 	grep -v 'mysqld_safe_syslog.patch' | \
-	grep -v 'mysql-test.diff'
+	grep -v 'mysql-test.patch'
 }
 
 filter_files() {
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list