diff options
author | monty@narttu.mysql.fi <> | 2003-10-07 21:41:05 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-10-07 21:41:05 +0300 |
commit | 1b06af3a974a0e062b1acac8f443314e39a1e989 (patch) | |
tree | f400f59153626ec43b76882b95edaef678477dd5 /mysql-test | |
parent | b82b76f4803816a5d2245c173fcd1ec5033f6494 (diff) | |
parent | 16b8fd8ece826e0a8befebf42fc8196e8eac04dc (diff) | |
download | mariadb-git-1b06af3a974a0e062b1acac8f443314e39a1e989.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into narttu.mysql.fi:/my/mysql-4.0
Diffstat (limited to 'mysql-test')
-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 e6192eb6ccb..7b784e3c3ee 100644 --- a/mysql-test/r/create.result +++ b/mysql-test/r/create.result @@ -78,7 +78,7 @@ Field Type Null Key Default Extra x varchar(50) YES NULL describe t2; Field Type Null Key Default Extra -x char(50) YES NULL +x varchar(50) YES NULL drop table t2; create table t2 select now() as a , curtime() as b, curdate() as c , 1+1 as d , 1.0 + 1 as e , 33333333333333333 + 3 as f; describe t2; |