diff options
Diffstat (limited to 'mysql-test/r/create.result')
-rw-r--r-- | mysql-test/r/create.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result index 596e8a4c4da..bac3c9000ad 100644 --- a/mysql-test/r/create.result +++ b/mysql-test/r/create.result @@ -415,7 +415,7 @@ a int(11) YES NULL b bigint(11) 0 c bigint(10) 0 d date YES NULL -e char(1) +e varchar(1) f datetime YES NULL g time YES NULL h longblob |