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:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user