summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* amend d9b538a522fdf3513942d90ad54366c13b2699ec10.6-monty-innodbMarko Mäkelä2021-04-083-84/+72
* MDEV-25312 Replace fil_space_t::name with fil_space_t::name()Marko Mäkelä2021-04-0830-992/+617
* amend d9b538a522fdf3513942d90ad54366c13b2699ecMarko Mäkelä2021-04-088-43/+31
* MDEV-18465 Logging of DDL statements during backupMonty2021-04-082-1/+3
* MDEV-25180 Atomic ALTER TABLEMonty2021-04-0816-75/+387
* MDEV-23842 Atomic RENAME TABLEMonty2021-04-081-6/+29
* Make rename atomic/repeatable in MyISAM and AriaMonty2021-04-082-18/+31
* Improved code comment and removed nop testMonty2021-04-081-1/+9
* Patch for columnstore to update it to new 10.6 codeMonty2021-04-071-0/+0
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-04-0711-61/+60
* Fix test of characterset used with fulltext index in InnoDBMonty2021-04-011-6/+4
* Added override to all releveant methods in Item (and a few other classes)Monty2021-04-011-2/+2
* Reduce usage of strlen()Monty2021-04-0119-277/+371
* Added ErrConvString.lex_cstring() to simplify codeMonty2021-04-011-4/+4
* Change bitfields in Item to an uint16Michael Widenius2021-04-011-1/+1
* Renamed 'flags' variables in Item_classMichael Widenius2021-04-013-16/+16
* Revert MDEV-14517 Cleanup for Item::with_subselectMichael Widenius2021-04-011-3/+3
* Remove compiler warnings regarding signed/unsigned compare in mroongaMonty2021-04-0120-151/+165
* Improved storage size for Item, Field and some other classesMonty2021-03-301-4/+4
* MDEV-25305: MyRocks: Killing server during RESET MASTER can lose last transac...Sergei Petrunia2021-03-303-1/+50
* Merge 10.5 into 10.6 (except MDEV-24630)Marko Mäkelä2021-03-306-67/+67
|\
| * MDEV-24302 follow-up: RESET MASTER hangsbb-10.5-MDEV-24302Marko Mäkelä2021-03-306-67/+67
* | Merge 10.5 into 10.6Marko Mäkelä2021-03-294-159/+144
|\ \ | |/
| * MDEV-24302: RESET MASTER hangsMarko Mäkelä2021-03-294-159/+144
* | MDEV-25281: Switch to use non-atomic (vs atomic) distributed counter toKrunal Bauskar2021-03-292-17/+26
* | Merge 10.5 into 10.6Marko Mäkelä2021-03-278-136/+50
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-03-278-136/+50
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-03-278-148/+57
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-03-277-143/+57
| | | |\
| | | | * MDEV-24786: row_upd_clust_step() skips mtr_t::commit() on virtual column errorst-10.2-MDEV-24786Marko Mäkelä2021-03-261-80/+46
| | | | * MDEV-23076 Misleading "InnoDB: using atomic writes"Marko Mäkelä2021-03-222-18/+6
| | | | * MDEV-22653: Remove the useless parameter innodb_simulate_comp_failuresMarko Mäkelä2021-03-224-39/+0
| | | | * MDEV-8708 fixup: Remove dead codeMarko Mäkelä2021-03-191-4/+0
| | | * | MDEV-24796 Assertion `page_has_next... failed in btr_pcur_store_position()Marko Mäkelä2021-03-221-3/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-2627-164/+60
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25265: ALTER TABLE...IMPORT TABLESPACE fails after DROP INDEXMarko Mäkelä2021-03-261-16/+11
| * | | | MEM_CHECK_DEFINED: replace HAVE_valgrindbb-10.5-danielblack-clang-valgrind-without-memcheck_hDaniel Black2021-03-262-7/+7
| * | | | MDEV-24589 DROP TABLE is not crash-safeMarko Mäkelä2021-03-234-34/+20
| * | | | MDEV-15528 fixup: Remove dict_table_open_on_index_id()Marko Mäkelä2021-03-232-86/+2
| * | | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-2219-23/+22
* | | | | MDEV-25223 follow-up: do not create an iterator from nullptrEugene Kosov2021-03-261-3/+6
* | | | | MDEV-21452 fixup: Correct a commentMarko Mäkelä2021-03-241-1/+1
* | | | | MDEV-25223 change fil_system_t::space_list and fil_system_t::named_spaces fro...Eugene Kosov2021-03-246-208/+241
* | | | | CMake cleanupVladislav Vaintroub2021-03-232-14/+3
* | | | | MDEV-7317: Make an index ignorable to the optimizerSergei Petrunia2021-03-212-14/+14
* | | | | Fix compiler warnings in connect engineMonty2021-03-2010-35/+39
* | | | | Aria: Add transaction id to log of create tableMonty2021-03-206-7/+39
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-203-8/+0
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25211 Remove useless counter Innodb_buffered_aio_submittedMarko Mäkelä2021-03-203-8/+0
* | | | | CMake cleanup: Make WITH_URING, WITH_PMEM BooleanMarko Mäkelä2021-03-202-6/+18