summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-25140-325/+860
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-2516-200/+200
| |\
| | * MDEV-13256 innodb.truncate_debug fails in buildbotMarko Mäkelä2017-09-252-4/+11
| | * Merge 10.1 into 10.2Marko Mäkelä2017-09-259-40/+54
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2017-09-257-30/+28
| | | |\
| | | | * Cherry-pick the MDEV-13898 test changes from 10.2 to 10.0Marko Mäkelä2017-09-252-2/+14
| | | | * MDEV-13899 IMPORT TABLESPACE may corrupt ROW_FORMAT=REDUNDANT tablesMarko Mäkelä2017-09-242-16/+8
| | | | * Fix compile with -DWITHOUT_DYNAMIC_PLUGINS on UnixVladislav Vaintroub2017-09-232-11/+5
| | | * | MDEV-8840: ANALYZE FORMAT=JSON produces wrong data with BKAVarun Gupta2017-09-242-3/+6
| | | * | MDEV-11846: ERROR 1114 (HY000) table full when performing GROUP BYVarun Gupta2017-09-241-8/+33
| | | * | Updated list of unstable tests for 10.1.27 releasemariadb-10.1.27Elena Stepanova2017-09-221-67/+107
| | | * | update rdiff after mergeSergei Golubchik2017-09-221-1/+1
| | | * | Merge 10.0 into 10.1Marko Mäkelä2017-09-221-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2017-09-221-1/+1
| | * | | README.md - Secure (HTTPS) LinksWill2017-09-251-3/+3
| | * | | MDEV-13898 Corruption during online table-rebuilding ALTER of ROW_FORMAT=REDU...mariadb-10.2.9Marko Mäkelä2017-09-253-7/+17
| | * | | Updated list of unstable tests for 10.2.9Elena Stepanova2017-09-221-146/+115
| * | | | MDEV-11553 Can't restore a PERSISTENT column that uses DATE_FORMAT()Sergei Golubchik2017-09-2316-67/+222
| * | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-09-23104-162/+459
| |\ \ \ \ | | |/ / /
| | * | | shut out Connect cmake-time warning about missing Findlibmondgodoc.cmakeSergei Golubchik2017-09-221-1/+1
| | * | | bugfix: copy timestamps correctly in INSERT...SELECTSergei Golubchik2017-09-223-20/+57
| | * | | bugfix: ALTER TABLE and TIMESTAMPs around DST change timeSergei Golubchik2017-09-222-0/+22
| | * | | MDEV-13868 cannot insert 1288481126 in a timestamp column in Europe/MoscowSergei Golubchik2017-09-226-32/+31
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-09-2290-100/+294
| | |\ \ \ | | | |/ /
| | | * | bugfix: copy timestamps correctly in INSERT...SELECTSergei Golubchik2017-09-215-7/+69
| | | * | MDEV-12672 Replicated TIMESTAMP fields given wrong value near DST changeSergei Golubchik2017-09-215-1/+120
| | | * | MDEV-13208 Cannot import libmariadbclient.so.18 from pythonSergei Golubchik2017-09-212-0/+13
| | | * | Merge branch '10.0' into 10.1Sergei Golubchik2017-09-2187-95/+144
| | | |\ \ | | | | |/
| | | | * MDEV-13861 Assertion `0' failed in Protocol::end_statementSergei Golubchik2017-09-213-1/+18
| | | | * CONNECT: compilation fixSergei Golubchik2017-09-211-1/+1
| | | | * Add have_debug.inc to skip the test faster in non-debug buildsMarko Mäkelä2017-09-211-0/+1
| | | | * cleanup: TABLE_LIST::view_check_optionSergei Golubchik2017-09-211-17/+20
| | | | * MDEV-12290 Wrong timestamps in binary log causes replication issuesSachin Setiya2017-09-211-1/+3
| | | | * MDEV-13290: Assertion Assertion `!is_set() || (m_status == DA_OK_BULK && is_b...Sergei Golubchik2017-09-202-4/+29
| | | | * include/master-slave.inc must always be included lastSergei Golubchik2017-09-2075-75/+75
| | | | * connect fixes after-mergeSergei Golubchik2017-09-204-5/+5
| | | | * remove an empty file with a wrong nameSergei Golubchik2017-09-201-0/+0
| | | * | MDEV-10767 /tmp/wsrep_recovery.${RANDOM} file created in unallowed SELinux co...sachin2017-09-212-4/+4
| | * | | CMake : Do not use FindPkgConfig on WindowsVladislav Vaintroub2017-09-211-3/+2
| | * | | Fix that FLUSH TABLES FOR EXPORT also works for Aria tables.Monty2017-09-215-1/+43
| | * | | Correct debug assertionsMarko Mäkelä2017-09-211-3/+2
| | * | | page_rec_is_leaf(): Fix sign mismatch warningsMarko Mäkelä2017-09-211-2/+2
| | * | | Fix bogus rec_get_offsets() debug assertion failures for ROW_FORMAT=REDUNDANTMarko Mäkelä2017-09-212-5/+10
| | * | | Avoid comparison of unsigned to signedMarko Mäkelä2017-09-211-1/+1
| * | | | compiler warningSergei Golubchik2017-09-231-1/+1
| * | | | cleanup: remove a duplicate check for GIT_EXECUTABLESergei Golubchik2017-09-231-2/+3
| * | | | ignore generated fileSergei Golubchik2017-09-231-0/+1
| * | | | Fixing a few -Wconversion warningsAlexander Barkov2017-09-2311-50/+96
* | | | | Clarify a commentMarko Mäkelä2017-09-232-4/+5
* | | | | Relax a too strict debug assertionMarko Mäkelä2017-09-231-1/+3