summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* pluggable auth with plugin examplesSergei Golubchik2010-03-2924-958/+1813
* simple speed & space optimization:Michael Widenius2010-03-253-6/+22
* fixes for the status_user.test in ps protocolSergei Golubchik2010-03-162-5/+2
* Fixed bug #539643.Igor Babaev2010-03-161-3/+1
* mergedSergei Golubchik2010-03-1576-795/+1888
|\
| * 1. don't crash on failing to load a plugin with newer MYSQL_PLUGIN_INTERFACE_...Sergei Golubchik2010-03-122-27/+32
| * Automatic mergeMichael Widenius2010-03-101-2/+5
| |\
| | * Fix for: Bug#44987 DELETE IGNORE and FK constraintMichael Widenius2010-03-101-2/+5
| * | Fix some compiler warnings seen in Buildbot.unknown2010-03-102-4/+9
| * | Automerge MySQL 5.1.44 merge into latest MariaDB trunk.unknown2010-03-1071-730/+1776
| |\ \ | | |/ | |/|
| | * Fix a buildbot memory leak due to JOIN::destroy() not being called for EXPLAIN unknown2010-03-091-0/+4
| | * Automerge MySQL 5.1.44 merge into MariaDB trunk.unknown2010-03-0971-730/+1772
| | |\
| | | * A number of after-merge fixes following merge of MySQL 5.1.44 into MariaDB.unknown2010-03-094-4/+10
| | | * Merge MySQL 5.1.44 into MariaDB.unknown2010-03-0469-728/+1764
| | | |\
| | | | * Bug #50276: Security flaw in INFORMATION_SCHEMA.TABLESGeorgi Kodinov2010-01-211-4/+4
| | | | * Bug #49445: Assertion failed: 0, file .\item_row.cc, line 55 withGeorgi Kodinov2010-02-021-12/+12
| | | | * Cleanup fix for WL#5154 that splits commands handling forMagne Mahre2010-02-021-3/+9
| | | | * Revert a patch for Bug#48231, which introduced valgrind warnings.Alexander Nozdrin2010-02-024-205/+59
| | | | * fixed various pb2 test failures on windows.Georgi Kodinov2010-02-021-1/+2
| | | | * mergeGeorgi Kodinov2010-02-011-1/+1
| | | | |\
| | | | | * fixed a typo in bug #49897.Georgi Kodinov2010-02-011-1/+1
| | | | * | Bug #48321 CURRENT_USER() incorrectly replicated for DROP/RENAME USER;unknown2010-01-304-59/+205
| | | | * | Bug #50271: Debug output of JOIN structures is garbledTor Didriksen2010-01-281-7/+17
| | | | * | Auto-merge.Ramil Kalimullin2010-01-292-0/+15
| | | | |\ \ | | | | | |/
| | | | | * Fix for bug#49897: crash in ptr_compare when char(0) NOT NULL Ramil Kalimullin2010-01-292-0/+15
| | | | | * Bug#50409 Solaris 8 compatibility broken by assumption aboutStaale Smedseng2010-01-272-2/+2
| | | | * | Bug #49552 : sql_buffer_result cause crash + not found recordsGeorgi Kodinov2010-01-291-2/+2
| | | | * | Fix for compiler warnings:Davi Arnaut2010-01-288-17/+16
| | | | * | merging from 5.1-bt to a local bugfix branchAndrei Elkin2010-01-282-6/+36
| | | | |\ \
| | | | | * | WL#5182 Remove more deprecated 4.1/5.0 featuresMagne Mahre2010-01-272-6/+36
| | | | * | | bug#47142Andrei Elkin2010-01-272-4/+50
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | bug#47142Andrei Elkin2010-01-271-1/+2
| | | | | * | Bug #47142 "slave start until" stops 1 event too late in 4.1 to 5.0 replicationAndrei Elkin2010-01-252-4/+48
| | | | * | | Bug#49491: Much overhead for MD5() and SHA1() on short stringsDavi Arnaut2010-01-261-15/+16
| | | | * | | automerge: mysql-5.1-bugteam branch --> mysql-5.1-bugteam latestLuis Soares2010-01-262-1/+22
| | | | |\ \ \
| | | | | * | | BUG#49481: RBR: MyISAM and bit fields may cause slave to stop on delete: Luis Soares2010-01-212-1/+17
| | | | * | | | fix a windows test run bug with debug binaries : dbug frame Georgi Kodinov2010-01-261-1/+1
| | | | * | | | Manual merge with Conflicts:unknown2010-01-2527-167/+262
| | | | |\ \ \ \
| | | | | * | | | Backport Bug#37148 to 5.1He Zhenxing2010-01-2425-159/+241
| | | | | * | | | Bug#49501 Inefficient information_schema check (system collation), addonSergey Glukhov2010-01-226-8/+13
| | | | * | | | | Bug #49132 Replication failure on temporary table + DDLunknown2010-01-225-12/+115
| | | | |/ / / /
| | | | * | | | WL#5154 Remove deprecated 4.1 featuresMagne Mahre2010-01-215-8/+30
| | | | * | | | BUG#46364 MyISAM transbuffer problems (NTM problem)Alfranio Correia2010-01-204-8/+25
| | | | * | | | post-push patch for bug#47343.Mattias Jonsson2010-01-191-0/+1
| | | | * | | | Bug #49512 : subquery with aggregate function crashGeorgi Kodinov2009-12-231-0/+1
| | | | * | | | revert of the fix for bug #45989: pushed by mistake.Georgi Kodinov2010-01-191-2/+0
| | | | * | | | mergeMattias Jonsson2010-01-194-27/+68
| | | | |\ \ \ \
| | | | | * | | | Bug#47343: InnoDB fails to clean-up after lock wait timeout onMattias Jonsson2010-01-184-27/+68
| | | | * | | | | mergeGeorgi Kodinov2010-01-199-41/+49
| | | | |\ \ \ \ \
| | | | | * | | | | Bug#49501 Inefficient information_schema check (system collation)Sergey Glukhov2010-01-199-41/+49
| | | | | | |/ / / | | | | | |/| | |