Sfoglia il codice sorgente

更新 '_posts/Mysql.md'

aaronwei 5 anni fa
parent
commit
b436d088c4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 ;
 ```