summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* After-merge fix for ASAN and MSANMarko Mäkelä2020-07-051-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2020-07-041-0/+11
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-07-041-3/+16
| |\
| | * Fixup the parent commit for MSAN and ValgrindMarko Mäkelä2020-07-041-3/+16
* | | After-merge fixes for ASANMarko Mäkelä2020-07-044-19/+37
* | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-047-18/+13
* | | remove mysql_declare_plugin declaration from some pluginsSergei Golubchik2020-07-046-103/+0
* | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLESergei Golubchik2020-07-042-2/+19
* | | cleanup: make dd_frm_type to work as documentedSergei Golubchik2020-07-041-2/+1
* | | optimization: use hton->drop_table in few simple casesSergei Golubchik2020-07-0410-3/+23
* | | introduce hton->drop_table() methodSergei Golubchik2020-07-041-12/+1
* | | cleanup, less #ifdef'sSergei Golubchik2020-07-045-6/+6
* | | Merge remote-tracking branch 'origin/10.4' into 10.5Monty2020-07-0323-103/+43
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-0/+5
| |\ \ | | |/
| | * Fix for MSAN from Marko related to buf_pool_resizeMonty2020-07-031-0/+5
| * | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-0324-97/+45
| |\ \ | | |/
| | * MDEV-20377 post-fix: Introduce MEM_MAKE_ADDRESSABLEMarko Mäkelä2020-07-0215-73/+17
| | * Fixed bugs found by valgrindMonty2020-07-0217-72/+78
| | * Don't copy uninitialized bytes when copying varstringsMonty2020-07-022-3/+4
* | | Fixed typo in InnoDB when compiling with VALGRINDMonty2020-07-021-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-07-0251-513/+446
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-07-0250-554/+476
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-0246-509/+407
| | |\
| | | * MDEV-20377: Fix cmake -DPLUGIN_PERFSCHEMA=NOMarko Mäkelä2020-07-021-0/+1
| | | * MDEV-20377: Fix -Wunused-but-set-variableMarko Mäkelä2020-07-011-17/+8
| | | * MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-0137-446/+349
| | | * Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-014-4/+4
| | | |\
| | | | * MDEV-23003 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION requires SUPER in...Eugene Kosov2020-06-301-1/+1
| | | | * mtr: use env for perlDaniel Black2020-06-233-3/+3
| | | * | speed up fil_validate() in debug buildsEugene Kosov2020-06-301-13/+4
| | | * | MDEV-22811 DDL fails to drop and re-create FTS indexThirunarayanan Balathandayuthapani2020-06-184-24/+36
| | * | | make rocksdb cmake checks less verbose on repeatSergei Golubchik2020-07-012-53/+38
| | * | | Fix RocksDB detection of ZSTDOtto Kekäläinen2020-07-011-3/+3
| | * | | MDEV-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in sp...Kentoku SHIBA2020-06-272-0/+4
| | * | | MDEV-19298 Assertion `space->id != 0xFFFFFFFEU || space == fil_system.temp_sp...Eugene Kosov2020-06-272-6/+19
| | * | | MDEV-20213 binlog_encryption.binlog_incident failed in buildbot, server crash...Eugene Kosov2020-06-271-1/+5
| | * | | MDEV-20213 binlog_encryption.binlog_incident failed in buildbot, server crash...Eugene Kosov2020-06-271-1/+2
| | * | | MDEV-22901 Accessing btr_search_sys->hash_tables when buffer pool resize happensThirunarayanan Balathandayuthapani2020-06-161-2/+1
| | * | | MDEV-22901 Accessing btr_search_sys->hash_tables when buffer pool resize happensThirunarayanan Balathandayuthapani2020-06-161-11/+9
| * | | | MDEV-22438 add a function similar to std::make_scope_exit()Eugene Kosov2020-06-221-4/+2
* | | | | MDEV-23017: Regression due to unwanted read-aheadMarko Mäkelä2020-07-021-10/+3
* | | | | ColumnStore RPM packaging fixesSergei Golubchik2020-07-012-9/+16
* | | | | A few important fixes for columnstore.Patrick LeBlanc2020-07-012-7/+1
* | | | | MDEV-22979 "mysqld --bootstrap" / mysql_install_db hangs when Spider is insta...Kentoku SHIBA2020-06-261-2/+11
* | | | | Cmake now ignores ColumnStore without an explicit -DDEB | -DRPM andRoman Nozdrin2020-06-261-1/+1
* | | | | fix clang buildEugene Kosov2020-06-253-17/+18
* | | | | Merge branch 'github/10.5' into bb-10.5-releaseSergei Golubchik2020-06-2414-140/+144
|\ \ \ \ \
| * | | | | MDEV-22701 InnoDB: encapsulate trx_sys.mutex and trx_sys.trx_list into a sepa...Eugene Kosov2020-06-239-98/+123
| * | | | | MDEV-22931 mtr_t::mtr_t() allocates some memoryThirunarayanan Balathandayuthapani2020-06-195-42/+21
* | | | | | update MCSSergei Golubchik2020-06-211-0/+0