Commit d1af417e authored by Elena Stepanova's avatar Elena Stepanova

Postfix for MDEV-12619 - test results adjusted

parent 442a6f61
...@@ -27,7 +27,7 @@ CREATE TABLE t1 ENGINE=<STORAGE_ENGINE> <CUSTOM_TABLE_OPTIONS> AS SELECT 1 UNION ...@@ -27,7 +27,7 @@ CREATE TABLE t1 ENGINE=<STORAGE_ENGINE> <CUSTOM_TABLE_OPTIONS> AS SELECT 1 UNION
SHOW CREATE TABLE t1; SHOW CREATE TABLE t1;
Table Create Table Table Create Table
t1 CREATE TABLE `t1` ( t1 CREATE TABLE `t1` (
`1` bigint(20) NOT NULL DEFAULT 0 `1` int(1) NOT NULL DEFAULT 0
) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1 ) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1
SELECT * FROM t1; SELECT * FROM t1;
1 1
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
-SHOW CREATE TABLE t1; -SHOW CREATE TABLE t1;
-Table Create Table -Table Create Table
-t1 CREATE TABLE `t1` ( -t1 CREATE TABLE `t1` (
- `1` bigint(20) NOT NULL DEFAULT 0 - `1` int(1) NOT NULL DEFAULT 0
-) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1 -) ENGINE=<STORAGE_ENGINE> DEFAULT CHARSET=latin1
-SELECT * FROM t1; -SELECT * FROM t1;
-1 -1
......
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