summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Bug#37956 memory leak and / or crash with geometry and prepared statements!Sergey Glukhov2008-12-102-7/+18
* push to 5.0-bugteam tree.Luis Soares2008-12-102-79/+140
|\
| * BUG#38826 Race in MYSQL_LOG::purge_logs is impossible to debug in productionLuis Soares2008-12-042-79/+140
* | updating with mysql-5.0-bugteamV Narayanan2008-12-1010-33/+97
|\ \
| * | backported the fix for bug #34773 to 5.0Georgi Kodinov2008-12-096-24/+66
| * | Bug#31399 Wrong query result when doing join buffering over BIT fieldsSergey Glukhov2008-12-091-2/+6
| * | Bug#31291 ALTER TABLE CONVERT TO CHARACTER SET does not change some data typesSergey Glukhov2008-12-091-1/+3
| * | automergeSergey Glukhov2008-12-091-1/+1
| |\ \
| | * | Added a missing bit from the original patch for bug #27483 which was lost whe...Alexey Kopytov2008-12-091-1/+1
| * | | bug#35558 Wrong server metadata blows up the clientSergey Glukhov2008-12-091-2/+3
| * | | Bug#35796 SHOW CREATE TABLE and default value for BIT fieldSergey Glukhov2008-12-092-3/+18
| |/ /
* | | merging with mysql-5.0-bugteam tree.V Narayanan2008-12-0323-61/+283
|\ \ \ | |/ /
| * | merged bug 39920 to 5.0-bugteamGeorgi Kodinov2008-12-012-0/+25
| |\ \
| | * | Bug #39920: MySQL cannot deal with Leap Second expression in string literal.Georgi Kodinov2008-12-012-0/+25
| * | | After-push commit for bug #33461 to make valgrind happy:Gleb Shchepa2008-12-011-1/+1
| * | | Bug #33461: SELECT ... FROM <view> USE INDEX (...) throwsGleb Shchepa2008-11-281-6/+7
| * | | merged bug 37339 to 5.0-bugteamGeorgi Kodinov2008-11-284-28/+98
| |\ \ \ | | |_|/ | |/| |
| | * | Bug #37339: SHOW VARIABLES not working properly with multi-byte datadirGeorgi Kodinov2008-11-284-28/+98
| * | | pushbuild failure fixes Sergey Glukhov2008-11-281-1/+1
| * | | auto-mergeTatiana A. Nurnberg2008-11-273-0/+30
| |\ \ \
| | * | | Bug#37284 Crash in Field_string::type()Sergey Glukhov2008-11-271-0/+3
| | * | | Bug#37460 Assertion failed: !table->file || table->file->inited == handler::NONESergey Glukhov2008-11-272-0/+27
| * | | | auto-mergeTatiana A. Nurnberg2008-11-271-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Bug#40365 Prepared statements may insert invalid dates.Sergey Glukhov2008-11-271-0/+2
| * | | | auto-mergeTatiana A. Nurnberg2008-11-273-5/+24
| |\ \ \ \ | | |/ / /
| | * | | mergeVladislav Vaintroub2008-11-2514-135/+108
| | |\ \ \
| | * | | | Bug #20430 mysqld.exe windows service stuck in "SERVICE_STOP_PENDING"Vladislav Vaintroub2008-11-143-5/+24
| * | | | | Bug#37553: MySql Error Compare TimeDiff & TimeTatiana A. Nurnberg2008-11-266-14/+15
| | |/ / / | |/| | |
| * | | | Fix for bug#40984: backport fix from 39585 into 5.0Ramil Kalimullin2008-11-252-0/+50
| * | | | merged bug 39656 to 5.0-bugteamGeorgi Kodinov2008-11-241-0/+10
| |\ \ \ \
| | * | | | Bug #39656: Behaviour different for agg functions with & without where -Georgi Kodinov2008-11-241-0/+10
| | |/ / /
| * | | | Auto-mergeRamil Kalimullin2008-11-211-1/+2
| |\ \ \ \
| | * | | | Bug#34760 Character set autodetection appears to failSergey Glukhov2008-11-211-1/+2
| * | | | | Fix for bug#36772: When using UTF8, CONVERT with GROUP BYRamil Kalimullin2008-11-211-5/+8
| |/ / / /
| * | | | Fix for bug#40875: Memory leak in FEDERATED handlerRamil Kalimullin2008-11-201-0/+8
| * | | | Merge.Sergey Vojtovich2008-11-181-1/+3
| |\ \ \ \
| | * | | | BUG#38842 - Fix for 25951 seems incorrectSergey Vojtovich2008-11-111-1/+3
| | |/ / /
* | | | | Bug#39616: Missing quotes from .CSV crashes serverV Narayanan2008-11-181-21/+80
|/ / / /
* | | | Bug#31616 div_precision_increment description looks wrongAlexey Botchkov2008-11-171-2/+4
| |_|/ |/| |
* | | Bug #40021: Renaming view fails, archived .frm for view isGleb Shchepa2008-11-146-126/+17
* | | Bug#39541 CHECK TABLE on information_schema myisam tables produces errorSergey Glukhov2008-11-131-0/+6
|/ /
* | merged 5.0-bugteam -> bug 33811-5.0-bugteam working treeGeorgi Kodinov2008-11-0317-37/+208
|\ \ | |/
| * Bug#39040 valgrind errors/crash when creating views with binlog logging enabledSergey Glukhov2008-10-271-3/+13
| * MergeSergey Petrunia2008-10-246-13/+70
| |\
| | * mergeVladislav Vaintroub2008-10-234-11/+82
| | |\
| | * | Bug#40280: Message compiler(mc.exe) needed to compile MySQL on windows.Vladislav Vaintroub2008-10-236-13/+70
| * | | BUG#38072: Wrong result: HAVING not observed in a query with aggregateSergey Petrunia2008-10-241-1/+1
| | |/ | |/|
| * | Bug#28323: Server crashed in xid cache operationsDavi Arnaut2008-10-214-11/+82
| |/
| * merge 5.0-bugteam -> bug 38693-5.0-bugteamGeorgi Kodinov2008-10-207-13/+55
| |\
| | * Auto commitKristofer Pettersson2008-10-2010-30/+108
| | |\