summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Move all kill mutex protection to LOCK_thd_killMonty2017-12-0813-113/+101
* Don't wait too long in SHOW PROCESSLISTMonty2017-12-081-78/+126
* Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-084-14/+41
|\
| * MDEV-14401: Stored procedure that declares a handler that catches ER_LOCK_DEA...Jan Lindström2017-12-071-12/+21
| * MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-073-2/+20
* | MDEV-14228 MariaDB crashes with functionAlexander Barkov2017-12-072-3/+20
* | Fix failing test mysql_client_testMonty2017-12-071-15/+18
* | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-011-5/+19
|\ \ | |/
| * Fix a Bison warning about semantic type clash in default actionMarko Mäkelä2017-12-011-1/+1
| * MDEV-13384: "window" seems like a reserved column name but it's not listed as...Vicențiu Ciorbaru2017-11-291-5/+19
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-2924-166/+551
|\ \ | |/
| * Windows, generic threadpool cleanupsVladislav Vaintroub2017-11-281-52/+77
| * MDEV-13550 Copy ctor instread of memcpy() in partition_info::get_clone() (#436)Aleksey Midenkov2017-11-221-2/+1
| * remove dead codeSergei Golubchik2017-11-221-2/+3
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-11-2120-110/+469
| |\
| | * never add new error messages to old GA releases!Sergei Golubchik2017-11-191-5/+3
| | * Fix the build on OpenBSD (#488)David Carlier2017-11-171-1/+1
| | * MDEV-9510 Segmentation fault in binlog thread causes crashAndrei Elkin2017-11-151-2/+20
| | * MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-1512-75/+398
| | * MDEV-13936: Server crashes in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2017-11-141-19/+23
| | * MDEV-14205 Windows : fix race condition writing into error log and setvbufmariadb-10.1.29Vladislav Vaintroub2017-11-131-3/+0
| | * Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2017-11-104-5/+30
| | |\
| | | * MW-406 Bumped up the wsrep patch version (5.6.37-25.21)Teemu Ollakka2017-11-081-1/+2
| | | * MW-399 Freeing wsrep_status_vars, before provider is released.sjaakola2017-11-081-1/+8
| | | * MW-402 cascading FK issuessjaakola2017-11-081-0/+3
| | | * MW-394Jan Lindström2017-11-081-2/+2
| | | * MW-394sjaakola2017-11-081-4/+6
| | | * MW-388 Remove unnecessary conditionsDaniele Sciascia2017-11-081-2/+0
| | | * MW-388 Fix conflict handling of SPs with DECLARE ... HANDLERJan Lindström2017-11-081-2/+2
| | | * MW-388 Fix conflict handling of SPs with DECLARE ... HANDLERDaniele Sciascia2017-11-081-0/+20
| | | * Merge tag 'mariadb-10.0.33' into bb-10.0-galerabb-10.0-sachin-galeraSachin Setiya2017-11-0347-287/+560
| | | |\
| | * | \ Merge branch '10.0' into 10.1Sergei Golubchik2017-11-101-1/+1
| | |\ \ \
| | | * | | typoSergei Golubchik2017-11-091-1/+1
* | | | | | MDEV-14467 Item_param: replace {INT|DECIMAL|REAL|STRING|TIME}_VALUE with Type...Alexander Barkov2017-11-295-236/+343
* | | | | | MDEV-14517 Cleanup for Item::with_subselect and Item::has_subquery()Alexander Barkov2017-11-2814-32/+49
* | | | | | MDEV-14494 Move set_param_xxx() in sql_prepare.cc to methods in Item_param an...Alexander Barkov2017-11-245-186/+294
* | | | | | MDEV-14454 Binary protocol returns wrong collation ID for SP OUT parametersAlexander Barkov2017-11-216-64/+48
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-2010-7/+98
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-14435 Different UNSIGNED flag of out user variable for YEAR parameter fo...Alexander Barkov2017-11-181-0/+1
| * | | | | MDEV-14434 Wrong result for CHARSET(CONCAT(?,const))Alexander Barkov2017-11-181-0/+5
| * | | | | MDEV-14402 JSON_VALUE doesn't escape quote.Alexey Botchkov2017-11-161-4/+6
| * | | | | MDEV-13453: Executing a query via CTE requires more permissions than the quer...Oleksandr Byelkin2017-11-151-1/+2
| * | | | | Fixed bug mdev-13453 Executing a query via CTE requires more permissionsIgor Babaev2017-11-143-1/+14
| * | | | | MDEV-11881 Empty coordinates must be rejected in GeoJSON objects.Alexey Botchkov2017-11-144-1/+41
| * | | | | Fixed MDEV-13994 Bad join results with orderby_uses_equalities=on.Igor Babaev2017-11-101-1/+30
* | | | | | MDEV-14415 Add Oracle-style FOR loop to sql_mode=DEFAULTAlexander Barkov2017-11-168-36/+174
* | | | | | MDEV-14404 Don't use LEX::check_exists in ALTER SEQUENCEAlexander Barkov2017-11-154-8/+10
* | | | | | MDEV-12846 sql_mode=ORACLE: using Oracle-style placeholders in direct query e...Alexander Barkov2017-11-151-0/+5
* | | | | | MDEV-14388 Server crashes in handle_select / val_uint in ORACLE modeAlexander Barkov2017-11-141-0/+6
* | | | | | MDEV-14376 Explicit CAST(CHAR(N)) erroneously escalates warnings to errors in...Alexander Barkov2017-11-134-4/+23