summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Automatic merge with 5.1Michael Widenius2010-11-0410-74/+170
|\
| * Fixed compiler & valgrind warnings from my previous push.Michael Widenius2010-11-031-1/+0
| * Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-0210-73/+170
* | fix LIKE in a vcol function, broken by a fix for mysql bug#54568.Sergei Golubchik2010-10-301-0/+5
* | merge w/ 5.1Sergei Golubchik2010-10-291-0/+1
|\ \ | |/
| * Show the number of warm keycache blocks in SHOW STATUSSergei Golubchik2010-10-201-0/+1
* | sane implementation of Key_% status variables.Sergei Golubchik2010-10-294-52/+50
* | merge with 5.1Sergei Golubchik2010-10-2527-238/+461
|\ \ | |/
| * better fix for MySQL bugsSergei Golubchik2010-10-204-49/+34
| * fixed a bad mergeSergei Golubchik2010-10-191-8/+0
| * 5.1.51 mergeSergei Golubchik2010-10-1925-194/+430
| |\
| | * Fix for bug#56679: gis.test: valgrind errorRamil Kalimullin2010-09-091-4/+6
| | * Manual resolve of mysql-test/r/gis.resultKristofer Pettersson2010-09-079-102/+158
| | |\
| | | * Merge from mysql-5.1-bugteam to mysql-5.1-securityJimmy Yang2010-09-019-101/+157
| | | |\
| | | | * automerge local --> 5.1-bugteam (bug 53034)Gleb Shchepa2010-08-311-1/+17
| | | | |\
| | | | | * Bug #53034: Multiple-table DELETE statements not acceptingGleb Shchepa2010-08-311-1/+17
| | | | * | Automerge.Ramil Kalimullin2010-08-302-21/+0
| | | | |\ \
| | | | | * \ Automerge.Alexey Kopytov2010-08-302-21/+0
| | | | | |\ \ | | | | | | |/ | | | | | |/|
| | | | | | * Bug #54465: assert: field_types == 0 || field_types[field_pos]Alexey Kopytov2010-08-272-21/+0
| | | | * | | Fix for bug #51875: crash when loading data into geometry function polyfromwkbRamil Kalimullin2010-08-301-2/+4
| | | | |/ /
| | | | * | Fix for bug #54253: memory leak when using I_S plugins w/o deinit methodRamil Kalimullin2010-08-271-5/+8
| | | | |/
| | | | * Automerge.Alexey Kopytov2010-08-263-72/+124
| | | | |\
| | | | | * Bug #55656: mysqldump can be slower after bug 39653 fix.Evgeny Potemkin2010-08-261-18/+42
| | | | | * Fixed bug #29751 - do not rename the error log at FLUSH LOGS.Dmitry Shulga2010-08-252-54/+82
| | | | * | Bug #54802: 'NOT BETWEEN' evaluation is incorrectAlexey Kopytov2010-08-241-0/+4
| | | | |/
| | | * | Bug #53544: Server hangs during JOIN query in stored procedureAlexey Kopytov2010-08-261-1/+1
| | * | | Bug#55531 crash with conversions of geometry types / stringsKristofer Pettersson2010-09-072-1/+14
| | |/ /
| | * | Automerge.Alexey Kopytov2010-08-243-8/+17
| | |\ \
| | | * | Bug #55568: user variable assignments crash server when usedAlexey Kopytov2010-08-243-8/+17
| | * | | mergeGeorgi Kodinov2010-08-2014-103/+246
| | |\ \ \ | | | | |/ | | | |/|
| | | * | mergeGeorgi Kodinov2010-08-207-3/+51
| | | |\ \
| | | * \ \ mergeMattias Jonsson2010-08-191-1/+6
| | | |\ \ \
| | | | * | | Bug#46086: crash when dropping a partitioned tableMattias Jonsson2010-07-081-1/+6
| | | * | | | WL#5370 Keep forward-compatibility when changingunknown2010-08-185-18/+176
| | | * | | | Bug #55580 : segfault in read_view_sees_trx_idGeorgi Kodinov2010-08-133-10/+42
| | | * | | | Bug #55565: debug assertion when ordering by expressions with user Georgi Kodinov2010-08-131-0/+2
| | | * | | | Bug #54106 assert in Protocol::end_statement,Jon Olav Hauglid2010-08-093-68/+6
| | | * | | | Addendum to bug #42144 : fixed a wrong type conversation causing plugin testsGeorgi Kodinov2010-08-051-1/+1
| | | * | | | Bug#54568: create view cause Assertion failed: 0, Martin Hansson2010-08-051-1/+1
| | | * | | | Bug #42144: plugin_load failsGeorgi Kodinov2010-08-041-4/+4
| | | * | | | Bug #42144: plugin_load failsGeorgi Kodinov2010-08-031-2/+2
| | | * | | | Bug #34283 mysqlbinlog leaves tmpfile after termination if binlog contains l...unknown2010-08-031-0/+8
| | * | | | | Bug #55826: create table .. select crashes with when Georgi Kodinov2010-08-201-1/+15
| | | |_|_|/ | | |/| | |
| | * | | | Bug #55615 and bug #55564Georgi Kodinov2010-08-132-0/+9
| | * | | | Bug #55424: convert_tz crashes when fed invalid dataGleb Shchepa2010-08-062-2/+2
| | | |_|/ | | |/| |
* | | | | forgotten option handledSergei Golubchik2010-10-251-2/+4
* | | | | bugfix: engine defined table options were not showing up in INFORMATION_SCHEM...Sergei Golubchik2010-10-243-25/+41
* | | | | MergeIgor Babaev2010-10-143-73/+74
|\ \ \ \ \ | |/ / / /
| * | | | Reverted the MySQL fix for bug 51242 that was rejected once for mariadb-5.1.48Igor Babaev2010-10-141-23/+0
| * | | | Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong ...Michael Widenius2010-10-131-4/+5