1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +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

@ -597,6 +597,10 @@ simple_command(MYSQL *mysql,enum enum_server_command command, const char *arg,
unsigned long net_safe_read(MYSQL* mysql);
void mysql_once_init(void);
#ifdef _global_h
my_ulonglong net_field_length_ll(uchar **packet);
#endif
#ifdef __NETWARE__
#pragma pack(pop) /* restore alignment */
#endif