summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5220 - [PATCH] MariaDB 10.0.4 doesn't compile without perfschemaSergey Vojtovich2013-11-143-6/+10
* MDEV-4437 ALTER TABLE .. ADD UNIQUE INDEX IF NOT EXISTS causes syntax error.Alexey Botchkov2013-11-141-3/+3
* 10.0-base mergeSergei Golubchik2013-11-1318-76/+96
|\
| * 5.5. mergeSergei Golubchik2013-11-1318-73/+92
| |\
| | * 5.3 mergeSergei Golubchik2013-11-132-6/+4
| | |\
| | | * MDEV-5284 Assertion `!(*expr)->fixed' fails in replace_where_subcondition wit...Sergei Golubchik2013-11-131-4/+2
| | | * MDEV-5113 Wrong result (extra row) and valgrind warnings in Item_maxmin_subse...Sergei Golubchik2013-11-121-2/+2
| | * | MergeSergey Petrunya2013-11-131-3/+21
| | |\ \
| | | * | MDEV-5257: MIN/MAX Optimization (Select tables optimized away) does not work ...Sergey Petrunya2013-11-121-3/+21
| | * | | MDEV-5056: Wrong result (extra rows) with materialization+semijoin, IN subque...Sergey Petrunya2013-11-131-2/+4
| | * | | MDEV-5236 Status variables are not all listed alphabeticallySergei Golubchik2013-11-111-4/+4
| | * | | MDEV-4824 userstats - wrong user statisticsSergei Golubchik2013-11-118-27/+27
| | * | | MDEV-5101 INFORMATION_SCHEMA.PROCESSLIST reports an incorrect value for Time ...Sergei Golubchik2013-11-111-1/+2
| | * | | MDEV-5022 Strange message or wrong errno on mismatching versions of plugin an...Sergei Golubchik2013-11-112-28/+28
| * | | | MDEV-407: Print EXPLAIN [ANALYZE] in the slow query logSergey Petrunya2013-11-121-3/+3
| * | | | Fixed bug mdev-5160.Igor Babaev2013-11-111-0/+1
* | | | | merge 10-base->10.0unknown2013-11-1118-58/+160
|\ \ \ \ \ | |/ / / /
| * | | | merge 5.5->10.0-baseunknown2013-11-114-30/+64
| |\ \ \ \ | | |/ / /
| | * | | merge 5.3->5.5unknown2013-11-114-30/+64
| | |\ \ \ | | | | |/ | | | |/|
| | | * | MDEV-5153: Server crashes in Item_ref::fix_fields on 2nd execution of PS with...unknown2013-11-113-28/+40
| | | * | MDEV-5103: server crashed on singular Item_equalunknown2013-11-112-1/+22
| * | | | Merge 5.5 -> 10.0-baseAlexander Barkov2013-11-091-8/+9
| |\ \ \ \ | | |/ / /
| | * | | Merge 5.3 -> 5.5Alexander Barkov2013-11-081-8/+9
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Merge 5.2 -> 5.3Alexander Barkov2013-11-081-8/+9
| | | |\
| | | | * Merge 5.1 -> 5.2Alexander Barkov2013-11-081-8/+9
| | | | |\
| | | | | * MDEV-5181 incorrect binary search in remove_status_vars()Alexander Barkov2013-11-081-8/+9
| * | | | | Merge 5.5 -> 10.0-baseAlexander Barkov2013-11-089-13/+81
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge 5.3 -> 5.5Alexander Barkov2013-11-084-4/+42
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-4842 STR_TO_DATE does not work with UCS2/UTF16/UTF32Alexander Barkov2013-11-084-4/+42
| | * | | | MDEV-5205 - MariaDB does not start if more than 128 cpu's are availableSergey Vojtovich2013-11-061-1/+4
| | * | | | MDEV-5205 - MariaDB does not start if more than 128 cpu's are availableSergey Vojtovich2013-11-055-9/+36
| * | | | | MDEV-4506: Parallel replication.unknown2013-11-082-0/+4
| * | | | | A patch from Kristian:Alexander Barkov2013-11-081-0/+1
| * | | | | MDEV-4506: Parallel replicationunknown2013-11-081-6/+0
| * | | | | MDEV-4506: Parallel replicationunknown2013-11-071-1/+1
* | | | | | Merge 10.0-monty -> 10.0Alexander Barkov2013-11-114-13/+93
|\ \ \ \ \ \
| * | | | | | MDEV-5241: Collation incompatibilities with MySQL-5.6Alexander Barkov2013-11-113-53/+36
| * | | | | | MDEV-5241: Collation incompatibilities with MySQL-5.6Michael Widenius2013-11-095-12/+109
* | | | | | | MDEV-4436 CHANGE COLUMN IF EXISTS does not work and throws wrong warning.Alexey Botchkov2013-11-111-1/+1
* | | | | | | MDEV-4435 Server crashes in my_strcasecmp_utf8 on ADD KEY IF NOT EXISTS with ...Alexey Botchkov2013-11-111-3/+16
* | | | | | | MDEV-4880 Attempt to create a table without columns produces ER_ILLEGAL_HA in...Sergei Golubchik2013-11-101-1/+1
* | | | | | | MDEV-4931 Can't use SHUTDOWN in stored programsSergei Golubchik2013-11-101-3/+3
* | | | | | | MDEV-5260 discovery with sql is too restrictiveSergei Golubchik2013-11-101-4/+6
* | | | | | | MDEV-5238 Server crashes in find_role_grant_pair on SHOW GRANTS for an anonym...Sergei Golubchik2013-11-101-1/+1
|/ / / / / /
* | | | | | Merge 10.0-base to 10.0unknown2013-11-076-40/+145
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-4506: Parallel replicationunknown2013-11-061-3/+21
| * | | | | MDEV-4506: Parallel replicationunknown2013-11-061-1/+27
| * | | | | MDEV-4506: Parallel replicationunknown2013-11-063-3/+4
| * | | | | MDEV-4506: Parallel replication.unknown2013-11-051-1/+0
| * | | | | MDEV-4506: Parallel replicationunknown2013-11-052-35/+96