summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28268: Server crashes in Expression_cache_tracker::fetch_current_statsSergei Petrunia2022-04-292-1/+8
* MDEV-28201: Server crashes upon SHOW ANALYZE/EXPLAIN FORMAT=JSONSergei Petrunia2022-04-2913-117/+219
* MDEV-28124 Server crashes in Explain_aggr_filesort::print_json_membersOleg Smirnov2022-04-2913-67/+146
* MDEV-27021 Add explicit indication of SHOW EXPLAIN/ANALYZE.Oleg Smirnov2022-04-298-15/+42
* MDEV-27021 Add support of FORMAT=JSON for SHOW ANALYZEOleg Smirnov2022-04-293-16/+30
* MDEV-27021 Implement SHOW ANALYZE commandOleg Smirnov2022-04-2910-23/+81
* MDEV-10000 Add EXPLAIN [FORMAT=JSON] FOR CONNECTION syntax supportOleg Smirnov2022-04-299-13/+79
* Merge 10.8 into 10.9Marko Mäkelä2022-04-2826-1537/+2874
|\
| * Merge 10.7 into 10.8Marko Mäkelä2022-04-2727-1541/+2883
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-04-2625-1526/+2876
| | |\
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-04-261-3/+7
| | | |\
| | | | * Cleanup: Remove IF_VALGRINDMarko Mäkelä2022-04-251-2/+6
| | | | * Do not disable --symbolic-links on Valgrind (or MSAN)Marko Mäkelä2022-04-251-1/+1
| | | * | Merge 10.5 into 10.6Marko Mäkelä2022-04-2125-1481/+2789
| | | |\ \ | | | | |/
| | | | * Merge 10.4 into 10.5Marko Mäkelä2022-04-2124-236/+388
| | | | |\
| | | | | * Merge 10.3 into 10.4Marko Mäkelä2022-04-2125-245/+401
| | | | | |\
| | | | | | * MDEV-24176 fixup: GCC -Wmaybe-uninitializedMarko Mäkelä2022-04-191-1/+1
| | | | | | * MDEV-24176 Server crashes after insert in the table with virtualAleksey Midenkov2022-04-188-85/+168
| | | | | | * MDEV-24176 PreparationsAleksey Midenkov2022-04-187-115/+110
| | | | | | * MDEV-27699 ANALYZE FORMAT=JSON fields are incorrect for UNION ALL queriesOleg Smirnov2022-04-181-18/+20
| | | | | | * An additional patch for MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEF...Alexander Barkov2022-04-141-8/+12
| | | | | | * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2022-04-145-18/+49
| | | | | | |\
| | | | | | | * MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEFAULT` in column definitionAlexander Barkov2022-04-111-8/+12
| | | | | | | * MDEV-27065 Partitioning tables with custom data directories moves data back t...Nayuta Yanagisawa2022-04-081-1/+21
| | | | | | | * Better comments in Item_in_subselect::inject_in_to_exists_cond()Sergei Petrunia2022-04-071-1/+6
| | | | | | | * MDEV-28077 'Wrong create options' error with 'big_tables' enabledOleg Smirnov2022-04-062-2/+3
| | | | | | | * MDEV-24560 SIGSEGV in st_join_table::cleanupOleg Smirnov2022-04-061-7/+7
| | | | | | * | MDEV-28266 Crash in Field_string::type_handler when calling proceduresOleksandr Byelkin2022-04-131-13/+3
| | | | | | * | MDEV-26171: wsrep_sst_receive_address does not parse IPv6 address correctlyJulius Goryavsky2022-04-122-10/+67
| | | | | | * | MDEV-24317 Data race in LOGGER::init_error_log at sql/log.cc:1443 and in LOGG...Sergei Golubchik2022-04-123-16/+7
| | | | | | * | MDEV-28267 ASAN heap-use-after-free in Item_sp::func_name_cstringAlexander Barkov2022-04-094-5/+5
| | | | | | * | MDEV-22282 When using mysqldump to backup a view that contains derived tables...Sergei Golubchik2022-04-091-1/+2
| | | | | | * | MDEV-28253 Mysqldump - INVISIBLE column errorSergei Golubchik2022-04-071-1/+1
| | | | * | | | Merge branch 10.4 into 10.5Daniel Black2022-04-214-882/+2030
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | MDEV-28227 Error message Chinese translationHaidong Ji2022-04-211-864/+2008
| | | | | * | | MDEV-26575 Crash on shutdown after starting an XA transactionDaniele Sciascia2022-04-201-1/+1
| | | | | * | | MDEV-24529 Assertion failed in vers_select_conds_t::printOleg Smirnov2022-04-181-1/+3
| | | | | * | | MDEV-22266: Diagnostics_area::sql_errno() const: AssertionRucha Deodhar2022-04-121-1/+4
| | | * | | | | MDEV-21208: mysql_tzinfo_to_sql does not work in strict modeDaniel Black2022-04-211-4/+8
| | | * | | | | MDEV-28263: mariadb-tzinfo-to-sql improve wsrep and binlog casesDaniel Black2022-04-211-51/+72
| | * | | | | | MDEV-26695: Number of an invalid row is not calculated for table valueRucha Deodhar2022-04-261-2/+4
| | * | | | | | Merge 10.6 into 10.7Marko Mäkelä2022-04-141-13/+3
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | MDEV-28266 Crash in Field_string::type_handler when calling proceduresOleksandr Byelkin2022-04-131-13/+3
* | | | | | | | MDEV-28350: Test failing on buildbot with UBSANRucha Deodhar2022-04-261-28/+40
* | | | | | | | MDEV-28029: No warnings if server starts with "--old"Rucha Deodhar2022-04-201-0/+2
* | | | | | | | MDEV-24920: Merge "old" SQL variable to "old_mode" sql variableRucha Deodhar2022-04-207-9/+42
* | | | | | | | MDEV-20119: Implement the --do-domain-ids, --ignore-domain-ids, and --ignore-...Brandon Nesterenko2022-04-192-63/+338
* | | | | | | | MDEV-27911: Implement range notation for json pathRucha Deodhar2022-04-153-4/+7
* | | | | | | | MDEV-22224: Support JSON Path negative indexRucha Deodhar2022-04-132-27/+85
* | | | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-04-133-1/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /