~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-03-10 22:27:47 UTC
  • mto: This revision was merged to the branch mainline in revision 929.
  • Revision ID: brian@tangent.org-20090310222747-k639h601rntikd63
Remove dead code around old procedures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1385
1385
                        select_lex->item_list,
1386
1386
                        select_lex->where,
1387
1387
                        0, (order_st *)NULL, (order_st *)NULL, (Item *)NULL,
1388
 
                        (order_st *)NULL,
1389
 
                        select_lex->options | session->options |
1390
 
                        SELECT_NO_JOIN_CACHE | SELECT_NO_UNLOCK |
1391
 
                        OPTION_SETUP_TABLES_DONE,
 
1388
                        select_lex->options | session->options | SELECT_NO_JOIN_CACHE | SELECT_NO_UNLOCK | OPTION_SETUP_TABLES_DONE,
1392
1389
                        del_result, unit, select_lex);
1393
1390
      res|= session->is_error();
1394
1391
      if (res)