You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rows, err=dbt.db.Query("select attr_value from performance_schema.session_account_connect_attrs where processlist_id=CONNECTION_ID() and attr_name='program_name'")
2096
+
rows, err=dbt.db.Query("select attr_value from performance_schema.session_connect_attrs where processlist_id=CONNECTION_ID() and attr_name='program_name'")
2097
2097
iferr!=nil {
2098
2098
fmt.Println(err)
2099
-
dbt.Skip("server probably does not support performance_schema.session_account_connect_attrs")
2099
+
dbt.Skip("server probably does not support performance_schema.session_connect_attrs")
0 commit comments