Browse Source

Fixed test result

pull/374/head
Marc Alff 15 years ago
parent
commit
c039e82497
  1. 4
      mysql-test/suite/perfschema/r/schema.result

4
mysql-test/suite/perfschema/r/schema.result

@ -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
Loading…
Cancel
Save