id` int(11) NOT NULL AUTO_INCREMENT, `type` varchar(6) NOT NULL,我有以下索引--+------+---------------+------+---------+------+---------+---------------------------------+
为什么我的索引不被使用我应该有不同的索引吗?
----------------+------+-----+---------------------+-----------------------------+1 row in set (0.00 sec)
上面的索引是使用的,但下面的索引不使用。mysql> explain select runtime_id from tabl
这是一个问题,当会话1试图更新表X时,表会被锁定。第1场会议:update X set a=1994 where b =2 //I want to lock only row where b=2, not the whole table XPS:
我正在使用innodb_version: 5.5.35-MariaDB