#At file:///Users/malff/BZR_TREE/mysql-5.5-bugteam/ based on revid:alexander.nozdrin@stripped
3099 Marc Alff 2010-10-26
Fixed test result
modified:
mysql-test/suite/perfschema/r/schema.result
=== modified file 'mysql-test/suite/perfschema/r/schema.result'
--- a/mysql-test/suite/perfschema/r/schema.result 2010-08-12 14:08:52 +0000
+++ b/mysql-test/suite/perfschema/r/schema.result 2010-10-26 17:35:02 +0000
@@ -195,6 +195,6 @@ show create table THREADS;
Table Create Table
THREADS CREATE TABLE `THREADS` (
`THREAD_ID` int(11) NOT NULL,
- `ID` int(11) NOT NULL,
- `NAME` varchar(64) NOT NULL
+ `PROCESSLIST_ID` int(11) DEFAULT NULL,
+ `NAME` varchar(128) NOT NULL
) ENGINE=PERFORMANCE_SCHEMA DEFAULT CHARSET=utf8
Attachment: [text/bzr-bundle] bzr/marc.alff@oracle.com-20101026173502-obm400241845m7j4.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-bugteam branch (marc.alff:3099) | Marc Alff | 26 Oct |