summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7474: Semi-Join's DuplicateWeedout strategy skipped ...bb-10.0-mdev7474Sergei Petrunia2015-03-138-16/+341
* MDEV-5289: master server starts slave parallel threadsKristian Nielsen2015-03-1111-53/+116
* MDEV-7685: MariaDB - server crashes when inserting more rows thanJan Lindström2015-03-099-158/+28
* MDEV-7107 Sporadic test failure in multi_source.multisourceElena Stepanova2015-03-093-34/+155
* MDEV-7668: Intermediate master groups CREATE TEMPORARY with INSERT, causing p...Kristian Nielsen2015-03-094-13/+192
* MDEV-7627 :Some symbols in table name can cause to Error Code: 1050Jan Lindström2015-03-094-10/+166
* MDEV-7187 perfschema.aggregate fails sporadically in buildbotElena Stepanova2015-03-082-0/+10
* fix connect.json_udf test for static buildsSergei Golubchik2015-03-061-0/+3
* MDEV-7669 tmp_table_count-7586 fails in ps and embeddedSergei Golubchik2015-03-061-0/+3
* Merge branch '5.5' into 10.0Sergei Golubchik2015-03-0621-67/+245
|\
| * after innodb/xtradb merge: use the correct visibility for internal functionsSergei Golubchik2015-03-062-2/+2
| * MDEV-6838 Using too big key for internal temp tablesSergei Golubchik2015-03-066-29/+29
| * MDEV-7659 buildbot may leave stale mysqldSergei Golubchik2015-03-061-5/+13
| * MDEV-7672: Crash creating an InnoDB table with foreign keysJan Lindström2015-03-064-12/+96
| * MDEV-7578 :Slave is ~10x slower to execute set of statements compared to mast...Jan Lindström2015-03-052-12/+22
| * MDEV-6838: Using too big key for internal temp tablesVicențiu Ciorbaru2015-02-286-12/+62
| * update tokudb version after mergeSergei Golubchik2015-02-271-1/+1
| * MDEV-7310: last_commit_pos_offset set to wrong value after binlog rotate in g...bb-5.5-knielsenKristian Nielsen2015-02-233-2/+44
* | MDEV-7148 - Recurring: InnoDB: Failing assertion: !lock->recursiveSergey Vojtovich2015-03-054-14/+28
* | GTID: Add missing test of reconnecting into out-of-order binlog.Kristian Nielsen2015-03-052-2/+72
* | Merge MDEV-6589 and MDEV-6403 into 10.0.Kristian Nielsen2015-03-0413-16/+667
|\ \
| * | MDEV-6403: Temporary tables lost at STOP SLAVE in GTID mode if master has not...Kristian Nielsen2015-03-045-0/+126
| * | MDEV-6589: Incorrect relay log start position when restarting SQL thread afte...Kristian Nielsen2015-03-0410-16/+541
* | | Merge remote-tracking branch 'origin/10.0' into 10.0Sergei Golubchik2015-03-0222-143/+711
|\ \ \
| * \ \ 10.0-connect mergeSergei Golubchik2015-03-0222-143/+711
| |\ \ \
| | * | | - Make json_udf test work on WindowsOlivier Bertrand2015-03-021-24/+33
| | * | | - Making json_udf test working on linuxOlivier Bertrand2015-03-013-15/+26
| | * | | - Remove a signed/unsigned warning.Olivier Bertrand2015-03-011-1/+1
| | * | | - Fix crash when Json_Value was called without arguments.Olivier Bertrand2015-03-0111-46/+356
| | * | | - Implement random access to ODBC tablesOlivier Bertrand2015-02-289-74/+209
| | * | | - FIX assert failure when sorting JSON tablesOlivier Bertrand2015-02-252-5/+8
| | * | | - Fix MDEV-7616 by adding SQLCOM_SET_OPTION to the accepted command list.Olivier Bertrand2015-02-245-20/+120
* | | | | MDEV-6391: GTID binlog state not recovered if mariadb-bin.state is removedKristian Nielsen2015-02-273-8/+174
* | | | | MDEV-7586: Merged derived tables/VIEWs increment created_tmp_tablesVicențiu Ciorbaru2015-02-265-12/+150
* | | | | Merge remote-tracking branch 'origin/10.0' into 10.0mariadb-10.0.17Sergei Golubchik2015-02-2510-3/+96
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-7413: optimizer_use_condition_selectivity > 2 crashes 10.0.15+maria-1~wh...Sergey Petrunya2015-02-252-0/+54
| * | | | MDEV-7629 Regression: Bit and hex string literals changed column names in 10....Alexander Barkov2015-02-258-3/+42
* | | | | MDEV-7530 !includedir reads files in random orderSergei Golubchik2015-02-251-1/+1
* | | | | Merge remote-tracking branch 'origin/10.0' into 10.0Sergei Golubchik2015-02-2414-23/+245
|\ \ \ \ \ | |/ / / /
| * | | | MergeSergei Golubchik2015-02-248-23/+131
| |\ \ \ \ | | |/ / /
| | * | | - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp.Olivier Bertrand2015-02-228-23/+131
| * | | | MDEV-7623: Add lock wait time and hold time to every record/table lock in Jan Lindström2015-02-244-0/+46
| * | | | MDEV-7620: Transaction lock wait is missing number of lock Jan Lindström2015-02-234-0/+68
* | | | | MDEV-6703 Add "mysqlbinlog --binlog-row-event-max-size" supportSergei Golubchik2015-02-242-5/+18
* | | | | fix mroonga to compile w/o performance schemaSergei Golubchik2015-02-242-20/+29
* | | | | MDEV-7335: Potential parallel slave deadlock with specific binlog corruptionKristian Nielsen2015-02-244-14/+159
* | | | | MDEV-7458: Deadlock in parallel replication can allow following transaction t...Kristian Nielsen2015-02-231-1/+7
* | | | | Add error handling on realpath() call.Kristian Nielsen2015-02-231-1/+6
* | | | | Merge remote-tracking branch 'origin/10.0' into 10.0Sergei Golubchik2015-02-22537-8827/+49550
|\ \ \ \ \ | |/ / / /
| * | | | Fix test failure on labrador. Jan Lindström2015-02-201-0/+1