summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | Added missing calls of update_virtual_fields() in the Igor Babaev2010-07-011-4/+3
* | Add sql/opt_index_cond_pushdown.cc to CMakeLists.txt filesSergey Petrunya2010-06-271-0/+1
* | Fix windows build: add sql/opt_subselect.cc to CMakeLists.txt filesSergey Petrunya2010-06-271-0/+1
* | Fix valgrind failure: when creating key image, don't try to copy out more thanSergey Petrunya2010-06-271-1/+1
* | Fix windows build: provide log2 function if the system doesn't have it.Sergey Petrunya2010-06-261-0/+13
* | Post-merge fixes: Sergey Petrunya2010-06-261-6/+24
* | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-2699-2642/+6182
|\ \
| * | few small MySQL bugs/issues that impact the engines, as discussed in the SE s...Sergei Golubchik2010-06-0512-255/+251
| * | include guardsSergei Golubchik2010-06-031-0/+3
| * | fixes for test suiteSergei Golubchik2010-06-031-14/+4
| * | handle a case when a user connects with a password to a passwordless accountSergei Golubchik2010-06-021-2/+4
| * | merge 5.1->5.2Sergei Golubchik2010-06-0171-835/+1737
| |\ \
| | * | Fixed compiler warningsMichael Widenius2010-05-272-2/+2
| | * | Merge with MySQL 5.1.47Michael Widenius2010-05-2628-92/+309
| | |\ \
| | | * | On behalf of Kristofer :Georgi Kodinov2010-05-053-1/+20
| | | * | merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteamAlfranio Correia2010-05-042-0/+55
| | | |\ \
| | | | * | BUG#43407 SET GLOBAL SQL_SLAVE_SKIP_COUNTER should log previous state in erro...Alfranio Correia2010-05-041-0/+31
| | | | * | BUG#43406 CHANGE MASTER TO should log previous state in error logAlfranio Correia2010-05-041-0/+24
| | | * | | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-046-8/+52
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Bug #53371: COM_FIELD_LIST can be abused to bypass table level grants.Georgi Kodinov2010-05-031-0/+7
| | | * | | Bug#50373 --secure-file-priv=""Kristofer Pettersson2010-05-035-15/+54
| | | * | | Automerge.Alexey Kopytov2010-04-301-2/+1
| | | |\ \ \
| | | | * | | Bug #48419: another explain crash..Alexey Kopytov2010-04-301-2/+1
| | | * | | | Manual merge.Davi Arnaut2010-04-292-0/+11
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Bug#50974: Server keeps receiving big (> max_allowed_packet) packets indefini...Davi Arnaut2010-04-292-0/+11
| | | * | | | Bug#50755: Crash if stored routine def contains version commentsDavi Arnaut2010-04-013-25/+14
| | | * | | | Manual merge.Ramil Kalimullin2010-04-291-1/+9
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Fix for bug #53237: mysql_list_fields/COM_FIELD_LIST stack smashingRamil Kalimullin2010-04-291-1/+9
| | | | * | | Backport of the fix for bug #50335 to 5.0.Alexey Kopytov2010-04-271-3/+5
| | | * | | | Bug #47453: InnoDB incorrectly changes TIMESTAMP columns when JOINed Georgi Kodinov2010-04-281-0/+10
| | | * | | | Bug #48042 The description for Event ID ( 100 ) in Source ( MySQL ) cannot be...Vladislav Vaintroub2010-04-261-2/+2
| | | * | | | Fix for bug#50946: fast index creation still seems to copy the table Ramil Kalimullin2010-04-252-3/+16
| | | * | | | Bug#46261 Plugins can be installed with --skip-grant-tablesStaale Smedseng2010-04-221-0/+12
| | | * | | | automergeKristofer Pettersson2010-04-201-11/+0
| | | |\ \ \ \
| | | | * | | | Bug#51591 deadlock in the plugins+status+variablesStaale Smedseng2010-04-191-11/+0
| | | * | | | | Bug#50373 --secure-file-priv=""Kristofer Pettersson2010-04-201-1/+1
| | | |/ / / /
| | | * | | | AutomergeKristofer Pettersson2010-04-1657-412/+889
| | | |\ \ \ \
| | | | * | | | Bug#51591 deadlock in the plugins+status+variablesStaale Smedseng2010-04-161-5/+13
| | | | * | | | Bug#52124 memory leaks like a sieve in datetime, timestamp, time, date fields...Sergey Glukhov2010-04-161-2/+12
| | | | * | | | automerge: merged bug clone into latest mysql-5.1-bugteam.Luis Soares2010-04-161-5/+5
| | | | |\ \ \ \
| | | | | * | | | BUG#51987: revoke privileges logs wrong error codeLuis Soares2010-03-221-5/+5
| | | | * | | | | Merge fix for BUG39053 to 5.1-bugteam.Sergey Vojtovich2010-04-144-6/+45
| | | | |\ \ \ \ \
| | | | | * | | | | BUG#39053 - UNISTALL PLUGIN does not allow the storage engineSergey Vojtovich2010-04-144-6/+45
| | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | Bug#52120 create view cause Assertion failed: 0, file .\item_subselect.cc, li...Sergey Glukhov2010-04-063-1/+26
| | | * | | | | | Bug#50373 --secure-file-priv=""Kristofer Pettersson2010-04-162-6/+19
| | * | | | | | | Changed the fixes for the following bugs:Igor Babaev2010-05-2510-166/+166
| | * | | | | | | Automerge latest MariaDB 5.1 trunk into 5.1.46 release.unknown2010-05-151-0/+5
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fixes after last merge of MySQL 5.1Michael Widenius2010-05-139-74/+116
| | * | | | | | | | Automerge MariaDB 5.1.44b release.unknown2010-05-106-8/+43
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fixed bug #53334.unknown2010-05-031-2/+1