You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As PR #356 fixes some inconsistencies inherited from the TPC-C spec example code, there is the opportunity to do the same for the o_all_local set at the same time.
HammerDB inherited this behaviour, however Oracle and PostgreSQL have already been updated to fix this issue. Pull request #372 also corrects this for SQL Server. MySQL, MariaDB and Db2 should be updated for consistency by setting the default to 1 and moving the inserts after the point where o_all_local can be set to 0.
The text was updated successfully, but these errors were encountered:
As PR #356 fixes some inconsistencies inherited from the TPC-C spec example code, there is the opportunity to do the same for the o_all_local set at the same time.
In the Spec o_all_local is inserted into ORDERS before it is set and therefore always inherits the default for the insert.
https://www.tpc.org/tpc_documents_current_versions/pdf/tpc-c_v5.11.0.pdf
HammerDB inherited this behaviour, however Oracle and PostgreSQL have already been updated to fix this issue. Pull request #372 also corrects this for SQL Server. MySQL, MariaDB and Db2 should be updated for consistency by setting the default to 1 and moving the inserts after the point where o_all_local can be set to 0.
The text was updated successfully, but these errors were encountered: