summaryrefslogtreecommitdiff
path: root/mysql-test/suite/period/r/create.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/period/r/create.result')
-rw-r--r--mysql-test/suite/period/r/create.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/period/r/create.result b/mysql-test/suite/period/r/create.result
index e5fa2d1797d..ad9985d792e 100644
--- a/mysql-test/suite/period/r/create.result
+++ b/mysql-test/suite/period/r/create.result
@@ -16,8 +16,8 @@ show create table t;
Table Create Table
t CREATE TABLE `t` (
`id` int(11) NOT NULL,
- `s` timestamp(6) NOT NULL DEFAULT '0000-00-00 00:00:00.000000',
- `e` timestamp(6) NOT NULL DEFAULT '0000-00-00 00:00:00.000000',
+ `s` timestamp(6) NOT NULL,
+ `e` timestamp(6) NOT NULL,
PERIOD FOR `mytime` (`s`, `e`),
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci