diff options
author | hf@deer.(none) <> | 2003-06-18 15:58:57 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-06-18 15:58:57 +0500 |
commit | 7e1ce534c96063723a0d7459da98efc83bd5ddf5 (patch) | |
tree | f2de81966600f6bb3e831afc62a7ed1d9babbf42 /include/mysql_com.h | |
parent | 66ecacb3c36f5fbe81f02b3594a3cc96a2afeea1 (diff) | |
download | mariadb-git-7e1ce534c96063723a0d7459da98efc83bd5ddf5.tar.gz |
SCRUM
including client code into embedded server
code to guess what library to use added
net_field_length moved to pack.c
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index c480273f3e9..a89569c451e 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -341,6 +341,7 @@ void my_thread_end(void); #ifdef _global_h ulong STDCALL net_field_length(uchar **packet); my_ulonglong net_field_length_ll(uchar **packet); +char *net_store_length(char *pkg, ulonglong length); #endif #ifdef __cplusplus |