summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Removed tc_purge() and purge_tables() argumentSergey Vojtovich2019-11-255-14/+10
* Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-2512-79/+26
* Removed tdc_increment_refresh_version()Sergey Vojtovich2019-11-256-47/+8
* Merge 10.4 into 10.5Aleksey Midenkov2019-11-2515-88/+142
|\
| * MDEV-20190 Instant operation fails when add column and collation change on no...Marko Mäkelä2019-11-251-1/+5
| * MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-2512-83/+119
| * MDEV-21096 async slave crash with gtid_log_pos table access (#1413)seppo2019-11-251-1/+11
| * MDEV-19919 Assertion `!prebuilt->index->is_primary()' failedIgor Babaev2019-11-221-2/+6
| * MDEV-20972: `or` alterative operator breaking windows buildSeth Shelnutt2019-11-221-1/+1
* | MDEV-19903 Setup default partitions for system versioningAleksey Midenkov2019-11-221-5/+24
* | MDEV-21110 Unify turn_parser_debug_on() in sql_yacc.yy and sql_yacc_ora.yyAlexander Barkov2019-11-214-3/+32
* | Merge 10.4 into 10.5Marko Mäkelä2019-11-201-1/+4
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2019-11-201-1/+4
| |\
| | * MDEV-14667 Assertion `used_parts > 0' failed in ha_partition::init_record_pri...Alexey Botchkov2019-11-201-1/+4
* | | 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-204-52/+97
* | | MDEV-20480 Obsolete internal parser for FK in InnoDBAleksey Midenkov2019-11-208-0/+21
* | | 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-195-14/+44
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2019-11-193-11/+41
| |\ \ | | |/
| | * Fix compile failure on Windows: use explicit type castsbb-10.3-mdev20611Sergei Petrunia2019-11-161-3/+3
| | * MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" e...Sergei Petrunia2019-11-153-11/+41
| * | Fix a couple of clang-cl warningsVladislav Vaintroub2019-11-152-2/+2
* | | MDEV-21064 Add a new class sp_expr_lex and a new grammar rule expr_lexbb-anel-json-v2-alter_force-10.3Alexander Barkov2019-11-165-218/+223
* | | MDEV-16264 prerequisite patch, ha_preshutdown.Vladislav Vaintroub2019-11-153-1/+32
* | | MDEV-16264 - prerequisite patch - true background THDsVladislav Vaintroub2019-11-151-0/+106
* | | MDEV-16264 prerequisite patch, enable thr_timer in embeddedVladislav Vaintroub2019-11-151-4/+0
* | | Merge 10.4 into 10.5Marko Mäkelä2019-11-144-23/+55
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2019-11-141-1/+16
| |\ \ | | |/
| | * MDEV-20646: 10.3.18 is slower than 10.3.17Sergei Petrunia2019-11-131-1/+16
| * | MDEV-20707: Missing memory barrier in parallel replication error handler in w...Sujatha2019-11-143-22/+39
* | | Merge 10.4 into 10.5Marko Mäkelä2019-11-131-0/+6
|\ \ \ | |/ /
| * | cleanup: replace List_iterator(_fast) in handler0alter.ccEugene Kosov2019-11-131-0/+6
* | | MDEV-21043 Collect different bison %type declarations into a single chunkAlexander Barkov2019-11-132-37/+53
* | | Merge 10.4 into 10.5Marko Mäkelä2019-11-126-62/+103
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2019-11-124-5/+25
| |\ \ | | |/
| | * merge 10.2->10.3 with conflict resolutionsAndrei Elkin2019-11-114-5/+25
| | |\
| | | * manual merge 10.1->10.2Andrei Elkin2019-11-114-5/+27
| | | |\
| | | | * MDEV-19376 Repl_semi_sync_master::commit_trx assertion failure: ... || !m_act...Andrei Elkin2019-11-101-1/+5
| | | | * MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1Varun Gupta2019-11-073-4/+22
| * | | | MDEV-20297 Support C++11 range-based for loop for List<T>Eugene Kosov2019-11-122-57/+78
* | | | | MDEV-21023 Move LEX methods and related functions from sql_yacc.yy to sql_lex.ccAlexander Barkov2019-11-123-514/+518
* | | | | MDEV-20854: ANALYZE for statements: not clear where the time is spentSergei Petrunia2019-11-1211-35/+115
* | | | | Compilation fix with partitioning off (MDEV-17553)Aleksey Midenkov2019-11-071-95/+96
* | | | | MDEV-17553 Enable setting start datetime for interval partitioned history of ...Aleksey Midenkov2019-11-077-53/+139
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-072-0/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-062-0/+11
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-11-062-0/+11
| | |\ \ \ | | | |/ /