diff options
author | hf@deer.mysql.r18.ru <> | 2003-04-28 14:25:29 +0500 |
---|---|---|
committer | hf@deer.mysql.r18.ru <> | 2003-04-28 14:25:29 +0500 |
commit | d69b5c4d69bed07aa133b4b72ca622448a38526c (patch) | |
tree | 14113f438785e6e62ca154ee35d77c9c5f1ae6c9 /include/mysql_com.h | |
parent | ca0271471507cfa940337a7db63f415e504de768 (diff) | |
download | mariadb-git-d69b5c4d69bed07aa133b4b72ca622448a38526c.tar.gz |
SCRUM
Protocol_cursor task
net_field_length definitions trimmed with Monty's suggestions
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 2cc29f6bd0b..bbfb869927b 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -332,6 +332,7 @@ void my_thread_end(void); #ifdef _global_h ulong STDCALL net_field_length(uchar **packet); +my_ulonglong net_field_length_ll(uchar **packet); #endif #ifdef __cplusplus |