1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2007-11-05 18:43:13 +04:00
parent 439a50a1f0
commit 0cccdaba06

View File

@ -723,7 +723,7 @@ show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
`bin(130)` varchar(64) DEFAULT NULL,
`oct(130)` varchar(64) EFAULT NULL,
`oct(130)` varchar(64) DEFAULT NULL,
`conv(130,16,10)` varchar(64) DEFAULT NULL,
`hex(130)` varchar(6) NOT NULL DEFAULT '',
`char(130)` varbinary(4) NOT NULL DEFAULT '',