1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix tests after merge

This commit is contained in:
jimw@mysql.com
2005-05-07 08:25:59 -07:00
parent 80933d9f95
commit 8c7d487ae7
3 changed files with 4 additions and 2 deletions

View File

@ -429,7 +429,7 @@ explain t2;
Field Type Null Key Default Extra
a int(11) YES NULL
b bigint(11) NO 0
c bigint(10) NO 0
c bigint(11) NO 0
d date YES NULL
e varchar(1) NO
f datetime YES NULL