~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
  /* Variables with default values */
244
244
  proc_info="login";
245
245
  where= Session::DEFAULT_WHERE;
246
 
  server_id = ::server_id;
247
246
  command=COM_CONNECT;
248
247
 
249
248
  init();