~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/insert_select.cc

init_read_record_idx return result should be checked now that it checks startIndexScan result.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    select_lex->table_list.first= (unsigned char*) second_table;
63
63
    select_lex->context.table_list=
64
64
      select_lex->context.first_name_resolution_table= second_table;
65
 
    res= mysql_insert_select_prepare(session);
 
65
    res= insert_select_prepare(session);
66
66
    if (! res && (sel_result= new select_insert(first_table,
67
67
                                                first_table->table,
68
68
                                                &session->lex->field_list,