Explorar el Código

更新 '_posts/Mysql.md'

aaronwei hace 5 años
padre
commit
b436d088c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ;
 ```