diff options
Diffstat (limited to 'mysql-test/r/key.result')
-rw-r--r-- | mysql-test/r/key.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/key.result b/mysql-test/r/key.result index bc4d69e72eb..9b3dcedf7be 100644 --- a/mysql-test/r/key.result +++ b/mysql-test/r/key.result @@ -418,7 +418,7 @@ create table t1 ( c1 int, c2 char(12), c3 varchar(123), -c4 timestamp, +c4 timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, index (c1), index i1 (c1), index i2 (c2), |