summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6633: Remove magic dependencies for InnoDB compression methodsJan Lindström2015-02-044-43/+85
* don't let current_thd to point to a destroyed THDSergei Golubchik2015-02-0311-25/+1
* Update test results after the last push. Again.Sergei Golubchik2015-02-032-7/+12
* Commit one file that I forgot in last commitMonty2015-02-032-43/+33
* cleanup: ha_checktype()Sergei Golubchik2015-02-026-27/+18
* revert test changes from "cleaned up code for setting slave_parallel_mode"Sergei Golubchik2015-02-022-12/+7
* trivial cleanup: be explicit about extern variablesSergei Golubchik2015-02-021-1/+1
* fix the code to compileSergei Golubchik2015-02-021-3/+0
* Cleaned up code for setting slave_parallel_modeMonty2015-02-018-214/+58
* Improve performance for calculating memory allocationMonty2015-02-0117-79/+193
* Remove some allocations not needed for internal temporary tables.Monty2015-02-011-6/+9
* Ignore tokudb binariesMonty2015-02-011-0/+4
* Merge remote-tracking branch 'refs/remotes/github/10.1' into 10.1Sergei Golubchik2015-02-016-4/+145
|\
| * MDEV-7024: Assertion `! is_set()' failed in Diagnostics_area::set_eof_status ...Oleksandr Byelkin2015-01-293-1/+22
| * MDEV-7023: Error 2027: Malformed packet and assertion `field_types == 0 || fi...Oleksandr Byelkin2015-01-293-3/+123
* | main.ctype_ucs2 --ps: Item_func_nullif should use m_args0_copy metadataSergei Golubchik2015-01-311-10/+10
* | main.null --ps: Item_null doesn't need charset converterSergei Golubchik2015-01-311-1/+0
* | fix semisync plugin locking: rpl.rpl_semi_sync_uninstall_plugin failedSergei Golubchik2015-01-311-1/+1
* | small cleanup, remove a useless functionSergei Golubchik2015-01-315-26/+4
* | compiler warningsSergei Golubchik2015-01-317-37/+33
* | rpl.rpl_parallel: after-merge fixSergei Golubchik2015-01-312-155/+155
* | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-31380-2611/+11406
|\ \ | |/ |/|
| * mergeSergei Golubchik2015-01-301-8/+8
| |\
| | * MDEV-7531 Update 10.0.15 to 10.0.16 -> Error 2003 (HY000) can't connect to My...Sergei Golubchik2015-01-301-8/+8
| * | increase the versionSergei Golubchik2015-01-291-1/+1
| * | 5.5 mergeSergei Golubchik2015-01-2912-231/+502
| |\ \
| | * | recreate expired certificates for SSL testsSergei Golubchik2015-01-298-212/+458
| | * | MDEV-6128:[PATCH] mysqlcheck wrongly escapes '.' in table namesunknown2015-01-283-17/+42
| * | | clarify the comment and trivial cleanupsSergei Golubchik2015-01-291-16/+12
| * | | Master_info_index assumed that file descriptor can never be 0Sergei Golubchik2015-01-241-1/+2
| * | | Ignore some tokudb executablesMichael Widenius2015-01-291-0/+6
| * | | MDEV-6668: Server crashes in check_view_single_update on concurrent DDL/DML f...Michael Widenius2015-01-295-24/+52
| | |/ | |/|
| * | MDEV-5719: Wrong result with GROUP BY and LEFT OUTER JOINmariadb-10.0.16Sergey Petrunya2015-01-253-8/+57
| * | win32-debug build failureSergei Golubchik2015-01-231-0/+5
| * | MDEV-7352: main.kill_processlist-6619 fails sporadically in buildbotKristian Nielsen2015-01-232-2/+9
| * | 5.5 mergeSergei Golubchik2015-01-231-1/+1
| |\ \ | | |/
| | * update tokudb version after mergeSergei Golubchik2015-01-231-1/+1
| * | MDEV-7491: Occasional test failure in innodb.group_commit_crash_no_optimize_t...Kristian Nielsen2015-01-224-0/+6
| * | after merge. innodb/xtradb to work on WindowsSergei Golubchik2015-01-224-2/+4
| * | connect mergeSergei Golubchik2015-01-2137-145/+4566
| |\ \
| | * | - Last revision was to add the JSON table type. This one adds a sortOlivier Bertrand2015-01-202-9/+9
| | * | - Fix compile errors and warnings of LINUX G++Olivier Bertrand2015-01-2021-61/+3958
| | |\ \
| | | * | - Adding the JSON table typeOlivier Bertrand2015-01-1921-50/+3962
| | | * | - Fix two bugs concerning Discovery of CSV tables:Olivier Bertrand2015-01-171-2/+8
| | * | | - Fix two bugs concerning Discovery of CSV tables:Olivier Bertrand2015-01-171-2/+8
| | |/ /
| | * | - Add ConnectTimout and QueryTimout options for ODBC tables. ShouldOlivier Bertrand2015-01-136-31/+70
| | * | - Fix MDEV-7427 by not reallocating the date format in ScanRecord on each ins...Olivier Bertrand2015-01-092-12/+35
| | * | - Typo to eliminate some GCC warningsOlivier Bertrand2015-01-062-3/+3
| | * | - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-0614-26/+305
| | * | - Temporary fix for MDEV-7304.Olivier Bertrand2014-12-145-10/+28