Quellcode durchsuchen

更新 '_posts/mysql.md'

aaronwei vor 5 Jahren
Ursprung
Commit
9c839d7d2b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      _posts/mysql.md

+ 1 - 1
_posts/mysql.md

@@ -6,6 +6,6 @@ cover: https://static.jqwei.com/blog/img/text/2.png
 ## MYSQL相关
 
 ### 查看是否有未提交的日志
-``` mysql
+``` sql
     select * from information_schema.innodb_trx ;
 ```