token-limit连接数控制

SQL 在 TiDB 内部的处理分为四个阶段,get token、parse、compile 和 execute。
我想问一下,假设我的token-limit=1,那么一个SQL是经历完上面的四个阶段以后并释放token,下一个排队的SQL才能执行,是这样的吧?