mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 22:43:08 +08:00
mysql: change logging from into to debug for scan
This commit is contained in:
@ -183,7 +183,7 @@ func (e MysqlExecutor) getTypedRowData(types []*sql.ColumnType, rows *core.Rows)
|
|||||||
values := make([]interface{}, len(types))
|
values := make([]interface{}, len(types))
|
||||||
|
|
||||||
for i, stype := range types {
|
for i, stype := range types {
|
||||||
e.log.Info("type", "type", stype)
|
e.log.Debug("type", "type", stype)
|
||||||
switch stype.DatabaseTypeName() {
|
switch stype.DatabaseTypeName() {
|
||||||
case mysql.FieldTypeNameTiny:
|
case mysql.FieldTypeNameTiny:
|
||||||
values[i] = new(int8)
|
values[i] = new(int8)
|
||||||
|
Reference in New Issue
Block a user