mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into lmy004.:/work/mysql-5.1-bug16434 sql/event_timed.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/share/errmsg.txt: Auto merged
This commit is contained in:
@ -300,9 +300,6 @@ event_timed::init_starts(THD *thd, Item *new_starts)
|
||||
if (new_starts->fix_fields(thd, &new_starts))
|
||||
DBUG_RETURN(EVEX_PARSE_ERROR);
|
||||
|
||||
if (new_starts->val_int() == MYSQL_TIMESTAMP_ERROR)
|
||||
DBUG_RETURN(EVEX_BAD_PARAMS);
|
||||
|
||||
if ((not_used= new_starts->get_date(<ime, TIME_NO_ZERO_DATE)))
|
||||
DBUG_RETURN(EVEX_BAD_PARAMS);
|
||||
|
||||
|
Reference in New Issue
Block a user