mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#1034
make more independent of SP sql/event.cc: use own routine - export it sql/event_priv.h: export these two sql/event_timed.cc: use own routine, don't rely on SP sql/sp.cc: revert changes to SP sql/sp.h: revert changes to SP sql/sql_show.cc: rever changes to SP
This commit is contained in:
@ -722,7 +722,7 @@ event_timed::update_fields(THD *thd)
|
||||
if (!(table= evex_open_event_table(thd, TL_WRITE)))
|
||||
DBUG_RETURN(SP_OPEN_TABLE_FAILED);
|
||||
|
||||
if ((ret= sp_db_find_routine_aux(thd, 0/*notype*/, m_db, m_name, table)))
|
||||
if ((ret= evex_db_find_routine_aux(thd, m_db, m_name, table)))
|
||||
goto done;
|
||||
|
||||
store_record(table,record[1]);
|
||||
|
Reference in New Issue
Block a user