31 #include <drizzled/sql_string.h>
32 #include <drizzled/session.h>
42 const char *index_hint_type_name[] =
59 str.append(STRING_WITH_LEN(index_hint_type_name[type]));
60 str.append(STRING_WITH_LEN(
" ("));
63 if (is_primary_key(key_name))
69 str.append_identifier(
str_ref(key_name));
TODO: Rename this file - func.h is stupid.
void print(String &) const