summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_fts
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-03-062-0/+18
|\
* | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-2/+2
* | MDEV-17923 Assertion failed in trx_undo_page_report_modify after CREATE FULLT...Marko Mäkelä2018-12-072-0/+32
* | - Added flush table at the beginning of crash_recovery test case.Thirunarayanan Balathandayuthapani2018-10-052-0/+2
* | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-073-82/+0
* | Merge 10.1 into 10.2Marko Mäkelä2018-08-024-0/+333
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2018-08-012-0/+36
| |\
| | * MDEV-16865 InnoDB fts_query() ignores KILLMarko Mäkelä2018-08-012-0/+36
| * | Merge 10.0 into 10.1Marko Mäkelä2018-07-312-0/+294
| |\ \ | | |/
| | * MDEV-16855 Fix fts_sync_synchronization in InnoDBMarko Mäkelä2018-07-302-0/+294
* | | dict_create_index_tree_in_mem(): Remove dead codebb_georg_10.2Marko Mäkelä2018-05-122-0/+15
* | | Adjust the test case for MariaDBMarko Mäkelä2018-05-112-8/+9
* | | Bug #27304661 MYSQL CRASH DOING SYNC INDEX ] [FATAL] INNODB: SEMAPHORE WAIT H...Aditya A2018-05-112-0/+66
* | | Merge 10.1 into 10.2Marko Mäkelä2018-05-112-5/+68
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-05-112-5/+68
| |\ \ | | |/
| | * Bug #27041445 SERVER ABORTS IF FTS_DOC_ID EXCEEDS FTS_DOC_ID_MAX_STEPThirunarayanan Balathandayuthapani2018-05-112-5/+68
| | * Do not SET DEBUG_DBUG=-d,... in testsMarko Mäkelä2018-01-296-8/+4
* | | Adjust the innodb_fts.sync and innodb_fts.sync_block tests for MariaDBMarko Mäkelä2017-10-275-53/+80
* | | Import the innodb_fts.sync tests from MySQLMarko Mäkelä2017-10-274-0/+497
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-10-244-5/+128
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-224-5/+125
| |\ \ | | |/
| | * Import, adapt and extend a test from OracleMarko Mäkelä2017-10-182-0/+45
| | * Add a test of LIMIT with FULLTEXT INDEXMarko Mäkelä2017-10-182-5/+52
| | * MDEV-12676 MySQL#78423 InnoDB FTS duplicate key errorMarko Mäkelä2017-10-162-0/+28
* | | Adjust the instrumentation and testMarko Mäkelä2017-10-182-9/+9
* | | BUG#25479538 ASSERT:SIZE == SPACE->SIZE DURING BUF_READ_AHEAD_RANDOMDarshan M N2017-10-183-0/+82
* | | MDEV-11649 Uninitialized field fts_token->position in innodb_fts.innodb_fts_p...Marko Mäkelä2017-06-302-4/+26
* | | MDEV-12698 innodb.innodb_stats_del_mark test failureMarko Mäkelä2017-05-191-6/+6
* | | Fixes for innodb crash recovery tests from SergVladislav Vaintroub2017-04-021-0/+1
* | | remove two redundant *.inc files to restart a serverSergei Golubchik2017-03-312-6/+3
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-302-17/+1
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2017-03-212-17/+1
| |\ \ | | |/
| | * Clean up the test mentioned in MDEV-12052.Marko Mäkelä2017-03-182-17/+1
| | * MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2017-01-273-0/+261
| * | Remove some more error log spam.Marko Mäkelä2017-02-088-148/+76
* | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-104-18/+18
* | | Test fix for MDEV-6076 Persistent AUTO_INCREMENT for InnoDBMarko Mäkelä2017-02-082-4/+40
* | | Remove some more error log spam.Marko Mäkelä2017-02-088-148/+76
* | | Merge branch 'bb-10.2-mdev-6076' into 10.2Marko Mäkelä2016-12-291-2/+2
|\ \ \
| * | | MDEV-6076 Adjust a test result.Marko Mäkelä2016-12-161-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-1/+1
| |\ \ | | |/
| | * MDEV-11231 Server crashes in check_duplicate_key on CREATE TABLE ... SELECTSergei Golubchik2016-12-041-1/+1
| * | MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2016-12-053-0/+261
* | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-2/+2
* | | MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2016-12-053-0/+261
* | | Remove end . from error messages to get them consistentMonty2016-10-052-4/+4
* | | Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-191-3/+3
|\ \ \
| * | | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-3/+3
* | | | Fix innodb_fts suiteSergei Golubchik2016-09-149-181/+501
|/ / /