summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pilot.blaudden:/home/msvensson/mysql/my51-m-mysql_upgrademsvensson@pilot.blaudden2007-04-241-3/+3
|\
| * Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with m...gluh@mysql.com/eagle.(none)2007-04-031-1/+2
| * wl#3700 - post-review fixes:serg@janus.mylan2007-03-171-1/+1
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.1serg@janus.mylan2007-02-211-2/+1
| |\
| | * WL#3700: Handler API change: all index search methods - that is,serg@janus.mylan2007-01-291-2/+1
* | | Bug#24248 Problem updating from 5.0.15 to 5.1.12 running under Win XP SP2msvensson@pilot.blaudden2007-03-081-1/+2
|/ /
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a88-113-38-195.elisa-laajakaista.fi2007-02-031-0/+11
|\ \
| * | After merge fixesmonty@mysql.com/narttu.mysql.fi2007-01-291-0/+11
| |/
* | Two things:brian@zim.(none)2007-01-261-5/+16
|/
* Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1kent@kent-amd64.(none)2006-12-311-1/+1
|\
| * Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1tomas@poseidon.2006-12-271-1/+1
| |\
| | * Potential use of NULL pointer in 'plugin_for_each_with_mask', check pointermsvensson@pilot.mysql.com2006-12-221-1/+1
| | * Bug#22694 "function plugin_foreach_with_mask() uses an uninitialized pointer"msvensson@pilot.mysql.com2006-12-221-9/+10
* | | Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1kent@kent-amd64.(none)2006-12-271-2/+1
|\ \ \ | |/ / |/| |
| * | Many files:kent@mysql.com/kent-amd64.(none)2006-12-271-2/+1
| |/
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1istruewing@chilla.local2006-12-011-11/+10
|\ \ | |/ |/|
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.1istruewing@chilla.local2006-11-121-11/+10
| |\
| | * Bug#22694acurtis/antony@xiphis.org/ltamd64.xiphis.org2006-10-241-11/+10
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@narttu.mysql.fi2006-11-301-1/+1
|\ \ \
| * | | Fixed compiler warnings (Mostly VC++):monty@mysql.com/narttu.mysql.fi2006-11-301-1/+1
| |/ /
* | | Refactored a number of engines to have correct init/deinit. Added pass suppor...brian@zim.(none)2006-11-191-2/+2
* | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.1baker@bk-internal.mysql.com2006-11-111-5/+12
|\ \ \ | |/ / |/| |
| * | This patch fixes the example engine, the example parser, and the example daem...brian@zim.(none)2006-11-101-5/+12
| |/
* | Fixed a lot of compiler warnings (Mainly in mysqld and instance manager)monty@mysql.com/nosik.monty.fi2006-11-011-2/+2
|/
* Bug#20615acurtis/antony@xiphis.org/ltamd64.xiphis.org2006-09-251-1/+1
* Bug#21610acurtis/antony@xiphis.org/ltamd64.xiphis.org2006-09-251-7/+9
* This changes the order of the universe, black is now the new white.brian@zim.(none)2006-09-151-27/+31
* bugfixserg@janus.mylan2006-09-091-1/+1
* cleanup of pligin removal codeserg@janus.mylan2006-09-071-94/+78
* minor plugin api fixes:serg@janus.mylan2006-09-071-1/+1
* converting plugin states to bitmask to simplify testing.serg@janus.mylan2006-09-061-7/+9
* plugin_foreach - don't hold the lock when calling the functionserg@janus.mylan2006-09-051-18/+40
* Re'ordering of startup. Fixed Execution path issues. Added function for de'in...brian@zim.(none)2006-08-291-87/+105
* Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1brian@zim.(none)2006-08-251-1/+1
|\
| * Cleanup of unused variables.brian@zim.(none)2006-08-251-1/+1
* | Cleanup patch.andrey@example.com2006-08-171-3/+3
|/
* Bug#20168acurtis@xiphis.org2006-06-121-11/+11
* Re-apply missing changesets in 5.1msvensson@mysql.com2006-06-061-0/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newmonty@mysql.com2006-06-041-1/+2
|\
| * This changeset is largely a handler cleanup changeset (WL#3281), but includes...monty@mysql.com2006-06-041-1/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newserg@serg.mylan2006-05-311-2/+3
|\ \
| * | Incompatible ftparser plugin API change.serg@serg.mylan2006-05-281-2/+3
| |/
* | handlerton cleanup:serg@sergbook.mysql.com2006-05-281-22/+22
|/
* WL#3201acurtis@xiphis.org2006-04-241-1/+1
* Merge xiphis.org:/home/antony/work2/wl3201.3acurtis@xiphis.org2006-04-241-11/+64
|\
| * WL#3201acurtis@xiphis.org2006-04-131-11/+64
* | Adding back support for loadable engines. brian@zim.(none)2006-04-161-2/+10
|/
* Fixed compiler and valgrind warningsmonty@mysql.com2006-03-291-1/+2
* Bug#11835 CREATE FUNCTION crashes servermsvensson@neptunus.(none)2006-03-211-0/+2
* bug#17568 mysql_fix_privilege_tables doesn't create mysql.plugingluh@eagle.intranet.mysql.r18.ru2006-02-281-1/+1