mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Fix for #233 (final part)
mysql-test/r/gis.result: test result added mysql-test/t/gis.test: test case added sql/field.h: now set_field_to_null can return -1 sql/field_conv.cc: now set_field_to_null* can return -1
This commit is contained in:
parent
f5b1078b1c
commit
26d0c4b1b4
4 changed files with 18 additions and 4 deletions
|
|
@ -1184,8 +1184,8 @@ Field *make_field(char *ptr, uint32 field_length,
|
|||
struct st_table *table);
|
||||
uint pack_length_to_packflag(uint type);
|
||||
uint32 calc_pack_length(enum_field_types type,uint32 length);
|
||||
bool set_field_to_null(Field *field);
|
||||
bool set_field_to_null_with_conversions(Field *field, bool no_conversions);
|
||||
int set_field_to_null(Field *field);
|
||||
int set_field_to_null_with_conversions(Field *field, bool no_conversions);
|
||||
bool test_if_int(const char *str, int length, const char *int_end,
|
||||
CHARSET_INFO *cs);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue