1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

prevent substituting Item_ref as VIEW fields in WHERE conditions (BUG#5969)

prevent filling temporary tables of views on list fields command
This commit is contained in:
bell@sanja.is.com.ua
2004-10-10 11:01:05 +03:00
parent 183036ea9a
commit 41ddca4d68
3 changed files with 13 additions and 8 deletions

View File

@@ -1533,7 +1533,7 @@ int SQL_SELECT::test_quick_select(THD *thd, key_map keys_to_use,
{
uint idx;
double scan_time;
DBUG_ENTER("test_quick_select");
DBUG_ENTER("SQL_SELECT::test_quick_select");
//printf("\nQUERY: %s\n", thd->query);
DBUG_PRINT("enter",("keys_to_use: %lu prev_tables: %lu const_tables: %lu",
keys_to_use.to_ulonglong(), (ulong) prev_tables,