Commit 6e6e34b1 authored by Olivier Bertrand's avatar Olivier Bertrand

- Results updated to reflect new features

modified:
  mysql-test/suite/connect/r/general.result
  mysql-test/suite/connect/r/xml.result
parent 69154073
......@@ -5,9 +5,10 @@ CREATE TABLE t1 (a INT) ENGINE=CONNECT TABLE_TYPE=NON_EXISTING;
Warnings:
Warning 1105 Unknown Table_type 'NON_EXISTING'
Warning 1105 Using Table_type DOS
Warning 1105 Unspecified file name was set to t1.DOS
SHOW CREATE TABLE t1;
Table Create Table
t1 CREATE TABLE `t1` (
`a` int(11) DEFAULT NULL
) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=DOS
) ENGINE=CONNECT DEFAULT CHARSET=latin1 `table_type`=DOS `file_name`=t1.DOS
DROP TABLE t1;
Warnings:
Warning 1105 Unspecified file name was set to t1.XML
SET NAMES utf8;
#
# Testing tag values
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment