This commit is contained in:
holyfoot@mysql.com 2006-06-26 22:32:02 +05:00
commit 0a9a755419
8 changed files with 108 additions and 109 deletions

View file

@ -22,6 +22,7 @@ extern const char *not_error_sqlstate;
extern "C" {
#endif
extern CHARSET_INFO *default_client_charset_info;
MYSQL_FIELD *unpack_fields(MYSQL_DATA *data,MEM_ROOT *alloc,uint fields,
my_bool default_value, uint server_capabilities);
void free_rows(MYSQL_DATA *cur);