~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

  • Committer: Brian Aker
  • Date: 2009-03-10 01:10:43 UTC
  • mfrom: (910.4.8 sparc)
  • Revision ID: brian@tangent.org-20090310011043-tx0tm6034jlu4246
Fixes from Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
  if (session->client_capabilities & CLIENT_COMPRESS)
440
440
    session->net.compress=1;                            // Use compression
441
441
 
442
 
  /*
443
 
    Much of this is duplicated in create_embedded_session() for the
444
 
    embedded server library.
445
 
    TODO: refactor this to avoid code duplication there
446
 
  */
447
442
  session->version= refresh_version;
448
443
  session->set_proc_info(0);
449
444
  session->command= COM_SLEEP;