This commit is contained in:
Chris Lu
2021-04-02 02:22:26 -07:00
parent bdf2ddddfd
commit 8e404a1433
7 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ func (store *MysqlStore) initialize(upsertQuery string, enableUpsert bool, user,
store.SupportBucketTable = false
if !enableUpsert {
upsertQuery = ""
upsertQuery = ""
}
store.SqlGenerator = &SqlGenMysql{
CreateTableSqlTemplate: "",