diff options
author | bell@sanja.is.com.ua <> | 2003-01-29 19:42:39 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-01-29 19:42:39 +0200 |
commit | 214036a7f6c87eb2768002ea2b278764c4ddc05d (patch) | |
tree | 185b3adb213d5a97368591628a459b65b72ea537 /sql/sql_prepare.cc | |
parent | fd2e31756beaa00a98083b6c10e8e64d3f45a4e5 (diff) | |
download | mariadb-git-214036a7f6c87eb2768002ea2b278764c4ddc05d.tar.gz |
improving of fields list creation in derived tables and unions
fixed length of fields created in fubselect
fixed resolving fields of reduced in derived table subselect
Diffstat (limited to 'sql/sql_prepare.cc')
-rw-r--r-- | sql/sql_prepare.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index 830848ce0c8..1d886949633 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -568,7 +568,7 @@ static bool mysql_test_select_fields(PREP_STMT *stmt, TABLE_LIST *tables, if (join->prepare(&select_lex->ref_pointer_array, tables, wild_num, conds, og_num, order, group, having, proc, - select_lex, unit, 0)) + select_lex, unit, 0, 0)) DBUG_RETURN(1); /* |