From cd37fccdfbdf5a1a5b2d85263ffb219068d19205 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 12 Sep 2015 20:58:51 -0400 Subject: #1625 remove auto_register and makes it default --- routers/install.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'routers/install.go') diff --git a/routers/install.go b/routers/install.go index 07b609b4..8daf8896 100644 --- a/routers/install.go +++ b/routers/install.go @@ -73,6 +73,9 @@ func GlobalInit() { if models.EnableSQLite3 { log.Info("SQLite3 Supported") } + if models.EnableTidb { + log.Info("TiDB Supported") + } checkRunMode() } -- cgit v1.2.3