summaryrefslogtreecommitdiff
path: root/storage/innobase/fts
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15773 - Simplified away trx_free_for_(mysql|background)Sergey Vojtovich2018-04-043-19/+19
* MDEV-15773 - trx_allocate_for_background() -> trx_create()Sergey Vojtovich2018-04-043-17/+17
* MDEV-12266: Change dict_table_t::space to fil_space_t*Marko Mäkelä2018-03-291-3/+3
* MDEV-12266: Remove dict_index_t::table_nameMarko Mäkelä2018-03-291-57/+26
* MDEV-12266: Remove dict_index_t::spaceMarko Mäkelä2018-03-291-5/+4
* Allocate the singleton fil_system staticallyMarko Mäkelä2018-03-291-3/+3
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-03-131-4/+4
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2018-03-121-4/+4
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2018-03-121-4/+4
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2018-03-121-18/+5
| | | |\
| | | | * MDEV-14773 DROP TABLE hangs for InnoDB table with FULLTEXT indexMarko Mäkelä2018-03-121-18/+5
* | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-1/+1
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-152-15/+28
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-02-152-15/+28
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15323 Follow-up to MDEV-14905: Skip FTS processing if innodb_read_onlyMarko Mäkelä2018-02-152-15/+28
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-152-2/+11
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-02-152-2/+11
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14905 Fulltext index modification committed during shutdownMarko Mäkelä2018-02-152-2/+11
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-152-13/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-082-13/+26
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-062-13/+26
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-022-14/+28
| | | |\ \ | | | | |/
| | | | * Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-292-6/+3
| | | | * Merge branch 'merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2018-01-242-7/+24
| | | | |\
| | | | | * 5.6.39Vicențiu Ciorbaru2018-01-232-7/+24
| | | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-301-1/+138
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-301-1/+138
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPYMarko Mäkelä2018-01-301-1/+138
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-121-39/+19
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove space_name_list_tMarko Mäkelä2017-12-081-39/+19
| |/ / / /
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-302-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | InnoDB: Remove ut_snprintf() and the use of my_snprintf(); use snprintf()Marko Mäkelä2017-11-132-3/+3
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-303-109/+69
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-10-273-24/+62
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2017-10-263-25/+72
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2017-10-263-25/+72
| | | |\ \ | | | | |/
| | | | * 5.6.38Vicențiu Ciorbaru2017-10-253-25/+77
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-242-47/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-222-62/+19
| | |\ \ \ | | | |/ /
| | | * | fts_query_free(): Fix a potential assertion failureMarko Mäkelä2017-10-181-2/+5
| | | * | MDEV-12676 MySQL#78423 InnoDB FTS duplicate key errorMarko Mäkelä2017-10-161-12/+13
| | | * | MDEV-13446 fts_create_doc_id() unnecessarily allocates 8 bytes for every inse...Marko Mäkelä2017-10-091-48/+1
| | | * | MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2017-01-272-8/+11
| * | | | Remove dead code for pushing down LIMIT to InnoDB FULLTEXT INDEX queriesMarko Mäkelä2017-10-181-38/+1
* | | | | MDEV-11369 Instant ADD COLUMN for InnoDBMarko Mäkelä2017-10-061-3/+14
|/ / / /
* | | | Remove a constant parameter commit=falseMarko Mäkelä2017-10-021-2/+2
* | | | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-5/+5
* | | | MDEV-13084 MariaDB 10.2 crashes on corrupted SYS_TABLES.MIX_LEN fieldMarko Mäkelä2017-06-141-16/+3
* | | | Remove dict_index_t::is_ngramMarko Mäkelä2017-05-262-97/+7