summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Reducing memory when using information schemaMonty2017-11-024-14/+37
* Merge 10.2 into bb-10.2-extMarko Mäkelä2017-11-014-8/+10
|\
| * Write error message ebfore aborting if not all memory is releasedMonty2017-10-311-4/+4
| * Updated help message for long_query_timeMonty2017-10-311-2/+2
| * Fix a type mismatch introduced by the merge commit e0a1c745ec3ed1ec6c0375a2a6...Marko Mäkelä2017-10-301-1/+1
| * Compiler warnings fixed.Alexey Botchkov2017-10-301-1/+3
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-3040-204/+381
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2017-10-252-4/+7
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2017-10-242-4/+7
| | |\
| | | * MDEV-13776 mysqld got signal 11 on delete returningIgor Babaev2017-10-231-1/+2
| | | * MDEV-13607 MariaDB crash in fix_semijoin_strategies_for_picked_join_orderIgor Babaev2017-10-231-3/+5
| * | | Fix a warning on Win64Vladislav Vaintroub2017-10-241-1/+1
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-2438-217/+380
| |\ \ \ | | |/ /
| | * | Various compier warningsSergei Golubchik2017-10-222-6/+2
| | * | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-2239-206/+346
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2017-10-1836-187/+269
| | | |\
| | | | * Bug#26361149 MYSQL SERVER CRASHES AT: COL IN(IFNULL(CONST, COL), NAME_CONST(...mariadb-5.5.58Sergei Golubchik2017-10-171-0/+1
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2017-10-176-34/+31
| | | | |\
| | | | | * Bug#26361149 MYSQL SERVER CRASHES AT: COL IN(IFNULL(CONST,Ajo Robert2017-08-241-1/+7
| | | | | * Bug#26390632: CREATE TABLE CAN CAUSE MYSQL TO EXIT.Nisha Gopalakrishnan2017-08-233-129/+204
| | | | | * Bug#19875294 ASSERTION `SRC' FAILED IN MY_STRNXFRM_UNICODE (SIG 6 -STRINGS/CT...Tor Didriksen2017-08-231-6/+6
| | | | | * Bug#24763131 LOCAL-INFILE DEFAULT SHOULD BE DISABLEDVenkatesh Duggirala2017-08-231-1/+0
| | | | * | MDEV-13937 Aria engine: Internal Error 160 after partition handlingSergei Golubchik2017-10-171-1/+2
| | | | * | MDEV-14056 DROP TEMPORARY TABLE IF EXISTS causes error 1290 with read_only op...Sergei Golubchik2017-10-171-25/+16
| | | | * | MDEV-13912 Can't refer the same column twice in one ALTER TABLESergei Golubchik2017-10-171-3/+42
| | | | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-1721-75/+71
| | | | * | Cleanup usage of DBUG_ASSERTS.Oleksandr Byelkin2017-10-131-2/+1
| | | | * | MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct...Oleksandr Byelkin2017-10-1314-33/+116
| | | | * | Fixed the bug mdev-13135.Igor Babaev2017-10-131-4/+17
| | | | * | MDEV-10892 - rpl.rpl_semi_sync_uninstall_plugin fails with Assertion `0' failureSergey Vojtovich2017-10-132-36/+26
| | | | * | MDEV-9208: Function->Function->View = Mysqld segfault (Server crashes in Depe...Oleksandr Byelkin2017-10-131-1/+5
| | | | * | MDEV-13530 VARBINARY doesn't convert to to BLOB for sizes 65533, 65534 and 65535Alexander Barkov2017-10-131-1/+12
| | | | * | MDEV-13149 -- show function status now works with PAD_CHAR_TO_FULL_LENGTHVesa Pentti2017-10-101-0/+5
| | | | * | MDEV-13972 crash in Item_func_sec_to_time::get_dateAlexander Barkov2017-10-101-3/+12
| | | | * | MDEV-11819 NO_ZERO_IN_DATE: Incorrect generated column valueAlexander Barkov2017-10-061-1/+9
| | | * | | Fix check_role_is_granted for embeddedVicențiu Ciorbaru2017-10-171-35/+39
| | | * | | MDEV-13676: Field "create Procedure" is NULL, even if the the user has role w...Vicențiu Ciorbaru2017-10-113-1/+63
| | | * | | MDEV-9886 Illegal mix of collations with a view comparing a field to a binary...Alexander Barkov2017-10-071-1/+3
| | | * | | Fixed the bug mdev-11574.Igor Babaev2017-10-061-8/+31
| | * | | | MDEV-10802 TIMESTAMP NOT NULL field with explicit_defaults_for_timestamp and ...Alexander Barkov2017-10-141-1/+3
| | * | | | MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1Sergei Golubchik2017-10-092-9/+17
| | * | | | cleanup: is_show_command(thd)Sergei Golubchik2017-10-091-5/+11
| | * | | | MDEV-12705 10.1.18-MariaDB-1~jessie - mysqld got signal 11.Alexey Botchkov2017-10-071-2/+8
| * | | | | Fix a warning on Win64Vladislav Vaintroub2017-10-231-2/+2
| * | | | | Fixed compiler warningsMichael Widenius2017-10-182-6/+9
* | | | | | MDEV-13997 Change Item_bool_rowready_func2 to cache const items at fix time r...Alexander Barkov2017-10-306-109/+184
* | | | | | MDEV-14212 Add Field_row for SP ROW variablesAlexander Barkov2017-10-3013-92/+113
* | | | | | MDEV-14139 Anchored data types for variablesAlexander Barkov2017-10-273-79/+233
* | | | | | A cleanup for MDEV-12007 Allow ROW variables as a cursor FETCH targetAlexander Barkov2017-10-231-2/+2
* | | | | | MDEV-13720 Server crashes in SEQUENCE::write_lock for temporary tablesAleksey Midenkov2017-10-221-0/+5