models: rename EnableTidb to EnableTiDB

This commit is contained in:
Unknwon 2016-08-11 14:38:45 -07:00
parent 5850308a37
commit 70fbcd2f27
3 changed files with 5 additions and 5 deletions

View file

@ -13,6 +13,6 @@ import (
)
func init() {
EnableTidb = true
EnableTiDB = true
log.SetLevelByString("error")
}