summaryrefslogtreecommitdiff
path: root/sql/events.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-3/+5
* MySQL-5.5.36 mergeSergei Golubchik2014-02-171-1/+1
|\
| * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
* | mysql-5.5.34 mergeSergei Golubchik2013-11-191-3/+4
|\ \ | |/
| * Bug#16865959 - PLEASE BACKPORT BUG 14749800.Praveenkumar Hulakund2013-07-241-3/+4
* | 5.3 mergeSergei Golubchik2012-01-131-7/+10
|\ \
| * \ Merge with MariaDB 5.1Michael Widenius2011-11-241-31/+42
| |\ \
| | * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-31/+42
| | |\ \
| | | * \ Updated/added copyright headersKent Boortz2011-07-031-28/+34
| | | |\ \
| * | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-2/+2
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Updated/added copyright headersKent Boortz2011-07-041-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Updated/added copyright headersKent Boortz2011-06-301-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | | | merge with 5.3Sergei Golubchik2011-10-191-2/+2
|\ \ \ \ \ \
| * | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-2/+2
| | |_|/ / / | |/| | | |
* | | | | | 5.5-mergeSergei Golubchik2011-07-021-59/+43
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Manual-merge of patch for bug#12546938 from mysql-5.1->mysql-5.5Dmitry Shulga2011-05-271-24/+29
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fixed bug#12546938 (formerly known as 61005) - CREATE IF NOT EXIST EVENTDmitry Shulga2011-05-271-25/+31
| * | | | | Merge from 5.1.Guilhem Bichot2011-05-211-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-4/+4
| | | |/ / | | |/| |
| * | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-30/+12
| * | | | Bug #44171 KILL ALTER EVENT can crash the serverJon Olav Hauglid2010-08-261-3/+0
* | | | | merge.Sergei Golubchik2010-11-251-5/+10
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Change some my_bool in C++ classes and a few functions to bool to detect wron...Michael Widenius2010-09-241-1/+1
| * | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-1/+6
| | |/ | |/|
| * | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-1/+3
| |\ \ | | |/
| * | Removed compiler warningsMichael Widenius2010-04-071-2/+3
| * | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-15/+28
| |\ \
| * \ \ Merge with MySQL 5.1, with following additions:unknown2009-11-161-5/+5
| |\ \ \
| * \ \ \ Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-1/+37
| |\ \ \ \
| * \ \ \ \ Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-2/+1
| |\ \ \ \ \
| | * | | | | Updated documentation files to reflect MariaDB and not the Maria storage engi...Michael Widenius2009-09-031-2/+1
| * | | | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-24/+35
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-1/+1
| |\ \ \ \ \ \
| * | | | | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-1/+1
| * | | | | | | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-031-1/+6
| * | | | | | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-2/+7
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fixed compiler warnings in a lot of filesunknown2008-02-131-1/+0
* | | | | | | | | | Manual merge from mysql-5.5-bugfixing to mysql-5.5-runtime.Jon Olav Hauglid2010-08-181-1/+1
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ mergeGeorgi Kodinov2010-08-051-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
* | | | | | | | | | | Bug #54105 assert in MDL_context::release_locks_stored_beforeJon Olav Hauglid2010-08-131-3/+0
|/ / / / / / / / / /
* | | | | | | | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-12/+2
* | | | | | | | | | Manual merge of mysql-5.1-bugteam toAlexey Kopytov2010-04-191-1/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+10
* | | | | | | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | Bug #50095 Multi statement including CREATE EVENT causes rotten binlog entryunknown2010-03-281-1/+3
* | | | | | | | | | Bug #51160 Deadlock around SET GLOBAL EVENT_SCHEDULER = ON|OFFJon Olav Hauglid2010-03-151-12/+15
* | | | | | | | | | Manual merge from mysql-next-mr.Alexander Nozdrin2010-02-151-10/+18
|\ \ \ \ \ \ \ \ \ \