1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
Fix for save_in_field to take extra bool argumnet (4.0 merge compatibility)
This commit is contained in:
venu@myvenu.com
2002-12-06 23:39:11 -08:00
parent 7e312565c3
commit 9100688c17
6 changed files with 24 additions and 34 deletions

View File

@ -323,6 +323,6 @@ void my_thread_end(void);
#define NULL_LENGTH ((unsigned long) ~0) /* For net_store_length */
#define MYSQL_STMT_HEADER 4
#define MYSQL_LONG_DATA_HEADER 8
#define MYSQL_LONG_DATA_HEADER 6
#endif