diff options
author | msvensson@neptunus.(none) <> | 2005-06-20 12:09:00 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-06-20 12:09:00 +0200 |
commit | 6282d89b0ac7c63d80e96652522454ebd35cd4f6 (patch) | |
tree | ecb120195a20a720aad13a60b47ca0692b2cdb99 /mysql-test/r/func_str.result | |
parent | 6674e1e12e33399cd1f73d868a1aa0fb8d843f11 (diff) | |
download | mariadb-git-6282d89b0ac7c63d80e96652522454ebd35cd4f6.tar.gz |
bug#10466: Datatype "timestamp" displays "YYYYMMDDHHMMSS" irrespective of display sizes.
- Print warning that says display width is not supported for datatype TIMESTAMP, if user tries to create a TIMESTAMP column with display width.
- Use display width for TIMESTAMP only in type_timestamp test to make sure warning is displayed correctly.
Diffstat (limited to 'mysql-test/r/func_str.result')
-rw-r--r-- | mysql-test/r/func_str.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/func_str.result b/mysql-test/r/func_str.result index 1c6a4393dfc..c39652bdc1b 100644 --- a/mysql-test/r/func_str.result +++ b/mysql-test/r/func_str.result @@ -264,7 +264,7 @@ category int(10) unsigned default NULL, program int(10) unsigned default NULL, bugdesc text, created datetime default NULL, -modified timestamp(14) NOT NULL, +modified timestamp NOT NULL, bugstatus int(10) unsigned default NULL, submitter int(10) unsigned default NULL ) ENGINE=MyISAM; |