summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Followup to Bug#45225 Locking: hang if drop table with no timeoutJon Olav Hauglid2010-02-241-3/+4
* Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-26/+32
|\
| * Merge backport of WL#3771 with mysql-next-mr.Sergey Vojtovich2010-01-191-26/+32
| |\
| | * Backport from 6.0-codebase.Sergey Vojtovich2009-12-161-12/+15
| | * Backport from 6.0-codebase.Sergey Vojtovich2009-12-151-10/+14
* | | Merge next-mr -> next-4284Konstantin Osipov2010-02-031-81/+125
|\ \ \ | |/ /
| * | WL#2360 Performance schemaMarc Alff2010-01-061-81/+125
* | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-329/+325
|\ \ \ | |/ /
| * | backport typos foundSergei Golubchik2009-12-231-3/+2
| * | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-326/+323
* | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-2/+2
|\ \ \ | |/ /
| * | Merge mysql-next-mr (revno 2936) --> mysql-next-mr-marcMarc Alff2009-12-111-1/+0
| |\ \ | | |/
| * | WL#2360 Performance schemaMarc Alff2009-12-091-2/+2
* | | Merge next-mr -> next-4284.Konstantin Osipov2009-12-161-1/+0
|\ \ \ | | |/ | |/|
| * | Bug#32115: Bad use of Name_resolution_context from current LEX in partitioningMattias Jonsson2009-11-201-1/+0
| |/
* | Backport of:Konstantin Osipov2009-12-081-16/+3
* | Backport of revno ## 2617.31.1, 2617.31.3, 2617.31.4, 2617.31.5,Konstantin Osipov2009-12-051-1/+3
* | Backport of:Konstantin Osipov2009-12-041-3/+3
* | Initial import of WL#3726 "DDL locking for all metadata objects".Konstantin Osipov2009-11-301-0/+4
|/
* Auto-merge from mysql-next-mr.Alexander Nozdrin2009-11-101-62/+60
|\
| * Auto-merge from mysql-next-mr.Alexander Nozdrin2009-11-051-19/+21
| |\
| * | sql_plugin.cc: error log messages should not depend on the current_thd lc_mes...Sergei Golubchik2009-11-031-1/+1
| * | WL#4903 Plugin Service API part ISergei Golubchik2009-11-021-62/+60
* | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-2/+4
|\ \ \ | |_|/ |/| |
| * | Bug#46586: When using the plugin interface the type "set" for options caused ...Tatiana A. Nurnberg2009-10-271-2/+4
* | | Manual merge from mysql-next-mr.Alexander Nozdrin2009-11-021-4/+5
|\ \ \
| * \ \ Automerge from mysql-next-mr.Alexander Nozdrin2009-10-271-11/+6
| |\ \ \ | | | |/ | | |/|
| * | | Automerge from mysql-next-mr.Alexander Nozdrin2009-10-221-13/+15
| |\ \ \
| * | | | bug#33731 - INSTALL/UNINSTALL PLUGIN: Inconsistent handling of identifier case Sergei Golubchik2009-10-121-4/+5
* | | | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-281-11/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | manual merge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeLuis Soares2009-10-221-11/+6
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Backporting WL#4398 WL#1720He Zhenxing2009-09-261-11/+6
* | | | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-13/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merging mysql-next-mr-merge to mysql-next-mr.Alexander Barkov2009-10-211-13/+15
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | WL#751 Error message construction, backportSergey Glukhov2009-10-151-13/+15
| | | |/ | | |/|
| * | | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-1/+1
| |/ /
* | | AutomergeKristofer Pettersson2009-10-191-14/+15
|\ \ \
| * | | Backport of:Konstantin Osipov2009-10-141-14/+15
| |/ /
* | | Bug#27145 EXTRA_ACL troublesKristofer Pettersson2009-10-191-1/+1
|/ /
* | Bug#46486 warnings produced when running mysql_install_dbKristofer Pettersson2009-09-041-11/+6
* | Bug#46486 warnings produced when running mysql_install_dbKristofer Pettersson2009-09-031-3/+0
|/
* Bug#19027 MySQL 5.0 starts even with Fatal InnoDB errorsKristofer Pettersson2009-05-181-1/+1
* Bug#19027 MySQL 5.0 starts even with Fatal InnoDB errorsKristofer Pettersson2009-05-141-137/+209
* Manual merge of patch for bug #40552 into the team tree.Alexey Kopytov2009-03-161-1/+1
|\
* | Bug#42610 Dynamic plugin broken in 5.1.31Sergey Glukhov2009-03-131-12/+23
|/
* Bug#42610 Dynamic plugin broken in 5.1.31Sergey Glukhov2009-02-091-0/+3
* Bug#29263 disabled storage engines omitted in SHOW ENGINESSergey Glukhov2008-12-171-19/+21
* Bug#36768 (partition_info::check_partition_info() reports mal formedMarc Alff2008-10-061-4/+4
* Bug#35807 - INSTALL PLUGIN replicates row-based, but not stmt-basedSven Sandberg2008-08-191-1/+16
* Merge fix for BUG#35478 into 5.1Sergey Petrunia2008-07-151-1/+1