mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 13:50:00 +03:00
keep things building in other places for now
This commit is contained in:
parent
daad84840f
commit
b0b0b09d32
4 changed files with 33 additions and 11 deletions
4
mysql.d
4
mysql.d
|
@ -208,8 +208,8 @@ class MySql : Database {
|
|||
|
||||
// we want UTF8 for everything
|
||||
|
||||
query("SET NAMES 'utf8'");
|
||||
//query("SET CHARACTER SET utf8");
|
||||
query("SET NAMES 'utf8mb4'");
|
||||
//query("SET CHARACTER SET utf8mb4");
|
||||
}
|
||||
|
||||
string dbname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue