summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | MDEV-13584 Assertion `!part_elem->tablespace_name && !table_create_info->tabl...Alexey Botchkov2018-04-171-2/+0
* | | | | | | | MDEV-15889 Semisync ack thread hits an LOCK_plugin assert at shutdownAndrei Elkin2018-04-171-3/+3
* | | | | | | | Ensure that max_local_memory_used is initializedMichael Widenius2018-04-161-0/+2
* | | | | | | | Remove not needed calls to print_errorMichael Widenius2018-04-163-16/+5
* | | | | | | | Remove compiler warningsMichael Widenius2018-04-167-10/+12
* | | | | | | | MDEV-15796 MariaDB crashes on startup with semisync master enabledAndrei Elkin2018-04-131-7/+13
* | | | | | | | MDEV-15580: Assertion `!lex->explain' failed in lex_start(THD*):Jan Lindström2018-04-131-1/+7
* | | | | | | | MDEV-15728 main.thread_id_overflow fails in ps-protocolSergei Golubchik2018-04-121-1/+1
* | | | | | | | Merge remote-tracking branch '10.2' into 10.3Vicențiu Ciorbaru2018-04-1217-127/+145
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fixed mdev-15765 BETWEEN not working in certain casesIgor Babaev2018-04-101-0/+10
| * | | | | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-1013-76/+120
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2018-04-0710-19/+35
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | Update contributorsIan Gilfillan2018-04-051-2/+1
| | | * | | | | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2018-04-033-0/+7
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | |
| | | | * | | | MDEV-15630 uuid() function evaluates at wrong time in queryAlexander Barkov2018-04-031-0/+1
| | | | * | | | MDEV-11274: Executing EXPLAIN of complex query over join limit causes server ...Varun Gupta2018-03-271-0/+1
| | | | * | | | MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a triggerAlexander Barkov2018-03-271-0/+5
| | | * | | | | increase upper value of max_prepared_stmt_count to UINT32_MAXDaniel Black2018-04-034-7/+7
| | | * | | | | MDEV-9744: session optimizer_use_condition_selectivity=5 causing SQL Error (1...Varun Gupta2018-04-022-6/+34
| | | * | | | | MDEV-15619 using CONVERT() inside AES_ENCRYPT() in an UPDATE corrupts dataAlexander Barkov2018-03-262-6/+17
| | * | | | | | MDEV-14705: slow innodb startup/shutdown can exceed systemd timeoutDaniel Black2018-04-061-3/+3
| | * | | | | | MDEV-13549 Fix and re-enable MTR test galera.MW-284Daniele Sciascia2018-04-051-2/+4
| | * | | | | | MW-405 Remove redundant conditionsDaniele Sciascia2018-04-031-14/+16
| | * | | | | | Fixed compiler warningMonty2018-03-261-1/+1
| | * | | | | | Adjust table_open_cache to avoid getting error 24 (too many open files)Monty2018-03-264-37/+67
| * | | | | | | MDEV-15833 Row format replication between LONGBLOB and MEDIUMBLOB does not wo...Alexander Barkov2018-04-102-50/+21
| * | | | | | | MDEV-15769: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'...Sergei Petrunia2018-04-071-1/+2
| * | | | | | | MDEV-12466 : Assertion `thd->transaction.stmt.is_empty() || thd->in_sub_stmt ...Sergei Petrunia2018-04-071-0/+2
* | | | | | | | MDEV-15821 Row format replication from LONGBLOB COMPRESSED to LONGBLOB does n...Alexander Barkov2018-04-101-1/+4
* | | | | | | | MDEV-15413 Unexpected errors upon CREATE TABLE .. WITH SYSTEM VERSIONING AS S...Sergei Golubchik2018-04-107-170/+56
* | | | | | | | MDEV-15427 IB: TRX_ID based operations inside transaction generate historyAleksey Midenkov2018-04-101-3/+1
* | | | | | | | MDEV-15391 Server crashes in JOIN::fix_all_splittings_in_plan or Assertion `j...Sergei Golubchik2018-04-103-48/+16
* | | | | | | | MDEV-15378 Valid query causes invalid view definition due to syntax limitatio...Sergei Golubchik2018-04-101-5/+3
* | | | | | | | MDEV-15062 Information Schema COLUMNS Table does not show system versioning i...Eugene Kosov2018-04-101-0/+6
* | | | | | | | wording: don't prohibitSergei Golubchik2018-04-101-3/+3
* | | | | | | | MDEV-14790 System versioning for system tables does not work as expectedAleksey Midenkov2018-04-103-6/+12
* | | | | | | | fix comparison of row_start/row_endSergei Golubchik2018-04-102-6/+6
* | | | | | | | cleanup: remove XString::operator== and !=Sergei Golubchik2018-04-105-19/+23
* | | | | | | | change lex_string_eq to return what it saysSergei Golubchik2018-04-103-21/+18
* | | | | | | | dead code - related to vtmdSergei Golubchik2018-04-1027-1444/+54
* | | | | | | | remove unused THD::query_start_usedSergei Golubchik2018-04-104-8/+5
* | | | | | | | remove dead codeEugene Kosov2018-04-091-60/+0
* | | | | | | | MDEV-15364 FOREIGN CASCADE operations in system versioned referenced tablesMarko Mäkelä2018-04-092-13/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | IB: CASCADE operation for DELETEAleksey Midenkov2018-03-192-13/+14
* | | | | | | | | Cleanup: renaming methods make_field(Send_field*) to make_send_field(..)Alexander Barkov2018-04-0512-58/+59
* | | | | | | | | MDEV-14762 Server crashes in MDL_ticket::has_stronger_or_equal_type upon inse...Michael Widenius2018-04-051-3/+6
* | | | | | | | | MDEV-15738 Server crashes in my_strcasecmp_utf8 on query from I_S with UNION ...Michael Widenius2018-04-051-6/+3
* | | | | | | | | MDEV-15241: make SIGNAL maximum MESSAGE_TEXT length a larger valueVarun Gupta2018-04-041-2/+3
* | | | | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-041-0/+9
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | MDEV-15579 Crash in Item_field::used_tables() called byGalina Shalygina2018-04-031-0/+9