~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.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:
244
244
  open_options=ha_open_options;
245
245
  update_lock_default= TL_WRITE;
246
246
  session_tx_isolation= (enum_tx_isolation) variables.tx_isolation;
247
 
  warn_list.empty();
 
247
  warn_list.clear();
248
248
  memset(warn_count, 0, sizeof(warn_count));
249
249
  memset(&status_var, 0, sizeof(status_var));
250
250