diff options
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 5bf0394c7b0..ebb0522e9be 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -302,6 +302,7 @@ void my_thread_end(void); #endif #define NULL_LENGTH ((unsigned long) ~0) /* For net_store_length */ +#define MYSQL_STMT_HEADER 4 #define MYSQL_LONG_DATA_HEADER 8 #endif |