tidb6.1.2 dashboard 看不了慢查询明细sql Error 1105: other error: Column ID 73 of table cluster_slow_query not found

是因为ifnull函数兼容性问题 , 加了5.4.3的tidb 导致的 。
用 case when 替换了 ifnull之后 ,下掉 5.4.3的tidb 就正常了 。