summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb_bugs/t
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-19780 Remove the TokuDB storage engineMarko Mäkelä2020-05-14132-5461/+0
| | | | | | | | | The TokuDB storage engine has been deprecated by upstream Percona Server 8.0 in favor of MyRocks and will not be available in subsequent major upstream releases. Let us remove it from MariaDB Server as well. MyRocks is actively maintained, and it can be used instead.
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-193-0/+40
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-043-0/+40
| |\
| | * Merge branch 'merge-tokudb-5.6' into 10.1Sergei Golubchik2019-04-263-0/+40
| | |\
| | | * 5.6.43-84.3Sergei Golubchik2019-04-264-0/+52
| | | |
* | | | Adjusted result for tokudb_bugs.db756_card_part_hash_2_pickVarun Gupta2019-04-261-0/+4
| | | |
* | | | Results updated for tokudb testsVarun Gupta2019-04-255-0/+17
| | | |
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-0/+13
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-0/+13
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Temporarily disable a test for commit 2175bfce3e9da8332f10ab0e0286dc93915533a2 because fixing it in 10.2 requires updating libmariadb.
| | * | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-0/+13
| | |\ \ | | | | | | | | | | | | | | | This is joint work with Oleksandr Byelkin.
| | | * | MariaDB detect incorrect table nameOleksandr Byelkin2019-01-291-1/+2
| | | | |
| | | * | Merge branch 'merge-tokudb-5.6' into 10.0Oleksandr Byelkin2019-01-281-0/+12
| | | |\ \
| | | | * | 5.6.42-84.2Oleksandr Byelkin2019-01-241-0/+12
| | | | |/
* | | | | MDEV-16188 Post merge fixes: more for TokuDBIgor Babaev2019-02-082-4/+4
|/ / / /
* | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-145-75/+214
|\ \ \ \ | |/ / /
| * | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-065-75/+214
| |\ \ \ | | |/ /
| | * | Merge branch 'merge-tokudb-5.6' into 10.0Oleksandr Byelkin2018-09-065-75/+214
| | |\ \ | | | |/
| | | * 5.6.41-84.1Oleksandr Byelkin2018-09-035-75/+210
| | | |
* | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-04-101-2/+2
|\ \ \ \ | |/ / /
| * | | Adjust table_open_cache to avoid getting error 24 (too many open files)Monty2018-03-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MDEV--15609 engines/funcs.crash_manytables_number crashes with error 24 (too many open files) MDEV-10286 Adjustment of table_open_cache according to system limits does not work when open-files-limit option is provided Fixed by adjusting tc_size downwards if there is not enough file descriptors to use. Other changes: - Ensure that there is 30 (was 10) extra file descriptors for other usage - Decrease TABLE_OPEN_CACHE_MIN to 200 as it's better to have a smaller table cache than getting error 24 - Increase minimum of max_connections and table_open_cache from 1 to 10 as 1 is not usable for any real application, only for testing.
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-238-18/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-05-208-18/+8
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | Significantly reduce the amount of InnoDB, XtraDB and Mariabackup code changes by defining pfs_os_file_t as something that is transparently compatible with os_file_t.
| | * | Fix tokudb test failures post mergeVicențiu Ciorbaru2017-05-176-0/+6
| | | |
| | * | Merge branch 'merge-tokudb-5.6' into 10.0Vicențiu Ciorbaru2017-05-162-18/+2
| | |\ \ | | | |/
| | | * 5.6.36-82.0Vicențiu Ciorbaru2017-05-162-19/+3
| | | |
* | | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-103-1/+4
| | | |
* | | | MDEV-7635: Part 1Nirbhay Choubey2017-02-101-0/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | innodb_autoinc_lock_mode = 2 innodb_buffer_pool_dump_at_shutdown = ON innodb_buffer_pool_dump_pct = 25 innodb_buffer_pool_load_at_startup = ON innodb_checksum_algorithm = CRC32 innodb_file_format = Barracuda innodb_large_prefix = ON innodb_log_compressed_pages = ON innodb_purge_threads = 4 innodb_strict_mode = ON binlog_annotate_row_events = ON binlog_format = MIXED binlog-row-event-max-size = 8192 group_concat_max_len = 1M lock_wait_timeout = 86400 log_slow_admin_statements = ON log_slow_slave_statements = ON log_warnings = 2 max_allowed_packet = 16M replicate_annotate_row_events = ON slave_net_timeout = 60 sync_binlog = 1 aria_recover = BACKUP,QUICK myisam_recover_options = BACKUP,QUICK
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-1/+3
|\ \ \ | |/ /
| * | Merge branch 'merge/merge-tokudb-5.6' into 10.0Sergei Golubchik2016-10-251-1/+3
| |\ \ | | |/
| | * 5.6.33-79.0Sergei Golubchik2016-10-251-0/+3
| | |
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-285-146/+14
|\ \ \ | |/ /
| * | Merge branch 'merge/merge-tokudb-5.6' into 10.0Sergei Golubchik2016-09-275-146/+14
| |\ \ | | |/
| | * 5.6.32-78.1Sergei Golubchik2016-09-275-146/+14
| | |
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-1/+1
|\ \ \ | |/ /
| * | Merge branch 'merge/merge-tokudb-5.6' into 10.0Sergei Golubchik2016-08-101-1/+1
| |\ \ | | |/ | | | | | | 5.6.31-77.0
| | * 5.6.31-77.0Sergei Golubchik2016-08-101-1/+1
| | |
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-2814-16/+240
|\ \ \ | |/ /
| * | Fixed testcase check failure after db938.testmariadb-10.0.26Sergey Vojtovich2016-06-231-0/+1
| | |
| * | fix tokudb tests after the mergeSergei Golubchik2016-06-113-6/+7
| | |
| * | Merge branch 'merge-tokudb-5.6' into 10.0-tokudb-mergeSergei Golubchik2016-06-1111-14/+218
| |\ \ | | |/
| | * 5.6.30-76.3Sergei Golubchik2016-06-106-14/+102
| | |
| | * 5.6.29-76.2Sergei Golubchik2016-04-265-0/+116
| | |
| * | Merge branch 'merge-tokudb-5.6' into 10.0-tokudb-mergeSergei Golubchik2016-06-104-2/+20
| |\ \ | | |/ | | | | | | 5.6.28-76.1
| | * move mysql-test into storage/tokudb, rename suitesSergei Golubchik2016-04-26125-0/+5176
| |
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-2133-52/+94
|\ \ | |/
| * Merge branch 'merge-tokudb-5.6' into 10.0Sergei Golubchik2015-12-1533-64/+106
|/
* Merge branch '5.5' into 10.0Sergei Golubchik2015-06-116-2/+91
|\
| * more renames after tokudb mergeSergei Golubchik2015-06-115-0/+90
| |
| * Merge tag 'tokudb-engine/tokudb-7.5.7' into 5.5Sergei Golubchik2015-06-031-2/+1
| |
* | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-042-3/+50
|\ \ | |/