Skip to content

Commit 6edfa25

Browse files
committed
change mysql blog
1 parent b2e8b4e commit 6edfa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2017-07-25-Mysql.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ MYSQL 的结构组成、各组件作用、INNODB `索引`和`锁`的深入分析
6565
+ 外键(数据完整性)
6666
+ 索引:B+Tree,Hash,Full-text(MySQL5.6版本开始支持)
6767

68-
MyISAM适合SELECT密集型的表,而InnoDB适合INSERT和UPDATE密集型的表
68+
`MyISAM适合SELECT密集型的表,而InnoDB适合INSERT和UPDATE密集型的表`
6969

7070
***
7171

0 commit comments

Comments
 (0)