summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-28147-491/+545
* MDEV-13384 Fix Windows warnings. thd_alloc functions now use size_t parametersVladislav Vaintroub2017-09-289-89/+89
* MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-28125-1040/+1053
* Avoid implicit conversion from unsigned to signedMarko Mäkelä2017-09-281-1/+1
* Added missing test if table is transactional or not in AriaMonty2017-09-281-0/+1
* bump the VERSIONDaniel Bartholomew2017-09-271-1/+1
* Fixed compiler warningMonty2017-09-271-5/+5
* Correct test output after variable comment changeMonty2017-09-273-3/+3
* Fix buildbot error on windows.Vladislav Vaintroub2017-09-272-55/+69
* fix a data raceEugene Kosov2017-09-271-41/+2
* Moved autosetting of host_cache_size and back_log to proper placebb-10-3-markoMonty2017-09-267-24/+45
* 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
* | | 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