~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Jay Pipes
  • Date: 2008-08-25 21:12:17 UTC
  • mfrom: (322.2.4 stdize-code)
  • Revision ID: jay@mysql.com-20080825211217-eqvfmcgvkoktdvtr
From Mats.  Corrected build issue with missing Makefile target

Show diffs side-by-side

added added

removed removed

Lines of Context:
891
891
 
892
892
  net_end_statement(thd);
893
893
 
894
 
  thd->proc_info= "closing tables";
 
894
  thd->set_proc_info("closing tables");
895
895
  /* Free tables */
896
896
  close_thread_tables(thd);
897
897