mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-20 17:17:13 +02:00
Integrate MySQL module.
This commit is contained in:
4
module/Vendor/MDBC/include/mysql_priv.h
vendored
Normal file
4
module/Vendor/MDBC/include/mysql_priv.h
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/* internal functions */
|
||||
MYSQL_DATA *read_rows(MYSQL *mysql,MYSQL_FIELD *mysql_fields, uint fields);
|
||||
void free_rows(MYSQL_DATA *cur);
|
||||
MYSQL_FIELD * unpack_fields(MYSQL_DATA *data,MEM_ROOT *alloc,uint fields, my_bool default_value, my_bool long_flag_protocol);
|
Reference in New Issue
Block a user