summaryrefslogtreecommitdiff
path: root/sql/event_db_repository.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.3 mergeSergei Golubchik2012-01-131-1/+1
|\
| * Merge with 5.2.Michael Widenius2011-12-111-13/+34
| |\
| | * Merge with MariaDB 5.1Michael Widenius2011-11-241-13/+34
| | |\
| | | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-13/+34
| | | |\
| | | | * Updated/added copyright headersKent Boortz2011-07-031-14/+32
| | | | |\
* | | | | \ mergeSergei Golubchik2011-11-031-4/+4
|\ \ \ \ \ \
| * | | | | | compilation warnings on WindowsSergei Golubchik2011-11-021-4/+4
* | | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Updated/added copyright headersKent Boortz2011-07-041-1/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+5
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-10/+14
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | merge with 5.1-microSergei Golubchik2011-06-071-6/+4
| |\ \ \ \ \ \
| | * | | | | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-6/+4
| * | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-3/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-3/+4
| | | |/ / / / | | |/| | | |
| * | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-2/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-2/+2
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-1/+1
| * | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data.Michael Widenius2010-11-271-1/+5
| * | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-1/+1
| |/ / / / /
* | | | | | 5.5-mergeSergei Golubchik2011-07-021-34/+76
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Auto-merge of patch for bug#11764334 from mysql-5.1 tree.Dmitry Shulga2011-06-101-4/+9
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fixed bug#11764334 (formerly bug#57156): ALTER EVENT CHANGESDmitry Shulga2011-06-101-4/+9
| * | | | | Manual-merge of patch for bug#12546938 from mysql-5.1->mysql-5.5Dmitry Shulga2011-05-271-7/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed bug#12546938 (formerly known as 61005) - CREATE IF NOT EXIST EVENTDmitry Shulga2011-05-271-7/+13
| * | | | | Manual merge from mysql-5.1.Alexander Nozdrin2011-05-041-0/+22
| |\ \ \ \ \ | | |/ / / /
| | * | | | Patch for Bug#12394306: the sever may crash if mysql.event is corrupted.Alexander Nozdrin2011-05-041-0/+8
| | | |/ / | | |/| |
| * | | | merge from 5.1 to 5.5 for bug#11751148Mayank Prasad2011-03-211-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Bug #11751148 : show events shows events in other schemaMayank Prasad2011-03-211-1/+1
| | | |/ | | |/|
| * | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-22/+31
* | | | merge.Sergei Golubchik2010-11-251-11/+19
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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-3/+7
| * | MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-1/+2
| * | mergedSergei Golubchik2010-03-151-2/+5
| |\ \ | | |/
| * | merge 5.1->5.2unknown2010-02-011-6/+21
| |\ \
| * | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-7/+9
| * | | Merge with base MySQL 5.1Michael Widenius2009-02-151-1/+1
| |\ \ \
| * | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-1/+1
* | | | | Bug #54105 assert in MDL_context::release_locks_stored_beforeJon Olav Hauglid2010-08-131-5/+14
* | | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-43/+31
* | | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+10
* | | | | Followup to Bug#45225 Locking: hang if drop table with no timeoutJon Olav Hauglid2010-02-241-5/+4
* | | | | Manual merge from mysql-next-mr.Alexander Nozdrin2010-02-151-3/+5
|\ \ \ \ \
| * | | | | BUG#51021: current_stmt_binlog_row_based not removed in next-mrLuis Soares2010-02-101-0/+1
| * | | | | BUG#51021: current_stmt_binlog_row_based not removed in next-mrLuis Soares2010-02-091-3/+4
* | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-2/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-301-2/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Bug #49132 Replication failure on temporary table + DDLunknown2010-01-221-2/+5
| | | |_|/ | | |/| |