summaryrefslogtreecommitdiff
path: root/storage/tokudb/tokudb_thread.h
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-19780 Remove the TokuDB storage engineMarko Mäkelä2020-05-141-526/+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.2' into 10.3Sergei Golubchik2018-09-281-15/+11
|\
| * Merge branch 'merge-tokudb-5.6' into 10.0Oleksandr Byelkin2018-09-061-15/+11
| |\
| | * 5.6.41-84.1Oleksandr Byelkin2018-09-031-15/+11
| | |
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-49/+0
|\ \ \ | |/ /
| * | MDEV-15778: Fix TokuDB build issues on macOS 10.13.4Teodor Mircea Ionita2018-06-101-49/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several issues were encountered and fixed as explained bellow: * missing link to dbug lib; * user proper fprintf format specifier; * ZERO_COND_INITIALIZER was using wrong toku_cond_t struct initializer for first member of type pthread_cond_t and not considering the TOKU_PTHREAD_DEBUG case which has one extra struct member of type pfs_key_t; * Remove likely(!opt_debug_sync_timeout), argument is declared extern and not available to Toku; * pthread_mutex_timedlock() is not available in pthreads for Mac, as it's not part of the POSIX pthreads spec. The encompassing event_t::wait(ms) methods are unused, thus have been removed;
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-160/+142
|\ \ | |/
| * 5.6.38-83.0Vicențiu Ciorbaru2018-01-231-158/+140
| |
* | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-22/+22
|/ | | | | | | | | | | | | | | | | | If compiling a non DBUG binary with -DDBUG_ASSERT_AS_PRINTF asserts will be changed to printf + stack trace (of stack trace are enabled). - Changed #ifndef DBUG_OFF to #ifdef DBUG_ASSERT_EXISTS for those DBUG_OFF that was just used to enable assert - Assert checking that could greatly impact performance where changed to DBUG_ASSERT_SLOW which is not affected by DBUG_ASSERT_AS_PRINTF - Added one extra option to my_print_stacktrace() to get more silent in case of stack trace printing as part of assert.
* 5.6.30-76.3Sergei Golubchik2016-06-101-0/+49
|
* 5.6.27-76.0Sergei Golubchik2015-12-151-0/+548