summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with 5.3Sergei Golubchik2011-10-191-19/+30
|\
| * Merge 5.2 -> 5.3 Sergey Petrunya2011-06-241-16/+24
| |\
| | * Merge with 5.1Michael Widenius2011-06-241-16/+24
| | |\
| | | * lp:790513 MariaDB crashes on startupSergei Golubchik2011-06-211-16/+24
| * | | Fixed that mysqld --no-defaults --help --verbose doesn't give a lot of irrele...Michael Widenius2011-06-071-2/+5
| |/ /
| * | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-1/+23
| |\ \ | | |/
| | * Merge with MySQL 5.1.55Michael Widenius2011-02-201-1/+23
| | |\
| * | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-1/+1
* | | | sys_vars changes and cleanupsSergei Golubchik2011-07-111-1/+1
* | | | adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaksSergei Golubchik2011-07-101-3/+4
* | | | fix memory leaks and other problems found by safemallocSergei Golubchik2011-07-101-22/+17
* | | | post-merge fixes.Sergei Golubchik2011-07-021-2/+2
* | | | 5.5-mergeSergei Golubchik2011-07-021-25/+64
|\ \ \ \
| * \ \ \ Merge from 5.1.Guilhem Bichot2011-05-211-5/+8
| |\ \ \ \
| | * | | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-8/+13
| | | |_|/ | | |/| |
| * | | | merge from 5.1-bugteamTor Didriksen2010-12-021-1/+2
| |\ \ \ \ | | |/ / /
| | * | | BUG#58246 post-push fix broken DBG build.Tor Didriksen2010-12-021-1/+2
| * | | | Merging patch for BUG#58246 into mysql-5.5-bugteam.Mats Kindahl2010-12-011-1/+22
| |\ \ \ \ | | |/ / /
| | * | | BUG#58246: INSTALL PLUGIN not secure & crashableMats Kindahl2010-12-011-1/+22
| * | | | BUG#57108: mysqld crashes when I attempt to install pluginMats Kindahl2010-11-041-1/+5
| * | | | Merge WL#5496 and WL#5341 to 5.5-bugteam.Sergey Vojtovich2010-10-071-15/+24
| |\ \ \ \
| | * | | | WL#5341 - Sticky pluginsSergey Vojtovich2010-09-271-15/+24
| * | | | | mergeGeorgi Kodinov2010-10-041-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ merge of mysql-5.5 into mysql-5.5-wl1054Georgi Kodinov2010-09-201-10/+58
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-4/+8
* | | | | | | lots of post-merge changesSergei Golubchik2011-04-251-5/+5
* | | | | | | merge.Sergei Golubchik2010-11-251-97/+325
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | mergedSergei Golubchik2010-09-211-2/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | fix for MySQL Bug#44797 - plugins w/o command-line options have no disabling ...Sergei Golubchik2010-09-211-2/+1
| * | | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-13/+47
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-13/+47
| | |\ \ \ \
| * | | | | | Fix for LP#588251: doStartTableScan() result not checked.Michael Widenius2010-07-171-1/+6
| * | | | | | --plugin_maturity command-line optionSergei Golubchik2010-06-161-0/+23
| * | | | | | bug in converting st_mysql_plugin to st_maria_plugin - all but the last plugi...Sergei Golubchik2010-06-161-15/+15
| * | | | | | merge 5.1->5.2Sergei Golubchik2010-06-011-2/+16
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge with MySQL 5.1.47Michael Widenius2010-05-261-5/+26
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-0/+2
| | |\ \ \ \ \ \
| * | | | | | | | fixes for buildbot:Sergei Golubchik2010-04-081-3/+4
| * | | | | | | | Merge with 5.1Michael Widenius2010-04-081-3/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Removed compiler warningsMichael Widenius2010-04-071-3/+4
| * | | | | | | | Fixed compiler warningMichael Widenius2010-04-081-1/+1
| * | | | | | | | Fied problem with of compilation without dynamic plugin loading.unknown2010-04-011-0/+2
| * | | | | | | | Maria WL#61unknown2010-04-011-87/+248
| * | | | | | | | pluggable auth with plugin examplesSergei Golubchik2010-03-291-5/+18
| * | | | | | | | mergedSergei Golubchik2010-03-151-35/+54
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | 1. don't crash on failing to load a plugin with newer MYSQL_PLUGIN_INTERFACE_...Sergei Golubchik2010-03-121-26/+30
| | * | | | | | | Automerge MySQL 5.1.44 merge into MariaDB trunk.unknown2010-03-091-1/+1
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-1/+1
| | | |\ \ \ \ \ \ \
| | * | | | | | | | | do not take LOCK_plugin for built-in pluginsSergei Golubchik2010-03-081-1/+24
| | * | | | | | | | | small code cleanup - "good ifdef is no ifdef"Sergei Golubchik2010-03-081-10/+2
| | |/ / / / / / / /