]> git.proxmox.com Git - pmg-api.git/commit
fix #1978: always give encoding/collate explicitly when creating db
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 7 Nov 2018 14:47:56 +0000 (15:47 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Nov 2018 08:53:13 +0000 (09:53 +0100)
commit2cc31eaa5a7cc0fff884a12b5a8547eb09cb8c96
tree5887ae706d9b439ea49d510432168670b52503fd
parent56001f4ff9477ec8ba887b8a104361bb47e4a9be
fix #1978: always give encoding/collate explicitly when creating db

already existing clusters still have the wrong encoding,
so if a user has a problem with it, they have to either recreate
the slave db with pmgdb delete && pmgdb init,
or remove the slave and add it again after this patch

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PMG/DBTools.pm