keep_moving

Results 1 comments of keep_moving

> update 语句会更新最新的数据,并对行加锁。 > > The update statement updates the latest data and locks the row. 您好,在请问下: 1)是每操作一行,就获取这一行的最新数据,然后加锁吗?还是一次性先获取满足条件的所有行? 2)您提到对行加锁,这块的源码是在哪里? 3)如果通过gdb调试源码,一般如何打印从存储读取上来的一行数据呢? --- > The update statement will update the latest data...