summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Automatic merge with 5.5Michael Widenius2012-09-011-1/+1
|\
| * merge with MySQL 5.5.27Sergei Golubchik2012-08-091-1/+1
| |\
| | * Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING)Jon Olav Hauglid2012-06-291-1/+1
| | |\
* | | | Fixed some compiler warnings and test failures found by buildbotMichael Widenius2012-06-131-0/+2
|/ / /
* | | Fixed compile warningsMichael Widenius2012-05-181-3/+2
* | | mdev-224 plugin usage statistics in the feedback reportsSergei Golubchik2012-04-181-0/+4
* | | update @@have_innodb variable when innodb plugin is uninstalledSergei Golubchik2012-04-171-0/+4
* | | better fix for string plugin variables pointing into argv[]Sergei Golubchik2012-04-171-15/+23
* | | bugfix: mysqld failed to start if a compiled-in plugin failed to initializeSergei Golubchik2012-04-171-1/+5
* | | Merge of compatibility fixesMichael Widenius2012-04-021-3/+3
|\ \ \
| * | | Fixed lp:886479 "[PATCH] plugin boolean result"Michael Widenius2012-04-021-3/+3
| * | | Merge with 5.2.Michael Widenius2011-12-111-6/+8
| |\ \ \
| | * \ \ Merge with MariaDB 5.1Michael Widenius2011-11-241-6/+8
| | |\ \ \
| | | * \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-8/+13
| | | |\ \ \ | | | | | |/ | | | | |/|
* | | | | | debug_sync is now a service, available to dynamically loaded plugins.Sergei Golubchik2012-03-281-0/+4
* | | | | | mysql-5.5.22 mergeSergei Golubchik2012-03-281-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-07-031-7/+12
| | |\ \ \ \
| | * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
* | | | | | | merge with mysql-5.5.21Sergei Golubchik2012-03-091-0/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Bug #11754014: 45549: udf plugin_dir path separator inconsistency Georgi Kodinov2012-01-161-2/+6
* | | | | | | mdev-20: INSTALL PLUGIN SONAMESergei Golubchik2012-03-051-127/+204
* | | | | | | mysql-5.5 mergeSergei Golubchik2012-01-161-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | BUG#11763882 - 56652: VALGRIND WARNINGS FOR MEMORY LEAK INSergey Vojtovich2011-11-101-43/+164
* | | | | | | by default disable pbxt tooSergei Golubchik2011-11-281-26/+38
* | | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-0/+15
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | mergeSergei Golubchik2011-10-111-0/+17
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | merge with 5.1Sergei Golubchik2011-10-071-0/+17
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | merge with feedback-pluginSergei Golubchik2011-10-061-0/+4
| | | * | | | tests for feedback plugin,Sergei Golubchik2011-10-041-0/+13
* | | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-1/+3
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merging into mysql-5.5.16-release.Mats Kindahl2011-08-151-0/+32
| * | | | | | Updated/added copyright headersKent Boortz2011-07-041-1/+2
* | | | | | | 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