Migrate MySQL db to v5 database engine (#10110)

* Migrate MySQL db to v5 database engine
This commit is contained in:
Lauren Voswinkel
2020-10-09 10:32:38 -07:00
committed by GitHub
parent 738891a069
commit ae27bf5d26
6 changed files with 245 additions and 214 deletions

View File

@@ -124,7 +124,7 @@ ssl-key=/etc/mysql/server-key.pem`
// //////////////////////////////////////////////////////
// Test
mysql := new(25, 25, 25)
mysql := new(false)
conf := map[string]interface{}{
"connection_url": retURL,