summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/r/show_create.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/parts/r/show_create.result')
-rw-r--r--mysql-test/suite/parts/r/show_create.result6
1 files changed, 1 insertions, 5 deletions
diff --git a/mysql-test/suite/parts/r/show_create.result b/mysql-test/suite/parts/r/show_create.result
index 596233fdf8b..17f89161f5e 100644
--- a/mysql-test/suite/parts/r/show_create.result
+++ b/mysql-test/suite/parts/r/show_create.result
@@ -109,9 +109,5 @@ alter table t1 add partition (partition p1 values less than (10));
set sql_mode= default;
show table status;
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
-t1 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '"p0" VALUES LESS THAN (5) ENGINE = MyISAM,
- PARTITION "p1" VALUES LESS THAN (10)' at line 2
-Warnings:
-Warning 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '"p0" VALUES LESS THAN (5) ENGINE = MyISAM,
- PARTITION "p1" VALUES LESS THAN (10)' at line 2
+t1 MyISAM 10 Fixed 0 0 0 0 2048 0 NULL X X NULL latin1_swedish_ci NULL partitioned
drop table t1;