摘要:
create table create table test( id INT NOT NULL AUTO_INCREMENT, title VARCHAR(32) NOT NULL, age int , PRIMARY KEY ( id ) ); insert script drop procedu 阅读全文
摘要:
Intro RR 隔离级别 `For a unique index with a unique search condition, InnoDB locks only the index record found, not the gap before it. For other search co 阅读全文
摘要:
8.4.4 Internal Temporary Table Use in MySQL In some cases, the server creates internal temporary tables while processing statements. Users have no dir 阅读全文