Browse Source

更新 '_posts/Mysql.md'

aaronwei 5 years ago
parent
commit
b436d088c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _posts/Mysql.md

+ 1 - 1
_posts/Mysql.md

@@ -8,5 +8,5 @@ tags: Mysql
 
 ### 查看是否有未提交的日志
 ``` sql
-    select * from information_schema.innodb_trx 
+    select * from information_schema.innodb_trx ;
 ```