• P
    Fix Errors caused by SET command if cursor is declared · d2725929
    Pengzhou Tang 提交于
    SET command is session effective, all existed idle gangs should be set for later reuse,
    but for busy gangs declared by cursors, errors occur if they receive a set command. Way
    to fix it is marking busy gangs to no reuse so they can be destroyed after cursors been
    closed.
    d2725929
cdbdisp.h 16.6 KB