summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12642: Build deb source packages on buildbot, just not on Travis-CIOtto Kekäläinen2018-01-161-3/+11
* Deb: Fix spelling etc Lintian complaintsOtto Kekäläinen2018-01-163-11/+14
* Deb: switch from usr/include/mysql to usr/include/mariadbOtto Kekäläinen2018-01-164-3/+3
* Deb: Install missing man pagesOtto Kekäläinen2018-01-162-0/+11
* Deb: Match official Debian package libmariadb-dev-compatOtto Kekäläinen2018-01-166-10/+37
* Deb: Simplify libmariadb.so.3 linksOtto Kekäläinen2018-01-161-5/+5
* Deb: Split libmysqlclient19/20 compat links into a separate packageOtto Kekäläinen2018-01-163-8/+23
* Deb: Add missing files to packagesOtto Kekäläinen2018-01-165-2/+3
* Deb: Re-remove unnecessary version suffixes from package namesOtto Kekäläinen2018-01-163-2/+5
* Deb: Re-rename *.files into *.installOtto Kekäläinen2018-01-161-0/+0
* Deb: Recover include/mariadb wrongly removed in commit 9b10b4181f70634cOtto Kekäläinen2018-01-161-0/+1
* Deb: sync architecture restrictions from packaging in Debian officialOtto Kekäläinen2018-01-162-8/+3
* Fix commit 9631d933fbc2ec99874 so Travis CI doesn't failOtto Kekäläinen2018-01-161-0/+6
* Fix Windows buildVladislav Vaintroub2018-01-163-3/+3
* MDEV-14952 Avoid repeated calls to btr_get_search_latch()Marko Mäkelä2018-01-159-325/+270
* MDEV-14952 Avoid repeated calls to btr_get_search_latch()Marko Mäkelä2018-01-152-5/+2
* btr_search_check_guess(): Remove the parameter 'mode'Marko Mäkelä2018-01-151-18/+12
* MDEV-14441 Deadlock due to InnoDB adaptive hash indexMarko Mäkelä2018-01-151-112/+36
* MDEV-14441 Deadlock due to InnoDB adaptive hash indexMarko Mäkelä2018-01-151-21/+3
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-1522-302/+361
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-151-22/+26
| |\
| | * MDEV-14441 InnoDB hangs when setting innodb_adaptive_hash_index=OFF during UP...Marko Mäkelä2018-01-151-22/+26
| * | Fixed compiler warnings in guess_malloc_libraryMonty2018-01-151-6/+7
| * | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-1522-283/+338
| |\ \ | | |/
| | * Fix -Wsign-compare introduced by Compilation speed (#546)Marko Mäkelä2018-01-151-2/+3
| | * Merge 10.1 into 10.2Marko Mäkelä2018-01-152-6/+7
| | |\
| | | * Fix a test that always failed on --embeddedMarko Mäkelä2018-01-152-5/+7
| | * | Update .result for rocksdb.rpl_row_triggers (not the whole test works yet)Sergei Petrunia2018-01-151-3/+47
| | * | MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 6)Marko Mäkelä2018-01-153-226/+211
| | * | MDEV-12121 follow-up: Unbreak the WITH_INNODB_AHI=OFF buildMarko Mäkelä2018-01-157-20/+49
| | * | Compilation speed (#546)Eugene Kosov2018-01-149-28/+23
* | | | MDEV-14655 Assertion `!fts_index' failed in prepare_inplace_alter_table_dictMarko Mäkelä2018-01-153-43/+35
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-132-4/+4
|\ \ \ \ | |/ / /
| * | | Do not truncate integers on 32-bit systems in Rows_event_trackerMarko Mäkelä2018-01-132-4/+4
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-1320-52/+413
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-1314-41/+91
| |\ \ \ | | |/ /
| | * | MDEV-14887 On a 32-bit system, MariaDB 10.2 mishandles data file sizes exceed...Marko Mäkelä2018-01-131-14/+10
| | * | Fixed BUILD scriptsMonty2018-01-132-1/+7
| | * | Merge branch 'bb-10.2-mariarocks' into 10.2Sergei Petrunia2018-01-133-1/+5
| | |\ \
| | | * | rocksdb.information_schema testcase is not stableSergei Petrunia2018-01-131-1/+1
| | | * | Attempt to eliminate race conditions in rocksdb.information_schemaSergei Petrunia2018-01-122-0/+4
| | * | | Added a missing result file to the rocksdb_sys_vars result suiteVarun Gupta2018-01-122-0/+8
| | |/ /
| | * | Change MyRocks maturity from Alpha to BetaSergei Petrunia2018-01-122-13/+13
| | * | MDEV-14372: Fix and enable rocksdb.information_schema testSergei Petrunia2018-01-127-13/+47
| * | | Cleanup UT_LOW_PRIORITY_CPU/UT_RESUME_PRIORITY_CPUSergey Vojtovich2018-01-135-29/+10
| * | | Added checking that row events ends with a proper end blockAndrei Elkin2018-01-115-10/+321
| * | | Removed wrong DBUG_DUMP that accessed not initialized memory.Monty2018-01-111-1/+1
* | | | MDEV-14935 Remove bogus conditions related to not redo-logging PAGE_MAX_TRX_I...Marko Mäkelä2018-01-123-19/+17
* | | | Minor spelling fixes in code comments, docs and outputOtto Kekäläinen2018-01-1221-32/+32
* | | | After-merge fix to innodb.log_corruptionMarko Mäkelä2018-01-112-4/+11