My Project
Public Member Functions
Join_tab_compare_straight Class Reference

#include <sql_select.h>

List of all members.

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines