summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-317-9/+417
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-318-19/+429
| | | |\ \ | | | | |/
| | | | * MDEV-25294 signal handler display coredump on macDavid CARLIER2021-03-301-1/+13
| | | | * MDEV-24923 : Port selected Galera conflict resolution changes from 10.6Jan Lindström2021-03-301-10/+12
| | | | * mallinfo2: whitespace fixDaniel Black2021-03-301-1/+1
| | | | * MDEV-13467: Feature request: Support for ST_Distance_Sphere()bb-10.2-anel-MDEV-13467-gis-feature-v1Anel Husakovic2021-03-271-2/+2
| | | | * MDEV-25272: Wrong function name in error messages upon ST_GeomFromGeoJSON callAnel Husakovic2021-03-271-2/+2
| | | | * MDEV-13467: Feature request: Support for ST_Distance_Sphere()Anel Husakovic2021-03-275-3/+399
| * | | | MDEV-25305: MyRocks: Killing server during RESET MASTER can lose last transac...bb-10.5-mdev25305Sergei Petrunia2021-03-311-0/+2
| * | | | MDEV-25251: main.derived_split_innodb fails on ICC release binarybb-10.5-mdev25251-v2Sergei Petrunia2021-03-311-1/+1
* | | | | MDEV-25305: MyRocks: Killing server during RESET MASTER can lose last transac...Sergei Petrunia2021-03-301-0/+2
* | | | | MDEV-17239 default max_recursive_iterations 4G -> 1000bb-10.6-danielblack-MDEV-17239-default-max_recursive_iterations-1kDaniel Black2021-03-301-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-293-9/+10
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24302: RESET MASTER hangsMarko Mäkelä2021-03-292-6/+5
| * | | | Fixed access to undefined memoryMonty2021-03-281-3/+5
* | | | | MDEV-24325: Optimizer trace doesn't cover LATERAL DERIVEDSergei Petrunia2021-03-292-1/+18
* | | | | MDEV-5536: socket activation info - verboseDaniel Black2021-03-291-15/+22
* | | | | MDEV-5536: add systemd socket activationDaniel Black2021-03-281-5/+152
* | | | | mariadb-tzinfo-to-sql,mariadb-dumpslow as Client componentsDaniel Black2021-03-281-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-277-30/+114
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-277-30/+114
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-274-9/+66
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-272-3/+7
| | | |\ \ | | | | |/
| | | | * Replace mallinfo with mallinfo2 on supported systemsMichael Okoko2021-03-271-2/+6
| | | | * MDEV-24767 Wrong result when forced BNLH is used for join supportedIgor Babaev2021-03-221-1/+1
| | | * | MDEV-25128 Wrong result from join with materialized semi-join andIgor Babaev2021-03-232-6/+59
| | * | | MDEV-21697: Galera assertion !wsrep_has_changes(thd) || (thd->lex->sql_comman...bb-10.4-MDEV-21697mkaruza2021-03-251-1/+2
| | * | | MDEV-24954 : 10.5.9 crashes on int wsrep::client_state::ordered_commit(): Ass...bb-10.4-MDEV-24954Jan Lindström2021-03-251-17/+42
| | * | | MDEV-25206 Crash with CREATE VIEW .. SELECT with non-existing fieldIgor Babaev2021-03-211-2/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-2619-38/+38
|\ \ \ \ \ | |/ / / /
| * | | | MEM_CHECK_DEFINED: replace HAVE_valgrindbb-10.5-danielblack-clang-valgrind-without-memcheck_hDaniel Black2021-03-262-3/+3
| * | | | Fixed wrong usage strlen(), should be sizeof()Monty2021-03-221-1/+1
| * | | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-2216-34/+34
* | | | | purge HAVE_CLOSE_SERVER_SOCK from sql/mysqld.ccDaniel Black2021-03-231-43/+0
* | | | | Fixed crash with listen_sockets when shutdown and kill was run simultaneouslyMonty2021-03-201-7/+6
* | | | | Changed std::vector<MYSQL_SOCKET> listen_sockets to Dynamic_arrayMonty2021-03-202-35/+37
* | | | | Fixed wrong initializations of Dynamic_arrayMonty2021-03-207-10/+14
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-201-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-201-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-201-0/+3
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-191-0/+3
| | | |\ \ | | | | |/
| | | | * MDEV-25112 MIN/MAX aggregation over an indexed column may return wrong resultIgor Babaev2021-03-181-0/+3
* | | | | MDEV-23646: Optimizer trace: optimize_cond() should show ON expression proces...Sergei Petrunia2021-03-191-0/+10
* | | | | MDEV-23645: Optimizer trace: print conditions after substitute_for_best_equal...Sergei Petrunia2021-03-193-1/+30
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-1916-80/+202
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-1916-80/+202
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-1916-80/+202
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-1816-89/+209
| | | |\ \ | | | | |/
| | | | * MDEV-24916 : Assertion `current_stmt_binlog_format == BINLOG_FORMAT_STMT || c...Jan Lindström2021-03-181-8/+12
| | | | * MDEV-24519: Server crashes in Charset::set_charset upon SELECTVarun Gupta2021-03-125-16/+78