X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-mysql%2Fmysql-api.lisp;h=c27a50eca26fd3fb363ddd823e58063d8947c4c5;hp=7170fda066b72a29f480c80e0dc04422eecb5c1f;hb=a1e81c491c0c15cc50d84b755344d07dc74e09c8;hpb=7a01154e40dd4516ece2ebe2267a11dec1f9a18f diff --git a/db-mysql/mysql-api.lisp b/db-mysql/mysql-api.lisp index 7170fda..c27a50e 100644 --- a/db-mysql/mysql-api.lisp +++ b/db-mysql/mysql-api.lisp @@ -125,8 +125,8 @@ (org_table (* :char)) (db (* :char)) (def (* :char)) - (length :unsigned-int) - (max-length :unsigned-int) + (length :unsigned-long) + (max-length :unsigned-long) (flags :unsigned-int) (decimals :unsigned-int) (type mysql-field-types))