]> git.ipfire.org Git - thirdparty/pdns.git/commit
Skip smileys for now, they take 4 bytes to encode and out current mysql 13163/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 31 Jul 2023 13:51:31 +0000 (15:51 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 22 Aug 2023 13:58:04 +0000 (15:58 +0200)
commit1d78600d16e2c7619b828e1f1465f798bd7519a8
tree6a46ce9e2cdc72eea0cb6d9e6d6ada4db682c633
parent2a3918f5c2c3fdc57623b7b564f400e2a6c192e5
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