1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge mysql.com:/home/hf/work/27921/my50-27921

into  mysql.com:/home/hf/work/27921/my51-27921
This commit is contained in:
holyfoot/hf@hfmain.(none)
2007-05-11 13:07:53 +05:00
8 changed files with 64 additions and 22 deletions

View File

@ -159,9 +159,9 @@ protected:
@param dec TODO
@param cs The character set
*/
Item*
create_func_cast(THD *thd, Item *a, Cast_target cast_type, int len, int dec,
Item *
create_func_cast(THD *thd, Item *a, Cast_target cast_type,
const char *len, const char *dec,
CHARSET_INFO *cs);
#endif