Note $c->strict_result_ordering configuration option.

This commit is contained in:
Andrew McMillan 2008-01-24 22:43:53 +13:00
parent d331585080
commit 3b0b31df18

View File

@ -84,3 +84,10 @@
// $c->schema_patch
// $c->schema_version
/**
* This property is used to enforce regular ordering of query results so
* that the regression test output is deterministically ordered. In
* real life this is not important, and it is a performance hit, so it
* should not usually be enabled anywhere else.
*/
// $c->strict_result_ordering = boolean;