summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactoringbb-mdev6915Varun Gupta2019-11-297-205/+313
* MDEV-6915: Allow packed keys and packed values of non-sorted fields in the so...Varun Gupta2019-11-2816-280/+52227
* Cleanup: flst_read_addr(), fil_addr_tMarko Mäkelä2019-11-2812-169/+79
* Merge branch '10.4' into 10.5Vladislav Vaintroub2019-11-278-271/+260
|\
| * MDEV-19781 fixupsVladislav Vaintroub2019-11-278-272/+262
* | Merge 10.4 into 10.5Marko Mäkelä2019-11-2712-127/+720
|\ \ | |/
| * MDEV-20407 mysqld got signal 11; rowid filterIgor Babaev2019-11-262-0/+67
| * MDEV-21148: Assertion index->n_core_fields + n_add >= index->n_fieldsMarko Mäkelä2019-11-264-23/+81
| * MDEV-20056 Assertion `!prebuilt->index->is_primary()' failedIgor Babaev2019-11-263-1/+137
| * MDEV-19781 Create MariaDB named commands on Windowsbb-10.4-MDEV-19781Rasmus Johansson2019-11-265-105/+437
* | Code cleanupsMonty2019-11-262-23/+18
* | MDEV-21152 Bogus debug assertion btr_pcur_is_after_last_in_tree() in ibuf codeMarko Mäkelä2019-11-261-3/+3
* | MDEV-21127 Assertion in key_text::key_text()Aleksey Midenkov2019-11-263-3/+22
* | MDEV-21133 Optimize access to InnoDB page header fieldsMarko Mäkelä2019-11-2612-91/+161
* | MDEV-16264 - Fix assertion `m_queue.empty() && !m_tasks_running' in tpool::ta...Vladislav Vaintroub2019-11-251-1/+16
* | Removed tc_purge() and purge_tables() argumentSergey Vojtovich2019-11-255-14/+10
* | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-2513-80/+27
* | Removed tdc_increment_refresh_version()Sergey Vojtovich2019-11-256-47/+8
* | Merge 10.4 into 10.5Aleksey Midenkov2019-11-2544-216/+722
|\ \ | |/
| * MDEV-20190 Instant operation fails when add column and collation change on no...Marko Mäkelä2019-11-258-23/+129
| * Merge 10.3 into 10.4Aleksey Midenkov2019-11-256-4/+88
| |\
| | * MDEV-21049 Segfault in create federatedx table with empty hostnameAleksey Midenkov2019-11-223-4/+40
| | * MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-2219-87/+271
| | * MDEV-21045 AddressSanitizer: use-after-poison in mem_heap_dup / row_log_table...Eugene Kosov2019-11-213-0/+48
| | * Merge branch '10.2' into 10.3Vlad Lesin2019-11-200-0/+0
| | |\
| | | * MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-1916-55/+13
| * | | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-2520-107/+267
| * | | MDEV-21096 async slave crash with gtid_log_pos table access (#1413)seppo2019-11-257-79/+163
| * | | MDEV-19919 Assertion `!prebuilt->index->is_primary()' failedIgor Babaev2019-11-223-2/+74
| * | | MDEV-20972: `or` alterative operator breaking windows buildSeth Shelnutt2019-11-221-1/+1
* | | | Fix shutdown hang in dict_stats , caused by MDEV-16264mariadb-10.5.0Vladislav Vaintroub2019-11-251-1/+10
* | | | MDEV-21132 Remove buf_page_t::newest_modificationMarko Mäkelä2019-11-2513-451/+291
* | | | MDEV-19903 Setup default partitions for system versioningAleksey Midenkov2019-11-225-209/+169
* | | | MDEV-21062 Do not use popen() in text mode for mysql_upgrade.Vladislav Vaintroub2019-11-221-1/+10
* | | | Fix MTR suppressions in inconsistency voting tests (#1412)Daniele Sciascia2019-11-229-4/+59
* | | | MDEV-21110 Unify turn_parser_debug_on() in sql_yacc.yy and sql_yacc_ora.yyAlexander Barkov2019-11-214-3/+32
* | | | Upgrade accidentally downgraded libmariadbMarko Mäkelä2019-11-211-0/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-2010-29/+135
|\ \ \ \ | |/ / /
| * | | MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-206-27/+101
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-11-204-2/+34
| |\ \ \ | | |/ /
| | * | MDEV-21088: Follow-up fix for ROW_FORMAT=REDUNDANTMarko Mäkelä2019-11-201-1/+1
| | * | MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-201-0/+7
| | * | MDEV-14667 Assertion `used_parts > 0' failed in ha_partition::init_record_pri...Alexey Botchkov2019-11-203-1/+27
* | | | Bison parser cleanups: define yyerror() instead of MYSQLerror()/ORAerror()Alexander Barkov2019-11-202-2/+2
* | | | MDEV-16264 fix unused variable ‘save_psi_thread’Aleksey Midenkov2019-11-201-0/+2
* | | | MDEV-20729 Fix REFERENCES constraint in column definitionAleksey Midenkov2019-11-2020-64/+273
* | | | MDEV-20480 Obsolete internal parser for FK in InnoDBAleksey Midenkov2019-11-2019-1401/+825
* | | | MDEV-21063 Very many test failures on big-endian PowerPCSachin2019-11-191-2/+1
* | | | MDEV-21073 Collect different grammar rules into a single chunkAlexander Barkov2019-11-194-1381/+1627
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-1928-92/+633
|\ \ \ \ | |/ / /