1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Subquery optimizations backport: fix test failures, update test results.

This commit is contained in:
Sergey Petrunya
2010-02-18 00:59:41 +03:00
parent 663773aa8c
commit d63959eed3
13 changed files with 117 additions and 81 deletions

View File

@@ -2890,6 +2890,7 @@ void TMP_TABLE_PARAM::init()
quick_group= 1;
table_charset= 0;
precomputed_group_by= 0;
bit_fields_as_long= 0;
DBUG_VOID_RETURN;
}