~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.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:
963
963
                      table_list, select_lex->with_wild,
964
964
                      total_list,
965
965
                      conds, 0, (order_st *) NULL, (order_st *)NULL, (Item *) NULL,
966
 
                      (order_st *)NULL,
967
966
                      options | SELECT_NO_JOIN_CACHE | SELECT_NO_UNLOCK |
968
967
                      OPTION_SETUP_TABLES_DONE,
969
968
                      result, unit, select_lex);