* fixed type in st_mysql_bind record (length: culong -> pculong)

git-svn-id: trunk@12626 -
This commit is contained in:
ivost 2009-01-29 11:24:16 +00:00
parent 1bda0686d9
commit 8e0ec83cf1

View File

@ -1065,7 +1065,7 @@ uses
}
Pst_mysql_bind = ^st_mysql_bind;
st_mysql_bind = record
length : culong; // output length pointer
length : pculong; // output length pointer
is_null : Pmy_bool; // Pointer to null indicator
buffer : pointer; // buffer to get/put data
{$IFDEF mysql50}