Commit 98be2d85 authored by Sergei Golubchik's avatar Sergei Golubchik

cleanup: old (harmless?) typo fixed

parent d2408e43
...@@ -6365,7 +6365,7 @@ Create_func_weekofyear Create_func_weekofyear::s_singleton; ...@@ -6365,7 +6365,7 @@ Create_func_weekofyear Create_func_weekofyear::s_singleton;
Item* Item*
Create_func_weekofyear::create_1_arg(THD *thd, Item *arg1) Create_func_weekofyear::create_1_arg(THD *thd, Item *arg1)
{ {
Item *i1= new (thd->mem_root) Item_int(thd, (char*) "0", 3, 1); Item *i1= new (thd->mem_root) Item_int(thd, (char*) "3", 3, 1);
return new (thd->mem_root) Item_func_week(thd, arg1, i1); return new (thd->mem_root) Item_func_week(thd, arg1, i1);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment