Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions scripts/deb-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ case $test_mode in
grep 'spider' | awk '{print $2}' |
sort -u | xargs)
fi
if grep -si tokudb Packages; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be useful to link the MDEV / commit that removed TokuDB.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MDEV-19780 Remove the TokuDB storage engine (for 10.6). there was a disable for an earlier version.

# For the sake of installing TokuDB, disable hugepages
sudo sh -c "echo never > /sys/kernel/mm/transparent_hugepage/enabled" || true
fi
;;
deps)
package_list="mariadb-server mariadb-client mariadb-common mariadb-test mysql-common libmysqlclient18"
Expand Down