break;
/*----------------------------------------------------------
- * EXEC_MJ_SKIP means compare tuples and if they do not
+ * EXEC_MJ_SKIP_TEST means compare tuples and if they do not
* match, skip whichever is lesser.
*
* For example:
break;
/*
- * SKIPOUTER_ADVANCE: advance over an outer tuple that is
- * known not to join to any inner tuple.
+ * EXEC_MJ_SKIPOUTER_ADVANCE: advance over an outer tuple that
+ * is known not to join to any inner tuple.
*
* Before advancing, we check to see if we must emit an
* outer-join fill tuple for this outer tuple.
break;
/*
- * SKIPINNER_ADVANCE: advance over an inner tuple that is
- * known not to join to any outer tuple.
+ * EXEC_MJ_SKIPINNER_ADVANCE: advance over an inner tuple that
+ * is known not to join to any outer tuple.
*
* Before advancing, we check to see if we must emit an
* outer-join fill tuple for this inner tuple.