summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0bb-10.0-vicentiuVicențiu Ciorbaru2018-06-1120-15/+39
|\
| * MDEV-15729 Server crashes in Field::make_field upon HANDLER READ executed wit...Sergei Golubchik2018-06-113-0/+21
| * mysqltest: Allow HANDLER READ in --ps-protocol testsSergei Golubchik2018-06-116-4/+7
| * MDEV-16342 SHOW ENGINES: MyISAM description is uselessSergei Golubchik2018-06-1111-11/+11
* | Ensure TokuDB compiles both on Linux and OS XVicențiu Ciorbaru2018-06-112-34/+34
* | Followup for make TokuDB compile with GCC-8Vicențiu Ciorbaru2018-06-101-2/+2
* | Update test results post-mergeVicențiu Ciorbaru2018-06-101-1/+1
* | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-06-1027-54/+259
|\ \ | |/
| * MDEV-15021: mysqldump --tables --routines generates non importable dump fileRutuja Surve2018-06-103-6/+43
| * MDEV-15778: Remove packed attr from omt_ and subtree_ classesTeodor Mircea Ionita2018-06-101-4/+4
| * Make TokuDB compile with GCC-8Vicențiu Ciorbaru2018-06-104-4/+10
| * Revert "MDEV-15778: Remove packed attr from omt_ and subtree_ classes"Vicențiu Ciorbaru2018-06-101-4/+4
| * MDEV-16075: Workaround to run MTR test suite for make testTeodor Mircea Ionita2018-06-104-3/+7
| * Also ignore macOS .DS_Store Finder junk.Teodor Mircea Ionita2018-06-101-0/+3
| * Ignore .cbp QtCreator && CodeBlocks project filesTeodor Mircea Ionita2018-06-101-0/+3
| * MDEV-15778: Remove packed attr from omt_ and subtree_ classesTeodor Mircea Ionita2018-06-101-4/+4
| * MDEV-15778: Manually backport TokuDB macOS fixes from 10.0Teodor Mircea Ionita2018-06-104-3/+20
| * MDEV-15789 - mysqlslap use incorrect table defChris Calender2018-06-073-2/+13
| * Catch of OOM situation.Oleksandr Byelkin2018-06-062-0/+5
| * MDEV-10246 ssl-* config file options have no effect without mysql_ssl_set()Vladislav Vaintroub2018-06-051-0/+4
| * MDEV-16225: wrong resultset from query with semijoin=onVarun Gupta2018-06-023-26/+119
| * mtr: use process launch -- args to start mysqld in lldbTeodor Mircea Ionita2018-05-231-1/+1
| * MDEV-16235 Server crashes in my_utf8_uni or in my_strtod_intIgor Babaev2018-05-226-7/+46
* | MDEV-15778: Fix TokuDB build issues on macOS 10.13.4Teodor Mircea Ionita2018-06-107-88/+46
* | MDEV-15778: Restore file permissions lost in mergeTeodor Mircea Ionita2018-06-1012-0/+0
* | MDEV-16374: Filtered shows 0 for materilization scan for a semi join, which m...Varun Gupta2018-06-095-11/+161
* | fix typoVladislav Vaintroub2018-06-081-1/+1
* | MDEV-16445 mysql_upgrade_service should add skip-slave-start to server start ...Vladislav Vaintroub2018-06-081-1/+1
* | MDEV-16430: mysql_upgrade_service does not write log file.Vladislav Vaintroub2018-06-081-4/+14
* | MDEV-16124 fil_rename_tablespace() times out and crashes server during table-...Marko Mäkelä2018-06-056-236/+10
* | MDEV-16267 Wrong INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.TABLE_NAMEMarko Mäkelä2018-05-242-18/+38
* | Fixed ASAN heap-use-after-free handler::ha_index_or_rnd_endMonty2018-05-233-1/+26
* | MDEV-15308 Assertion `ha_alter_info->alter_info->drop_list.elementsbb-10.0-montyMonty2018-05-223-4/+118
* | MDEV-16229 Replication aborts with ER_VIEW_SELECT_TMPTABLE after half-failed ...Monty2018-05-228-7/+245
* | Fixes for Aria transaction handling with lock tablesMonty2018-05-2217-120/+219
* | Merge branch '5.5' into 10.0Sergei Golubchik2018-05-1914-79/+145
|\ \ | |/
| * MDEV-16220 MTR - do not pass UTF8 on the command line for mysql client.Vladislav Vaintroub2018-05-186-23/+68
| * MDEV-15318 CREATE .. SELECT VALUES produces invalid table structureSergei Golubchik2018-05-173-4/+23
| * (almost) sane core handling in mtrSergey Vojtovich2018-05-161-36/+45
| * MDEV-654 Assertion `share->now_transactional' failed in flush_log_for_bitmap ...Monty2018-05-152-0/+9
* | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Sergei Golubchik2018-05-191-1/+1
* | MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() ...Monty2018-05-167-22/+82
* | Fix that FLUSH TABLES FOR EXPORT also works for Aria tables.Monty2018-05-165-1/+43
* | MDEV-14943 Alter table ORDER BY bugMonty2018-05-155-8/+61
* | Bug #26334149 - MYSQL CRASHES WHEN FULL TEXT INDEXES IBD FILES ARE ORPHANED D...Sachin Agarwal2018-05-113-2/+53
* | Bug #27041445 SERVER ABORTS IF FTS_DOC_ID EXCEEDS FTS_DOC_ID_MAX_STEPThirunarayanan Balathandayuthapani2018-05-113-7/+69
* | Merge 5.5 into 10.0 (no changes)Marko Mäkelä2018-05-110-0/+0
|\ \ | |/
| * MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-103-4/+44
* | Remove a redundant condition added by the 5.6.40 mergeMarko Mäkelä2018-05-112-14/+2
* | MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-103-4/+44