提交 f53d434b 编写于 作者: B Behdad Esfahbod

[GPOS] Advance buffer cursor in SinglePos lookups. Ouch!

上级 e35bbd57
......@@ -264,6 +264,8 @@ struct SinglePosFormat1
return false;
valueFormat.apply_value (layout, (const char *) this, values, CURPOSITION ());
buffer->in_pos++;
return true;
}
......@@ -297,6 +299,8 @@ struct SinglePosFormat2
valueFormat.apply_value (layout, (const char *) this,
values + index * valueFormat.get_len (),
CURPOSITION ());
buffer->in_pos++;
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册