summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12292 - port "Report timing with more precision" by @dveedenbb-sachin-gsocSergey Vojtovich2017-06-131-28/+7
* replace my_timer_microseconds with microsecond_interval_timerEric Herman2017-06-131-2/+1
* Fix whitespace in new codeEric Herman2017-06-131-1/+1
* Callers of start_timer should have ulonglong data typeEric Herman2017-06-131-1/+2
* port "Report timing with more precision" by @dveedenEric Herman2017-06-131-15/+11
* 10.3 man pages=Ian Gilfillan2017-06-0653-53/+53
* Remove deprecated InnoDB file format parametersMarko Mäkelä2017-06-02112-4492/+253
* Merge branch 'bb-10.2-ext' into 10.3Marko Mäkelä2017-06-02649-8886/+43995
|\
| * MDEV-12930 Testing SEQUENCE objectMonty2017-05-3010-7/+181
| * Updated test caseMonty2017-05-301-1/+1
| * Add automatic updating of sub modules to BUILD scriptsMonty2017-05-291-0/+1
| * Add locks for sequence's to ensure that there is only one writer or many readersMonty2017-05-296-48/+97
| * SP stack tracehalfspawn2017-05-2916-22/+84
| * MDEV-12803 Improve function parameter data type controlAlexander Barkov2017-05-2925-262/+1288
| * Adding tests for MDEV-9410 VIEW over a ROLLUP query reports too large columnsAlexander Barkov2017-05-272-0/+45
| * Adding tests for MDEV-12861 FIRST_VALUE() does not preserve the exact data typeAlexander Barkov2017-05-272-0/+24
| * Adding tests for MDEV-9408 CREATE TABLE SELECT MAX(int_column) creates differ...Alexander Barkov2017-05-272-0/+60
| * Adding tests for MDEV-9406 CREATE TABLE..SELECT creates different columns for...Alexander Barkov2017-05-272-0/+57
| * MDEV-10309 COALESCE(12345678900) makes a column of a wrong type and truncates...Alexander Barkov2017-05-272-0/+23
| * MDEV-12932 Remove enum Cast_target and use Type_handler to handle CASTAlexander Barkov2017-05-277-256/+280
| * A post-merge fix: loadxml failed on Windows (due to a wrong parameter to my_e...Alexander Barkov2017-05-271-6/+6
| * Merge tag 'mariadb-10.2.6' into bb-10.2-extAlexander Barkov2017-05-26514-5832/+38534
| |\
| | * Additions to 10.2.6 unstable-tests listmariadb-10.2.6Elena Stepanova2017-05-151-8/+9
| | * MDEV-12674 Post-merge fix: Include accidentally omitted changesMarko Mäkelä2017-05-124-8/+54
| | * Merge 10.1 into 10.2Marko Mäkelä2017-05-1215-228/+170
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2017-05-1214-239/+219
| | | |\
| | | | * MDEV-12674 Innodb_row_lock_current_waits has overflowMarko Mäkelä2017-05-1212-233/+214
| | | * | MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-092-16/+16
| | | * | MDEV-12253 post-push fix: buf_read_page_low() can return DB_ERRORMarko Mäkelä2017-05-092-2/+10
| | * | | MDEV-10804 main.stat_tables_par fails sporadically in buildbotMichael Widenius2017-05-114-4/+5
| | * | | Build MyRocks as a plugin (as static compilation doesn't work)Michael Widenius2017-05-111-1/+1
| | * | | MDEV-11197: TrxInInnoDB::is_aborted(const trx_t*): Assertion `srv_read_only_m...Jan Lindström2017-05-102-10/+9
| | * | | MDEV-12776 Do not create the InnoDB temporary tablespace in innodb_read_only ...Marko Mäkelä2017-05-103-12/+12
| | * | | MDEV-12754 innodb.truncate_debug fails in buildbot with embedded due to semap...Sergei Golubchik2017-05-104-4/+4
| | * | | fix 32 bit platform testOleksandr Byelkin2017-05-101-64/+201
| | * | | update to the latest C/C to fix failures on WindowsSergei Golubchik2017-05-101-0/+0
| | * | | skip innodb.innodb_xtradb_compat on WindowsSergei Golubchik2017-05-101-0/+1
| | * | | MDEV-12708 innodb.truncate_purge_debug fails sporadically in buildbotMarko Mäkelä2017-05-101-0/+2
| | * | | MDEV-12679 purge_sys_t::~purge_sys_t(): Assertion `latch.magic_n == 0' failed...Marko Mäkelä2017-05-101-0/+3
| | * | | Fix some integer type mismatch.Marko Mäkelä2017-05-1020-59/+59
| | * | | Fix of emulated variables comments to reflect reality.Oleksandr Byelkin2017-05-103-93/+595
| | * | | MDEV-12762 Some files in current 10.2 tree seem to be reverted to an old stateMarko Mäkelä2017-05-1065-684/+101
| | * | | fix crashes with openssl fips buildsSergei Golubchik2017-05-101-2/+2
| | * | | List of unstable tests for 10.2.6 (initial 10.2 version for GA)Elena Stepanova2017-05-101-375/+273
| | * | | Disable RocksDB tests that fail regularly on buildbot (MDEV-12474)Elena Stepanova2017-05-101-0/+5
| | * | | Update C/C (fix build on Windows)Vladislav Vaintroub2017-05-101-0/+0
| | * | | MDEV-12750 Fix crash recovery of key rotationMarko Mäkelä2017-05-095-42/+35
| | * | | MDEV-12472: InnoDB should accept XtraDB parameters, warning that they are ign...Jan Lindström2017-05-095-0/+1534
| | * | | Added tests for MDEV-11724, MDEV-11725, MDEV-11726.Jan Lindström2017-05-092-0/+118
| | * | | MDEV-10332 support for OpenSSL 1.1 and LibreSSLSergei Golubchik2017-05-0917-284/+297