summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | | Use get_ident_len in heartbeat event error messagesMarkus Mäkelä2020-01-131-2/+2
| | | | | * | | | | | InnoDB 5.6.47 and XtraDB 5.6.46-86.2Marko Mäkelä2020-01-175-8/+8
| | | | * | | | | | | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2020-01-205-21/+39
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | - Fix MDEV-21450Olivier Bertrand2020-01-123-9/+19
| | | | | * | | | | | | Make LIKE_FUNC only for version >= 10.2 in ha_connect.ccOlivier Bertrand2019-12-101-0/+2
| | | | | * | | | | | | Fix reldef.cpp (wrong flag for catalog columns)Olivier Bertrand2019-12-041-6/+4
| | | | | * | | | | | | Fix tabrest.cpp when used for OEMOlivier Bertrand2019-12-031-8/+9
| | | | | * | | | | | | Make restGetFile extern COlivier Bertrand2019-12-033-4/+8
| | | | | * | | | | | | comment out <dlfnc.h> in tabrest.cppcOlivier Bertrand2019-12-011-3/+3
| | | | | * | | | | | | <dlfnc.h> in tabrest.cpp and redef.cppOlivier Bertrand2019-12-012-4/+4
| | | | | * | | | | | | Add include <dlfnc.h> in tabrest.cppOlivier Bertrand2019-11-301-1/+4
| | | | * | | | | | | | MDEV-21532 : galera.galera_rsu_drop_pk MTR failed: Result content mismatchJan Lindström2020-01-203-36/+43
| | * | | | | | | | | | MDEV-21539 Assertion ...prtype... failed in row_log_table_apply_convert_mrecMarko Mäkelä2020-01-213-5/+54
| | * | | | | | | | | | MDEV-20821 parallel slave server shutdown hangAndrei Elkin2020-01-214-0/+266
| | * | | | | | | | | | silence a warning in WolfSSL.Vladislav Vaintroub2020-01-211-1/+1
| | * | | | | | | | | | compilation fixes for new wolfsslSergei Golubchik2020-01-202-0/+4
| | * | | | | | | | | | new wolfssl v4.3.0-stableOleksandr Byelkin2020-01-201-0/+0
| * | | | | | | | | | | Fixing a compilation failure of Windows (introduced in MDEV-21581)Alexander Barkov2020-01-281-1/+1
| * | | | | | | | | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-28118-1025/+1416
* | | | | | | | | | | | Fix some GCC 9.2.1 -Wconversion on 64-bitMarko Mäkelä2020-01-282-14/+13
* | | | | | | | | | | | MDEV-21351 Replace recv_sys.heap with list of buf_block_tThirunarayanan Balathandayuthapani2020-01-282-3/+3
* | | | | | | | | | | | MDEV-21351 Replace recv_sys.heap with list of buf_block_tThirunarayanan Balathandayuthapani2020-01-282-16/+63
* | | | | | | | | | | | Update copyright years, and clean up some thingsMarko Mäkelä2020-01-284-107/+55
* | | | | | | | | | | | MDEV-21351 Replace recv_sys.heap with list of buf_block_tThirunarayanan Balathandayuthapani2020-01-285-77/+172
|/ / / / / / / / / / /
* | | | | | | | | | | Changed Travis to 10.5Rasmus Johansson2020-01-271-1/+1
* | | | | | | | | | | cleanup redo logEugene Kosov2020-01-243-51/+113
* | | | | | | | | | | MDEV-16678: Ignore #sql-ib tables in --suite=partsMarko Mäkelä2020-01-243-26/+42
* | | | | | | | | | | redo log mics fixesEugene Kosov2020-01-235-28/+9
* | | | | | | | | | | MDEV-21551 : Assertion `m_active_threads.size() >= m_long_tasks_count + m_wa...Vladislav Vaintroub2020-01-231-2/+3
* | | | | | | | | | | MDEV-21344: Uninitialized tbl_buf in dict_acquire_mdl_shared<false>()Thirunarayanan Balathandayuthapani2020-01-231-6/+3
* | | | | | | | | | | MDEV-21551 Fix race condition in thread_pool_generic::wait_begin()Vladislav Vaintroub2020-01-221-2/+14
* | | | | | | | | | | fix aligned memcpy()-like functions usageEugene Kosov2020-01-2311-32/+38
* | | | | | | | | | | Cleanup: Make Bounds_checked_array default-constructibleMarko Mäkelä2020-01-221-3/+4
* | | | | | | | | | | MDEV-21542: main.order_by_pack_big fails sporadically with wrong resultVarun Gupta2020-01-222-207/+207
* | | | | | | | | | | MDEV-21551: Fix -Wsign-compareMarko Mäkelä2020-01-221-3/+3
* | | | | | | | | | | MDEV-21263: Fix -Wclass-memaccessMarko Mäkelä2020-01-221-1/+1
* | | | | | | | | | | MDEV-21541: main.sum_distinct-big fails with Assertion `m_buffer_end == __nul...Varun Gupta2020-01-221-2/+2
* | | | | | | | | | | MDEV-21537 InnoDB INFORMATION_SCHEMA tables fail to define DEFAULT for ENUM N...Alexander Barkov2020-01-2217-31/+123
* | | | | | | | | | | MDEV-21551 Fix calculation of current concurrency level inVladislav Vaintroub2020-01-221-0/+2
* | | | | | | | | | | MDEV-21548 Explicitly declare sql_bultins library STATIC.Vladislav Vaintroub2020-01-211-1/+1
* | | | | | | | | | | MDEV-21263: Use C++11 default constructorMarko Mäkelä2020-01-211-17/+15
* | | | | | | | | | | MDEV-21544 instrument sync_array waits with tpool::wait_begin/endVladislav Vaintroub2020-01-211-0/+2
* | | | | | | | | | | Fix a compilation issueVarun Gupta2020-01-211-1/+0
* | | | | | | | | | | After-merge fixMarko Mäkelä2020-01-211-2/+2
* | | | | | | | | | | MDEV-21263: Allow packed values of non-sorted fields in the sort bufferVarun Gupta2020-01-2117-434/+1636
* | | | | | | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-01-20295-1062/+4823
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | MDEV-17062: Fix a typo in an error messageMarko Mäkelä2020-01-201-3/+1
| * | | | | | | | | | MDEV-17062 : Test failure on galera.MW-336Jan Lindström2020-01-204-12/+38
| * | | | | | | | | | Merge 10.3 into 10.4Marko Mäkelä2020-01-20261-964/+3750
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Merge 10.2 into 10.3Marko Mäkelä2020-01-204-22/+21
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /