1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Preparation to charset dependant test_if_int and test_if_real

This commit is contained in:
bar@bar.mysql.r18.ru
2002-12-11 17:42:48 +04:00
parent 6f5098c5c9
commit b4fcdaa276
3 changed files with 30 additions and 26 deletions

View File

@ -1072,7 +1072,7 @@ bool set_field_to_null(Field *field);
bool set_field_to_null_with_conversions(Field *field, bool no_conversions);
uint find_enum(TYPELIB *typelib,const char *x, uint length);
ulonglong find_set(TYPELIB *typelib,const char *x, uint length);
bool test_if_int(const char *str,int length);
bool test_if_int(const char *str,int length,CHARSET_INFO *cs);
/*
The following are for the interface with the .frm file