MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Join_tab_compare_straight Class Reference

#include <sql_select.h>

Public Member Functions

bool operator() (const JOIN_TAB *jt1, const JOIN_TAB *jt2)

Detailed Description

"Less than" comparison function object used to compare two JOIN_TAB objects that are joined using STRAIGHT JOIN. For STRAIGHT JOINs, the join order is dictated by the relative order of the tables in the query which is reflected in JOIN_TAB::dependent. Table size and key dependencies are ignored here.

Definition at line 1055 of file sql_select.h.


The documentation for this class was generated from the following file: