diff options
author | unknown <andrey@lmy004.> | 2005-12-08 15:34:11 +0100 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2005-12-08 15:34:11 +0100 |
commit | c1cb8db8cacf5f7e8f97457690a96da441a320a4 (patch) | |
tree | ad5c936acb2f58110092a44c624c0e30eb0941c2 /sql/event_executor.cc | |
parent | faa8995e7a4b9504a7f02ef69761f5064f388127 (diff) | |
download | mariadb-git-c1cb8db8cacf5f7e8f97457690a96da441a320a4.tar.gz |
- last bits of unneeded error checking in sql_parse.cc thrown away
- fix a bug introduced with last commit ALTER EVENT a RENAME TO b; failed
- misc
sql/event.cc:
- rename evex_db_find_routine_aux() to evex_db_find_event_aux() (better name)
- change parameter order of db_update_event()
- last bits to handle errors as close as possible to the place they occur
- fix a bug introduced with last commit: first check for overwriting and event and then
check whether the original one exists
sql/event.h:
add a new error code returned by event_timed::compile() in case of
error
sql/event_priv.h:
rename
sql/event_timed.cc:
- function rename
- add a bit of doc
sql/share/errmsg.txt:
- extend an error message so it's more informative
- add a new error message
sql/sql_parse.cc:
refactor the cases for CREATE/ALTER/DROP event so use as much common
code as possible. last bits of error checking unneeded in sql_parse.cc
thrwon out.
Diffstat (limited to 'sql/event_executor.cc')
0 files changed, 0 insertions, 0 deletions