1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#9103 merge to 5.0

sql/sql_select.h:
  Auto merged
This commit is contained in:
unknown
2005-04-20 12:09:56 +04:00
5 changed files with 41 additions and 8 deletions

View File

@ -520,7 +520,7 @@ public:
const char *name() const { return "const"; }
};
bool cp_buffer_from_ref(TABLE_REF *ref);
bool cp_buffer_from_ref(THD *thd, TABLE_REF *ref);
bool error_if_full_join(JOIN *join);
int report_error(TABLE *table, int error);
int safe_index_read(JOIN_TAB *tab);