Recent Posts
InnoDB Tablespaces 表空间
文章转自:http://www.linbuluo.com/?p=91
InnoDB Plugin压缩特性
innodb plugin的压缩特性是从5.1版本开始出现的一个特性,最初是由google开发出来,然后开源,mysql吸收的。
mysql where子句中的默认类型转化
别人碰到了一个问题,然后我闲来无事对这个问题了进行了刨根问底。 ` CREATE TABLE table1 ( id varchar(20) collate utf8_bin NOT NULL default ‘’, from varchar(128) collate utf8_bin NOT NULL defa...