summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...bb-10.3-MDEV-16101Jacob Mathew2018-05-143-1/+254
* Moving a few static functions in sql_lex.cc to new methods in Lex_input_streamAlexander Barkov2018-05-094-284/+302
* Fixing tabs to spaces in sql_lex.cc and sql_lex.h (and coding style slightly)Alexander Barkov2018-05-082-184/+184
* Merge 10.2 into 10.3Marko Mäkelä2018-05-085-2/+89
|\
| * MDEV-16106 Record in index was not found on rollback, trying to insert: TUPLEThirunarayanan Balathandayuthapani2018-05-083-8/+27
| * Added the test case from MDEV-16086 tfixed by the patch for MDEV-15575Igor Babaev2018-05-072-0/+64
* | Remove a "register" keyword from C++ codeMarko Mäkelä2018-05-081-1/+1
* | Added test case for MDEV-13029Monty2018-05-083-0/+23
* | Added test case for MDEV-13007 ALTER .. ENGINE on temporary sequence may go w...Monty2018-05-072-0/+42
* | mysys: disable "optimized" memcpy from 18 years agoDaniel Black2018-05-071-21/+15
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-0716-85/+115
|\ \ | |/
| * MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBA...Marko Mäkelä2018-05-0716-85/+115
* | sp_cache_package_routine: fix compile warningDaniel Black2018-05-071-1/+1
* | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-0716-117/+0
* | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-0744-342/+1337
* | Change read_to_buffer to use ulong instead of uintMichael Widenius2018-05-073-60/+54
* | Remove mem_alloc_error()Michael Widenius2018-05-078-169/+67
* | Optimize performance schema likely/unlikelyMichael Widenius2018-05-0714-401/+486
* | Add checking of correct likely/unlikelyMichael Widenius2018-05-076-12/+212
* | Add likely/unlikely to speed up executionMonty2018-05-07118-4440/+4874
* | MDEV-13024: Server crashes in my_store_ptr upon DELETE from sequence in multi...Oleksandr Byelkin2018-05-062-0/+36
* | MDEV-16057: Using optimization Splitting with Group BY we see an unnecessary ...Varun Gupta2018-05-062-2/+8
* | Fix for MDEV-15812 Assert in SEQUENCE when forcing STATEMEMT formatMonty2018-05-063-1/+24
* | Fixed compiler warnings in spiderMonty2018-05-061-7/+7
* | MDEV-16095 Oracle-style placeholder inside GROUP BY..WITH ROLLUP breaks repli...Alexander Barkov2018-05-065-11/+65
* | Merge 10.2 into 10.3Marko Mäkelä2018-05-041-1/+4
|\ \ | |/
| * MDEV-15764 InnoDB may write uninitialized garbage to redo logMarko Mäkelä2018-05-041-1/+6
| * MDEV-15698: Spider ignores syntax errors in connection string in COMMENT fieldJacob Mathew2018-05-014-239/+418
| * MDEV-15712: If remote server used by Spider table is unavailable, some operat...Jacob Mathew2018-04-303-2/+27
* | Make a test independent of the build optionsMarko Mäkelä2018-05-042-4/+4
* | Follow up for 9a8498066865b5 - adjustments to storage_engine testsElena Stepanova2018-05-037-38/+12
* | MDEV-14019: Spider + binlog_format = ROW => CRASHJacob Mathew2018-05-031-25/+12
* | MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple...Monty2018-05-035-19/+50
* | MDEV-15060 Assertion in row_log_table_apply_op after instant ADD when the tab...Marko Mäkelä2018-05-036-31/+160
* | Follow-up to MDEV-12266: Do not display table->spaceMarko Mäkelä2018-05-031-8/+5
* | MDEV-16065 Assertion failed in btr_pcur_restore_position_func on UPDATEMarko Mäkelä2018-05-027-46/+94
* | MDEV-16071 Server crashed in innobase_build_col_map / prepare_inplace_alter_t...Thirunarayanan Balathandayuthapani2018-05-023-2/+16
* | MDEV-14168 Unconditionally allow ALGORITHM=INPLACE for setting a column NOT NULLThirunarayanan Balathandayuthapani2018-05-024-0/+269
* | MDEV-15698: Spider ignores syntax errors in connection string in COMMENT fieldJacob Mathew2018-05-014-242/+419
|\ \
| * | MDEV-15698: Spider ignores syntax errors in connection string in COMMENT fieldbb-10.3-MDEV-15698Jacob Mathew2018-04-244-242/+419
* | | Fix many -Wunused-parameterMarko Mäkelä2018-05-0178-1076/+422
* | | MDEV-12645: mysql_install_db --no-test (postfixDaniel Black2018-05-011-1/+1
* | | MDEV-15712: If remote server used by Spider table is unavailable, some operat...Jacob Mathew2018-04-303-2/+27
|\ \ \
| * | | MDEV-15712: If remote server used by Spider table is unavailable, some operat...bb-10.3-MDEV-15712Jacob Mathew2018-04-233-2/+27
* | | | MDEV-15938 - TINYTEXT CHARACTER SET utf8 COMPRESSED truncates dataSergey Vojtovich2018-04-306-34/+78
* | | | MDEV-12645 - mysql_install_db: no install test db optionSergey Vojtovich2018-04-3052-1386/+729
* | | | MDEV-12218: Put back mariabackup --innodb-flush-methodMarko Mäkelä2018-04-308-39/+25
* | | | Use compile_time_assert() in InnoDBMarko Mäkelä2018-04-3028-262/+102
* | | | Fix WITH_INNODB_EXTRA_DEBUGMarko Mäkelä2018-04-303-23/+4
* | | | Removed even more warning that was found with -WunusedMonty2018-04-3015-50/+28