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

DBUG_ASSERT(fixed == 0) added to fix_fields()

This commit is contained in:
bell@sanja.is.com.ua
2004-03-17 14:26:26 +02:00
parent b8c065c527
commit 8035ce40ec
18 changed files with 296 additions and 99 deletions

View File

@ -432,4 +432,4 @@ bool cp_buffer_from_ref(TABLE_REF *ref);
bool error_if_full_join(JOIN *join);
int report_error(TABLE *table, int error);
int safe_index_read(JOIN_TAB *tab);
COND *eliminate_not_funcs(COND *cond);
COND *eliminate_not_funcs(THD *thd, COND *cond);