summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18349 InnoDB file size changes are not safe when file system crashesMarko Mäkelä2019-01-234-48/+47
* MDEV-15925 FRM_MAX_SIZE too low for some use casesSergei Golubchik2019-01-213-3/+12
* MDEV-14440: Assertion `inited==RND' failed in handler::ha_rnd_endVarun Gupta2019-01-183-0/+52
* safemalloc: warn, flush after fprintfDaniel Black2019-01-171-1/+1
* MDEV-17475: Increase maximum possible value for table_definition_cache to mat...Oleksandr Byelkin2019-01-163-13/+17
* MDEV-18233 Moving the hash_node_t to improve locality of referenceMarko Mäkelä2019-01-156-14/+14
|\
| * MDEV-18233 Moving the hash_node_t to improve locality of referenceEugene Kosov2019-01-146-14/+14
* | MDEV-18243 incorrect ASAN instrumentationEugene Kosov2019-01-152-6/+0
* | MDEV-17797 Add ASAN poisoning for mem_heap_tMarko Mäkelä2019-01-154-20/+16
|/
* Merge pull request #973 from tempesta-tech/tt-10.0-MDEV-16499-virtual-innodbMarko Mäkelä2019-01-144-14/+44
|\
| * MDEV-16499 [10.1] ER_NO_SUCH_TABLE_IN_ENGINE followed by "Please drop the tab...Eugene Kosov2018-11-304-14/+44
* | MDEV-13784: query causes seg faultVarun Gupta2019-01-065-4/+78
* | Merge branch '5.5' into 10.0Sergei Golubchik2019-01-032-4/+4
|\ \
| * | fix the test for 2019Sergei Golubchik2019-01-022-4/+4
* | | fix RHEL8 "ambiguous python shebang" build failuresSergei Golubchik2019-01-0210-0/+0
* | | compilation warning on WindowsSergei Golubchik2019-01-022-2/+2
* | | MDEV-18041 Database corruption after renaming a prefix-indexed columnEugene Kosov2018-12-294-28/+70
* | | row_drop_table_for_mysql(): Correct a parameter to innobase_format_name()Marko Mäkelä2018-12-282-2/+4
* | | Merge branch '5.5' into 10.0Sergei Golubchik2018-12-208-56/+43
|\ \ \ | |/ /
| * | MDEV-15670 - unit.my_atomic failed in buildbot with Signal 11 thrownSergey Vojtovich2018-12-184-46/+11
| * | Don't default to bundled zlibSergei Golubchik2018-12-171-5/+0
| * | MDEV-16987 - ALTER DATABASE possible in read-only modeSergey Vojtovich2018-12-133-0/+25
* | | MDEV-17720 slave_ddl_exec_mode=IDEMPOTENT does not handle DROP DATABASESachin2018-12-193-0/+39
* | | MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) fieldbb-10.0-varunVarun Gupta2018-12-196-7/+79
* | | Backported MDEV-11196(e4d10e09cf31) and MDEV-10360(8a8ba1949bf4) to 10.0Varun Gupta2018-12-193-5/+244
* | | MDEV-6453: Assertion `inited==NONE || (inited==RND && scan)' failed in handle...Varun Gupta2018-12-163-0/+39
* | | remove unsed variableSergei Golubchik2018-12-131-4/+0
* | | Fix cmake -DWITH_PARTITION_STORAGE_ENGINE:BOOL=OFFMarko Mäkelä2018-12-131-17/+16
* | | Remove space before #ifdefMarko Mäkelä2018-12-131-13/+9
* | | MDEV-17957 Make Innodb_checksum_algorithm stricter for strict_* valuesThirunarayanan Balathandayuthapani2018-12-139-465/+199
* | | Fix compile error when building without the partition engineVarun Gupta2018-12-131-4/+6
* | | Merge branch '5.5' into 10.0Sergei Golubchik2018-12-122-25/+36
|\ \ \ | |/ /
| * | mysqltest: use a dynamically growing command bufferSergei Golubchik2018-11-281-16/+26
| * | Added Master_Host to the Replication informationfran2018-11-161-9/+10
* | | Fix UNICODE issue of dlerrorJiaye Wu2018-12-121-1/+1
* | | MDEV-17833 ALTER TABLE is not enforcing prefix index size limitEugene Kosov2018-12-114-6/+67
* | | MDEV-17032: Estimates are higher for partitions of a table with @@use_stat_ta...Varun Gupta2018-12-077-9/+235
* | | MDEV-17904 Crash in fts_is_sync_needed() after failed ALTER or CREATE TABLEMarko Mäkelä2018-12-072-8/+8
* | | MDEV-17898 FLUSH PRIVILEGES crashes server with segfaultSergei Golubchik2018-12-063-19/+43
* | | correct order of arguments for Dynamic_array<>::CMP_FUNC2Sergei Golubchik2018-12-061-1/+1
* | | cleanup: DYNAMIC_ARRAY -> Dynamic_array<ACL_DB> acl_dbsSergei Golubchik2018-12-062-42/+48
* | | Added a testcase for mdev-17734Varun Gupta2018-12-053-0/+55
| |/ |/|
* | MDEV-17734: AddressSanitizer: use-after-poison in create_key_parts_for_pseudo...Varun Gupta2018-11-201-1/+3
* | Merge branch '5.5' into 10.0Oleksandr Byelkin2018-11-158-87/+277
|\ \ | |/
| * MDEV-17724 Wrong result for BETWEEN 0 AND 18446744073709551615Alexander Barkov2018-11-154-0/+137
| * Backport for "MDEV-17698 MEMORY engine performance regression"Alexander Barkov2018-11-154-87/+140
* | fix of test suiteOleksandr Byelkin2018-11-142-2/+2
* | MDEV-11167: InnoDB: Warning: using a partial-field key prefix in search, resu...Oleksandr Byelkin2018-11-073-1/+57
* | Merge 5.5 into 10.0Marko Mäkelä2018-11-079-32/+80
|\ \ | |/
| * MDEV-17401: LOAD DATA from very big file into MyISAM table results in EOF err...Oleksandr Byelkin2018-11-023-31/+51