summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23639 Auto-create does not work under LOCK TABLES or inside triggersbb-10.6-midenok-MDEV-17554Aleksey Midenkov2021-06-057-126/+465
* Vanilla cleanupsAleksey Midenkov2021-06-058-43/+26
* FixesAleksey Midenkov2021-06-0527-261/+833
* MDEV-17554 Auto-create new partition for system versioned tables with history...Aleksey Midenkov2021-04-2230-139/+1907
* Follow-up post JSON_TABLE merge, table_join_options is not usedVicențiu Ciorbaru2021-04-211-4/+2
* Update columnstore to following cleanup of SELECT_LEXVicențiu Ciorbaru2021-04-211-0/+0
* MDEV-25441 WITH TIES is not respected with SQL_BUFFER_RESULT and constant in ...Vicențiu Ciorbaru2021-04-213-1/+52
* MDEV-25430: ROW | ROWS should be a required keyword after OFFSET startVicențiu Ciorbaru2021-04-214-113/+164
* MDEV-23908: Implement SELECT ... OFFSET ... FETCH ...Vicențiu Ciorbaru2021-04-2119-81/+2621
* cleanup: Select_limit_counters rename set_unlimited to clearVicențiu Ciorbaru2021-04-214-6/+20
* cleanup: make_aggr_tables_info pass parameters from existing local variablesVicențiu Ciorbaru2021-04-211-2/+2
* cleanup: test_if_subpart documented to highlight side effectVicențiu Ciorbaru2021-04-211-8/+20
* cleanup: reduce indentation of end_sendVicențiu Ciorbaru2021-04-211-89/+86
* cleanup: remove table_options and corresponding accessor functionVicențiu Ciorbaru2021-04-213-14/+2
* cleanup: Delete unused function Select_limit_counters::is_unrestrictedVicențiu Ciorbaru2021-04-211-2/+0
* cleanup: Refactor select_limit in select lexVicențiu Ciorbaru2021-04-2119-161/+129
* Code cleanup: merge walk_items_for_table_list with walk_table_functions_for_listSergei Petrunia2021-04-211-4/+14
* Merge 10.5 into 10.6Marko Mäkelä2021-04-21187-690/+2115
|\
| * Merge 10.4 into 10.5st-10.5Marko Mäkelä2021-04-211-2/+1
| |\
| | * MDEV-25362 after-merge fix: GCC -Og -Wmaybe-uninitializedMarko Mäkelä2021-04-211-2/+1
| * | Merge 10.4 into 10.5Marko Mäkelä2021-04-21163-3346/+8185
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2021-04-2133-126/+674
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-04-2130-123/+621
| | | |\
| | | | * MDEV-25466 Merge new release of InnoDB 5.7.34 to 10.2Marko Mäkelä2021-04-202-6/+2
| | | | |\
| | | | | * Bug #32032897 DEADLOCKING WAIT GRAPH ON BUSY SERVERAditya A2021-04-201-5/+1
| | | | |/
| | | | * MDEV-25362 Incorrect name resolution for subqueries in ON expressionsprot-10.2Igor Babaev2021-04-175-1/+164
| | | | * MDEV-15064: IO_CACHE mysys read_pos, not libmaria rc_posbb-10.2-danielblack-MDEV-15064-IO_CACHE-read_posRainer Orth2021-04-172-2/+2
| | | | * MDEV-25407: EXISTS subquery with correlation in ON expression crashesbb-10.2-mdev25407Sergei Petrunia2021-04-163-1/+70
| | | | * MDEV-22255 SIGABRT: Assertion `id' failed in trx_write_trx_id on INSERT | Ass...Eugene Kosov2021-04-1510-12/+212
| | | | * MDEV-23026 purge fails with assert !rw_lock_own_flagged(lock, RW_LOCK_FLAG_X...st-10.2-MDEV-23026Thirunarayanan Balathandayuthapani2021-04-151-2/+4
| | | | * update C/CSergei Golubchik2021-04-151-0/+0
| | | | * MDEV-25403 ALTER TABLE wrongly checks for field's default value if AFTER is usedSergei Golubchik2021-04-153-1/+30
| | | | * signal handler, display coredump file pattern similarly to MDEV-25294 but for...David Carlier2021-04-151-3/+3
| | | | * Update mysqlbinlog man page with --table optionIan Gilfillan2021-04-141-2/+19
| | | | * MDEV-25363 binlog_stm_datetime_ranges_mdev15289 failed in bbAlice Sherepa2021-04-142-0/+2
| | | | * MDEV-25354: Fix my_print_defaults wordingIan Gilfillan2021-04-141-1/+1
| | | * | MDEV-25327 Unexpected ER_DUP_ENTRY upon dropping PK column from system-versio...Aleksey Midenkov2021-04-193-2/+49
| | | * | Fix riscv64 build failure by linking correctly with pthreadbb-10.3-ottok-MDEV-23892-pthreadOtto Kekäläinen2021-04-151-0/+1
| | * | | Fix all warnings given by UBSANMonty2021-04-2073-291/+528
| | * | | More fixes to variable wsrep_onDaniele Sciascia2021-04-2011-16/+237
| | * | | MDEV-25423 : Donor node fails to shutdown after mysqldump SSTbb-10.4-MDEV-25423Jan Lindström2021-04-1931-2901/+6401
| | * | | MDEV-22668: "Flush SSL" command doesn't reload wsrep certbb-10.4-MDEV-22668mkaruza2021-04-1516-0/+352
| * | | | MDEV-22757 Assertion !binlog || exist_hton_without_prepare' failed in MYSQL_B...Andrei Elkin2021-04-193-22/+133
| * | | | Fixed failing test spider/bugfix.mdev_22246Monty2021-04-192-2/+2
* | | | | MDEV-17399 JSON_TABLE.Alexey Botchkov2021-04-213-4/+5
* | | | | MDEV-25149 JSON_TABLE: Inconsistency in implicit data type conversion.Alexey Botchkov2021-04-215-33/+146
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-213-3/+76
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-213-5/+6
* | | | | MDEV-25420 JSON_TABLE: ASAN heap-buffer-overflow in Protocol::net_store_data ...Alexey Botchkov2021-04-213-14/+8
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-218-61/+147