#include <config.h>#include <drizzled/sql_select.h>#include <drizzled/field/blob.h>#include <drizzled/drizzled.h>#include <drizzled/internal/my_sys.h>#include <drizzled/table.h>#include <drizzled/session.h>#include <drizzled/system_variables.h>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | drizzled |
| TODO: Rename this file - func.h is stupid. | |
Functions | |
| static uint32_t | drizzled::used_blob_length (CacheField **ptr) |
| int | drizzled::join_init_cache (Session *session, JoinTable *tables, uint32_t table_count) |
Implementation of the JOIN cache
Definition in file join_cache.cc.