mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
XID SQL syntax
minor cleanups XA tests include/m_ctype.h: minor cleanup sql/field.cc: minor cleanup sql/handler.cc: XID SQL syntax sql/handler.h: XID SQL syntax sql/item_sum.h: minor cleanup sql/lock.cc: comments sql/sql_class.cc: minor cleanup sql/sql_lex.h: XID SQL syntax sql/sql_parse.cc: XID SQL syntax sql/sql_yacc.yy: XID SQL syntax cleanups
This commit is contained in:
parent
5b0c75259c
commit
2fc4270b4c
12 changed files with 239 additions and 107 deletions
|
|
@ -186,7 +186,7 @@ typedef struct my_charset_handler_st
|
|||
int base, char **e, int *err);
|
||||
double (*strntod)(struct charset_info_st *, char *s, uint l, char **e,
|
||||
int *err);
|
||||
longlong (*my_strtoll10)(struct charset_info_st *cs,
|
||||
longlong (*strtoll10)(struct charset_info_st *cs,
|
||||
const char *nptr, char **endptr, int *error);
|
||||
ulong (*scan)(struct charset_info_st *, const char *b, const char *e,
|
||||
int sq);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue