17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31
27
void Item_func_curdate::fix_length_and_dec()
33
29
collation.set(&my_charset_bin);
37
33
store_now_in_TIME(<ime);
39
35
/* We don't need to set second_part and neg because they already 0 */
40
36
ltime.hour= ltime.minute= ltime.second= 0;
44
40
* @TODO Remove ltime completely when timezones are reworked. Using this