1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
Protocol_cursor class and sql-common/ directory
This commit is contained in:
hf@deer.mysql.r18.ru
2003-04-23 19:37:33 +05:00
parent a3d08eaaf9
commit ca02714715
11 changed files with 267 additions and 147 deletions

View File

@ -330,6 +330,10 @@ void load_defaults(const char *conf_file, const char **groups,
my_bool my_thread_init(void);
void my_thread_end(void);
#ifdef _global_h
ulong STDCALL net_field_length(uchar **packet);
#endif
#ifdef __cplusplus
}
#endif