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

fixes for warnings and compile errors for the fix of bug 26243

This commit is contained in:
gkodinov/kgeorge@macbook.gmz
2008-03-29 16:12:23 +02:00
parent 7cb4b7c19d
commit 84f761daaf
4 changed files with 9 additions and 5 deletions

View File

@ -444,7 +444,9 @@ bool st_select_lex_unit::exec()
}
/* re-enabling indexes for next subselect iteration */
if (union_distinct && table->file->enable_indexes(HA_KEY_SWITCH_ALL))
{
DBUG_ASSERT(0);
}
}
for (SELECT_LEX *sl= select_cursor; sl; sl= sl->next_select())
{