summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-203-340/+4
* Bug#58190 BETWEEN no longer uses indexes for date or datetime fieldsAlexander Barkov2010-11-192-0/+23
* Bug#58175 xml functions read initialized bytes when conversions happenAlexander Barkov2010-11-191-2/+19
* Bug #58119: Typo in warning on log: [Warning] 'proxes_priv' entryGeorgi Kodinov2010-11-191-1/+1
* Bug #57551: Live upgrade fails between 5.1.52 -> 5.5.7-rcGeorgi Kodinov2010-11-191-24/+41
* Suppress false-positive uninitialized variable useDmitry Lenev2010-11-191-2/+2
* Fix for bug #57985 "ONLINE/FAST ALTER PARTITION can fail and Dmitry Lenev2010-11-191-0/+63
* Merge from mysql-5.5-runtime to mysql-5.5-bugteamJon Olav Hauglid2010-11-1851-1385/+1467
|\
| * Bug#58199 name_const in the having clause crashesMagne Mahre2010-11-181-1/+1
| * Bug#57058: SERVER_QUERY_WAS_SLOW not wired up.Davi Arnaut2010-11-162-4/+8
| * Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-175-8/+11
| |\
| * | Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-173-131/+240
| * | Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-163-103/+151
| * | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-1613-34/+171
| |\ \
| * | | Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-151-46/+6
| * | | Fix a compilation failure of non-debug build introduced Konstantin Osipov2010-11-121-1/+0
| * | | Implement a fix for Bug#57058 -- send SERVER_QUERY_WAS_SLOW overKonstantin Osipov2010-11-128-25/+24
| * | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-124-3/+11
| |\ \ \
| * | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-1142-1096/+988
| * | | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-082-4/+8
| |\ \ \ \
| * \ \ \ \ Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-058-56/+100
| |\ \ \ \ \
| * \ \ \ \ \ Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-013-0/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-10-2912-63/+216
| |\ \ \ \ \ \ \
| * | | | | | | | Remove a dead declaration.Konstantin Osipov2010-10-271-1/+0
| * | | | | | | | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-10-254-8/+14
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Bug#37780: Make KILL reliable (main.kill fails randomly)Davi Arnaut2010-10-227-34/+106
* | | | | | | | | | Bug#57306 SHOW PROCESSLIST does not display string literals well.Alexander Barkov2010-11-1811-55/+116
* | | | | | | | | | Merging from mysql-5.1-bugteam.Alexander Barkov2010-11-181-8/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bug#57279 updatexml dies with: Assertion failed: str_arg[length] == 0Alexander Barkov2010-11-181-8/+14
* | | | | | | | | | | Fix a debug assertion caused by a missing DBUG_RETURN macro.Davi Arnaut2010-11-171-3/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Bug #58137 char(0) column cause: my_gcvt: Assertion `width > 0 && to != ((voi...Tor Didriksen2010-11-171-3/+6
* | | | | | | | | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-11-164-5/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failureDavi Arnaut2010-11-104-5/+5
* | | | | | | | | Local mergeMarc Alff2010-11-169-21/+126
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ mergeMattias Jonsson2010-11-152-4/+60
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Bug#57778: failed primary key add to partitioned innodb table inconsistent an...Mattias Jonsson2010-11-052-4/+60
| * | | | | | | | | | mergeMattias Jonsson2010-11-151-2/+35
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | mergeMattias Jonsson2010-11-151-2/+35
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Bug#57890: Assertion failed: next_insert_id == 0Mattias Jonsson2010-11-111-2/+35
| * | | | | | | | | | | Bug#54812: assert in Diagnostics_area::set_ok_status Jorgen Loland2010-11-154-6/+26
| * | | | | | | | | | | mergeVladislav Vaintroub2010-11-133-8/+4
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix for Bug#56934 (mysql_stmt_fetch() incorrectly fills MYSQL_TIMEAlexander Nozdrin2010-11-133-8/+4
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | add missing COMPONENT to all CMake INSTALL commandsVladislav Vaintroub2010-11-131-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Bug#58052 Binary log IO not being accounted for properlyMarc Alff2010-11-124-13/+45
|/ / / / / / / / / /
* | | | | | | | | | Auto-merge from mysql-5.1-bugteam for bug#54375.Dmitry Shulga2010-11-111-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fixed bug#54375 - Error in stored procedure leaves connectionDmitry Shulga2010-11-111-1/+1
| * | | | | | | | | Fixed bug#56619 - Assertion failed duringDmitry Shulga2010-11-101-1/+3
* | | | | | | | | | Bug#57704 Cleanup code dies with void TABLE::set_keyread(bool): Assertion `fi...Oystein Grovlen2010-11-101-0/+1
* | | | | | | | | | Auto-merge from 5.1-bugteam for bug#57386.Dmitry Shulga2010-11-101-1/+8
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Fixed Bug#57386 - main.execution_constants segfault on MIPS64EL.Dmitry Shulga2010-11-101-1/+8