mysql-test fails
| 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/
+++ /mnt/data1/
@@ -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,
@@ -819,7 +820,7 @@
flush privileges;
SELECT table_schema, count(*) FROM information_
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_
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_
MAX(table_name)
VIEWS
@@ -1342,6 +1345,7 @@
INDEX_STATISTICS information_
INNODB_
INNODB_IO_PATTERN information_
+INNODB_RSEG information_
KEY_COLUMN_USAGE information_
PROCESSLIST information_
PROFILING information_
mysqltest: Result content mismatch
Stopping All Servers
Restoring snapshot of databases
Resuming Tests
information_
information_
--- /mnt/data1/
+++ /mnt/data1/
@@ -29,6 +29,7 @@
USER_STATISTICS
VIEWS
INNODB_IO_PATTERN
+INNODB_RSEG
show tables from INFORMATION_SCHEMA like 'T%';
Tables_
TABLES
Related branches
- Yasufumi Kinoshita (community): Approve
- Diff: None lines
| 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 |