mysql Insert on duplicate引發的死鎖

表 CREATE TABLE `test_dup` ( `id` int(11) NOT NULL AUTO_INCREMENT, `num` int(10) unsigned DEFAULT NULL, `name` varchar(45) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `num_index` (`num`) ) ENGINE=Inno
相關文章
相關標籤/搜索