summaryrefslogtreecommitdiff
path: root/mysql-test/t/type_timestamp.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/type_timestamp.test')
-rw-r--r--mysql-test/t/type_timestamp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/type_timestamp.test b/mysql-test/t/type_timestamp.test
index cd4ba18455b..f2704ec1203 100644
--- a/mysql-test/t/type_timestamp.test
+++ b/mysql-test/t/type_timestamp.test
@@ -287,7 +287,7 @@ drop table t1;
# mode regardless of whether a display width is given.
#
set sql_mode='maxdb';
-create table t1 (a timestamp, b timestamp);
+create table t1 (a timestamp, b timestamp(5));
show create table t1;
# restore default mode
set sql_mode='';