~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/kill.cc

  • Committer: Brian Aker
  • Date: 2011-02-18 16:48:57 UTC
  • mfrom: (2180.1.3 drizzle-staging)
  • Revision ID: brian@tangent.org-20110218164857-4n61en8wai9c91gi
Rollup all of Olaf's branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
      getSession()->getLex()->type= ONLY_KILL_QUERY;
39
39
    }
40
40
 
41
 
    getSession()->getLex()->value_list.empty();
 
41
    getSession()->getLex()->value_list.clear();
42
42
    getSession()->getLex()->value_list.push_front(item);
43
43
    getSession()->getLex()->sql_command= SQLCOM_KILL;
44
44
  }