]> git.ipfire.org Git - thirdparty/pdns.git/commit
Skip smileys for now, they take 4 bytes to encode and out current mysql 13187/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 31 Jul 2023 13:51:31 +0000 (15:51 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 30 Aug 2023 11:56:33 +0000 (13:56 +0200)
commitf371219e1aee7447bf26d31703a7f418a9b71944
tree1b75b45a42103d3c41d7682c891a9abf6f8e77a5
parentc133e09f7d5ba0de1e4e074eba555d67053cf3f4
Skip smileys for now, they take 4 bytes to encode and out current mysql
schema has 'utf8', which only handles 3 bytes max, should be changed to
utf8mb4 one day.

(cherry picked from commit 93ad866b4e2f4afb017e8b3b08041598a2378ea5)
regression-tests.api/test_Zones.py