summaryrefslogtreecommitdiff
path: root/sql/events.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | BUG#51021: current_stmt_binlog_row_based not removed in next-mrLuis Soares2010-02-101-0/+4
| * | | | | | | | | | BUG#51021: current_stmt_binlog_row_based not removed in next-mrLuis Soares2010-02-091-10/+14
* | | | | | | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-7/+18
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-031-39/+40
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Manual merge from mysql-5.1-bugteam.Alexander Nozdrin2010-02-031-39/+40
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | | * | | | | | | | | Revert a patch for Bug#48231, which introduced valgrind warnings.Alexander Nozdrin2010-02-021-39/+40
| | * | | | | | | | | | Manual merge from mysql-5.1-bugteam.Alexander Nozdrin2010-01-301-40/+39
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | * | | | | | | | | | Manual merge from mysql-5.1-bugteam.Alexander Nozdrin2010-01-301-3/+3
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| * | | | | | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-311-40/+39
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Bug #48321 CURRENT_USER() incorrectly replicated for DROP/RENAME USER;unknown2010-01-301-40/+39
| | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Manual merge with Conflicts:unknown2010-01-251-5/+4
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-3/+3
| * | | | | | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-301-6/+17
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Auto-merge from mysql-5.1-bugteam.Alexander Nozdrin2010-01-301-6/+17
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | Bug #49132 Replication failure on temporary table + DDLunknown2010-01-221-6/+17
| | * | | | | | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-01-241-6/+8
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| * | | | | | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-301-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Bug#49501 Inefficient information_schema check (system collation), addonSergey Glukhov2010-01-221-2/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-281-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Bug#49501 Inefficient information_schema check (system collation)Sergey Glukhov2010-01-191-6/+9
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | | | | | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-051-6/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | merge mysql-next-mr --> mysql-5.1-rpl-mergeAlfranio Correia2010-01-131-26/+72
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Manual merge from next-mr.unknown2010-01-121-150/+9
| |\ \ \ \ \ \ \ \ \ \