mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 20:30:26 +02:00
* fixed type in st_mysql_bind record (length: culong -> pculong)
git-svn-id: trunk@12626 -
This commit is contained in:
parent
1bda0686d9
commit
8e0ec83cf1
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user