mysql-test fails

Bug #373380 reported by Vadim Tkachenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona patches
Fix Released
Undecided
Aleksandr Kuzminsky

Bug Description

In latest push of 5.0.77 mysql-test fails.

We need to provide mysql-test fixes together with patches

--- /mnt/data1/home/buildbot/percona-patches/b_5_0_77/mysql-5.0.77/mysql-test/r/information_schema.result 2009-05-07 18:30:14.000000000 +0300
+++ /mnt/data1/home/buildbot/percona-patches/b_5_0_77/mysql-5.0.77/mysql-test/r/information_schema.reject 2009-05-07 18:40:53.000000000 +0300
@@ -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

mysqltest: Result content mismatch

Stopping All Servers
Restoring snapshot of databases
Resuming Tests

information_schema_chmod [ pass ] 8
information_schema_db [ fail ]

--- /mnt/data1/home/buildbot/percona-patches/b_5_0_77/mysql-5.0.77/mysql-test/r/information_schema_db.result 2009-05-07 18:30:14.000000000 +0300
+++ /mnt/data1/home/buildbot/percona-patches/b_5_0_77/mysql-5.0.77/mysql-test/r/information_schema_db.reject 2009-05-07 18:40:57.000000000 +0300
@@ -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

Changed in percona-patches:
assignee: nobody → Aleksandr Kuzminsky (akuzminsky)
Changed in percona-patches:
status: New → Fix Committed
Changed in percona-patches:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.