An error occurred fetching the project authors.
- 01 Sep, 2006 1 commit
-
-
andrey@example.com authored
This is a post-review patch. Fixes the typelib implementation, available only in 5.1.11. --event-scheduler cmdline : DISABLED | ON | OFF | 0 | 1 DISABLED - makes the scheduler unavailable during the server run (ON|1)- When the server is started the scheduler will be started. It can be stopped and restarted by setting appropriate values to GLOBAL event_scheduler (OFF|0)- When the server is started, the scheduler won't be started. It can be started and again stopped by setting appropriate values to GLOBAL event_scheduler. _DEFAULT_ value The GLOBAL variable event_scheduler can have the following values: OFF | ON | 0 | 1 DISABLED is not possible and every attempt will end with an error that it's not a valid value for the variable. OFF | 0 - This is the pre-5.1.11 behavior - The scheduler stops, if not already stopped, and can be started again by setting the value of the variable to ON|1. ON | 1 - This is the pre-5.1.11 behavior - The scheduler starts, if not already started, and can be stopped again by setting the value of the variable to OFF|0.
-
- 11 Jul, 2006 1 commit
-
-
andrey@lmy004. authored
More small fixes to the API : use LEX_STRING instead of LEX_STRING* and if error then return bool(true) instead of error code. Merged functions. Reduced usage of sp_name. Fixed a lot of function documentation errors. Added function documentation wherever needed. Removed some unused defines and error codes. Next to come is batch rename of Event_scheduler_ng to Event_scheduler.
-
- 10 Jul, 2006 1 commit
-
-
andrey@lmy004. authored
This patch introduces specialized Event data objects Event_basic as parent. Event_queue_element used for queue storage Event_timed used for SHOW EVENTS/ I_S.EVENTS / SHOW CREATE EVENT Event_job_data using during execution. Methods were moved out of Event_timed to other classes. This patch also introduces Events::LOCK_event_metadata. This patch gives new implementation of Events::dump_internal_status(). Now both the Event_scheduler and Event_queue return information during their ::dump_internal_status(). Shortened a bit the runtime for executing events test cases.
-
- 04 Jul, 2006 1 commit
-
-
andrey@lmy004. authored
fix for bug#20624 events_logs_tests.test fails randomly
-
- 23 Jun, 2006 1 commit
-
-
andrey@lmy004. authored
(fix for bug#20290 Event mechanism incompatible with embedded server, but tests tried)
-
- 22 Jun, 2006 1 commit
-
-
andrey@lmy004. authored
(this is a change to a faulty test file)
-
- 24 May, 2006 1 commit
-
-
jimw@mysql.com authored
of hostname in query results.
-
- 22 May, 2006 1 commit
-
-
andrey@lmy004. authored
- Scheduler is either initialized at server start or never. Starting & stopping is now suspending & resuming. - The scheduler has clear OO interface - Now all calls to the scheduler are synchronous - GLOBAL event_scheduler uses thd::sys_var_tmp (see set_var.cc) - External API is encapsulated into class Events - Includes fixes for all comments of Kostja's review of 19.05.2005 Starting to merge into 5.1-release (5.1.10) and push
-
- 24 Apr, 2006 1 commit
-
-
andrey@lmy004. authored
-
- 02 Mar, 2006 1 commit
-
-
andrey@lmy004. authored
-
- 01 Mar, 2006 3 commits
-
-
andrey@lmy004. authored
WL#1034
-
andrey@lmy004. authored
-
andrey@lmy004. authored
Events: Event-caused statements don't appear in the slow query log WL#1034
-