summaryrefslogtreecommitdiff
path: root/sql/event_scheduler.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug#28963 "Missing DBUG_RETURN message when stopping event kostja@bodhi.(none)2007-06-101-0/+2
* Fix for bug#28075 COM_DEBUG crashes mysqldandrey@whirlpool.mysql.com2007-05-211-2/+7
* An attempt to fix a sporadic valgrind memory leak in Event Scheduler:kostja@vajra.(none)2007-04-131-36/+18
* Remove a race between Event Scheduler shutdown and SHOW PROCESSLIST.kostja@vajra.(none)2007-04-061-17/+7
* Post-merge and post-review fixes for the patch forkostja@vajra.(none)2007-04-051-22/+1
* A set of changes aiming to make the Event Scheduler more user-friendlykostja@vajra.(none)2007-04-051-60/+39
* Change module prefix in error messages: SCHEDULER -> Event Scheduler,kostja@bodhi.local2007-03-231-17/+24
* Trivial cleanups and whitespace change in Event Scheduler code.kostja@bodhi.local2007-03-231-8/+8
* BUG#16420: Events: timestamps become UTCkroki/tomash@moonlight.home2007-03-161-0/+8
* Fixed compiler warningsmalff/marcsql@weblab.(none)2007-03-011-8/+8
* Manual merge of 5.1 into 5.1-runtimemalff/marcsql@weblab.(none)2007-03-011-21/+24
* Fix for memory leaks introduced with the push of patch for bug#22740.kroki/tomash@moonlight.home2007-01-311-0/+2
* Fix for bug#22740 Events: Decouple Event_queue from Event_db_repositorykroki/tomash@moonlight.home2007-01-291-46/+101
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
* Fixed compiler warnings (Mostly VC++):monty@mysql.com/narttu.mysql.fi2006-11-301-1/+0
* Removed compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-1/+1
* Fixed a LOT of compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-271-10/+11
* WL#3337 (Event scheduler new architecture)andrey@example.com2006-09-121-96/+16
* remove unused artifactsandrey@example.com2006-09-011-1/+0
* fix build failure on SLES9andrey@example.com2006-09-011-1/+1
* post-merge fixandrey@example.com2006-09-011-1/+1
* WL#3337 (Event scheduler new architecture)andrey@fifo.vaih.whnetz2006-08-311-109/+79
* WL#3337 (Event scheduler new architecture)andrey@example.com2006-08-171-4/+4
* WL#3337 (Event scheduler new architecture)andrey@example.com2006-08-171-4/+4
* Fix a crash of SHOW PROCESSLISTandrey@example.com2006-08-111-3/+6
* WL#3337 (Events new architecture)andrey@lmy004.2006-07-171-30/+37
* update to ease the patch processandrey@lmy004.2006-07-131-232/+230
* WL #3337 (Events new architecture)andrey@lmy004.2006-07-131-55/+59
* WL#3337 (Event scheduler new architecture)andrey@lmy004.2006-07-121-0/+865
* WL#3337 (Event scheduler new architecture)andrey@lmy004.2006-07-051-1537/+0
* WL #3337 (Event scheduler new architecture)andrey@lmy004.2006-07-041-242/+60
* WL#3337 (Event scheduler new architecture)andrey@lmy004.2006-07-031-842/+164
* WL#3337 (Events new architecture)andrey@lmy004.2006-06-291-59/+19
* WL#3337 (Events new architecture)andrey@lmy004.2006-06-281-1/+1
* WL#3337 (Events new architecture)andrey@lmy004.2006-06-281-72/+19
* WL#3337 (Event scheduler new architecture)andrey@lmy004.2006-06-271-3/+46
* first cut of WL#3337 (New event scheduler locking infrastructure).andrey@lmy004.2006-06-271-1/+1
* manual mergeandrey@lmy004.2006-06-201-11/+42
|\
| * Reorganize, physically the events codeandrey@lmy004.2006-06-081-11/+42
* | After merge fixesmonty@mysql.com2006-06-051-1/+7
|/
* Merge lmy004.:/work/mysql-5.1-new-vanillaandrey@lmy004.2006-05-291-5/+13
|\
| * Fix for bug #17394 - Events namespace is wrongandrey@lmy004.2006-05-291-5/+13
* | event_scheduler.h, event_scheduler.cc:kent@mysql.com2006-05-231-4/+4
* | __FUNCTION__ is not available everywhere.andrey@lmy004.2006-05-231-2/+9
|/
* fix win32 build after push for bug#17619andrey@lmy004.2006-05-231-19/+7
* fix for bug #17619 Scheduler race conditionsandrey@lmy004.2006-05-221-0/+2423