1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-19780 Remove the TokuDB storage engine

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.
This commit is contained in:
Marko Mäkelä
2020-05-14 10:11:47 +03:00
parent 3b251e24b6
commit 7924158496
3247 changed files with 7 additions and 2491788 deletions

View File

@ -5008,7 +5008,7 @@ thd_need_wait_reports(const MYSQL_THD thd)
}
/*
Used by storage engines (currently TokuDB and InnoDB) to report that
Used by storage engines (currently InnoDB) to report that
one transaction THD is about to go to wait for a transactional lock held by
another transactions OTHER_THD.