summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove XString::operator== and !=Sergei Golubchik2018-04-105-19/+23
* change lex_string_eq to return what it saysSergei Golubchik2018-04-103-21/+18
* improve strmake_buf() to detect wrong usage reliablySergei Golubchik2018-04-101-1/+1
* dead code in versioning/common.incSergei Golubchik2018-04-102-28/+0
* dead code - related to vtmdSergei Golubchik2018-04-1036-2658/+55
* remove unused THD::query_start_usedSergei Golubchik2018-04-104-8/+5
* fix detection of "-Wa,-nH" compiler flags on SunOS/i386Sergei Golubchik2018-04-101-3/+4
* Merge pull request #696 from tempesta-tech/tt-10.3-kevgsMarko Mäkelä2018-04-103-65/+0
|\
| * remove dead codeEugene Kosov2018-04-093-65/+0
* | Deb: Fix commit c0f5addecb - also rename .install fileOtto Kekäläinen2018-04-091-0/+0
|/
* MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tablesMarko Mäkelä2018-04-0914-170/+447
|\
| * rename "where" to "row_end_data"Eugene Kosov2018-04-061-5/+5
| * use dedicated heap for upd_node_t::historical_row and corresponding stuff toEugene Kosov2018-04-063-8/+20
| * MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tablesEugene Kosov2018-03-2711-103/+310
| * Vers IB: Mark unversioned fields in system versioning tablesEugene Kosov2018-03-197-28/+39
| * IB: CASCADE operation for DELETEAleksey Midenkov2018-03-1910-151/+198
* | MDEV-13603 innodb_fast_shutdown=0 may fail to purge all historyMarko Mäkelä2018-04-093-22/+22
* | Minor clean-up of purge codeMarko Mäkelä2018-04-083-67/+34
* | Make my_atomic_*lint type-safeMarko Mäkelä2018-04-081-5/+19
* | MDEV-12266 fixup: Fix bug in row_ins_sec_index_entry()Marko Mäkelä2018-04-082-2/+2
* | Deb: Remove versioning of MariaDB Backup and depend on clientOtto Kekäläinen2018-04-071-2/+2
* | MDEV-15348 Failure to load CREATE SEQUENCE...ROW_FORMAT=REDUNDANTMarko Mäkelä2018-04-073-2/+12
* | Fixed wrong argument to my_snprintf()Michael Widenius2018-04-061-1/+2
* | Added test case for MDEV-15742 to prove that it worksMichael Widenius2018-04-062-0/+26
* | Cleanup: renaming methods make_field(Send_field*) to make_send_field(..)Alexander Barkov2018-04-0513-59/+60
* | MDEV-14762 Server crashes in MDL_ticket::has_stronger_or_equal_type upon inse...Michael Widenius2018-04-053-3/+22
* | Misc. typosluz.paz2018-04-0551-91/+91
* | Fix compiler warnings in connectMichael Widenius2018-04-052-1/+2
* | MDEV-15738 Server crashes in my_strcasecmp_utf8 on query from I_S with UNION ...Michael Widenius2018-04-053-6/+97
* | Deb: Make AWS key management plugin a special plugin not in Linux distrosOtto Kekäläinen2018-04-042-18/+22
* | Deb: Build RocksDB only on 64-bit and small endian architecturesOtto Kekäläinen2018-04-041-1/+1
* | Deb: Exclude libnuma-dev as build-dep on armhf where is does not existOtto Kekäläinen2018-04-041-1/+1
* | Deb: Bump epoch to supercede 1:10.1.29-6 in DebianOtto Kekäläinen2018-04-042-1/+7
* | MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotJacob Mathew2018-04-044-46/+105
|\ \
| * | MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotbb-10.3-MDEV-7914Jacob Mathew2018-04-034-46/+105
* | | MDEV-15241: make SIGNAL maximum MESSAGE_TEXT length a larger valueVarun Gupta2018-04-045-17/+18
* | | MDEV-15773 - Simplified away trx_sys_t::m_viewsSergey Vojtovich2018-04-045-120/+41
* | | MDEV-15773 - Simplified away trx_free_for_(mysql|background)Sergey Vojtovich2018-04-0419-129/+96
* | | MDEV-15773 - trx_sys.mysql_trx_list -> trx_sys.trx_listSergey Vojtovich2018-04-0411-185/+77
* | | MDEV-15773 - Simplified away trx_t::in_mysql_trx_listSergey Vojtovich2018-04-047-39/+20
* | | MDEV-15773 - trx_allocate_for_background() -> trx_create()Sergey Vojtovich2018-04-0414-75/+39
* | | Merge 10.2 into 10.3Marko Mäkelä2018-04-0410-43/+409
|\ \ \
| * | | Remove an unused variableMarko Mäkelä2018-04-031-1/+1
| * | | MDEV-15764 InnoDB may write uninitialized garbage to redo logMarko Mäkelä2018-04-031-8/+8
| * | | MDEV-15737 assertion in mariabackup.exe!recv_calc_lsn_on_data_add()Thirunarayanan Balathandayuthapani2018-04-031-1/+2
| * | | MDEV-15579 Crash in Item_field::used_tables() called byGalina Shalygina2018-04-033-0/+211
| * | | MDEV-15636 mariabackup --lock-ddl-per-table hangs if ALTER table is runningVladislav Vaintroub2018-04-014-27/+179
| * | | CMake : Move INNODB_DISALLOW_WRITES from top-level CMakeLists.txt to innodbVladislav Vaintroub2018-04-012-7/+7
* | | | MDEV-15767 innodb.101_compatibility failsMarko Mäkelä2018-04-042-6/+11
* | | | Cleanup in the system variable parsing codeAlexander Barkov2018-04-032-1/+7