~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2009-03-09 17:20:33 UTC
  • Revision ID: brian@tangent.org-20090309172033-71f38894bnzeqqms
Remove last of HANDLER code. (Done to cleanup LCOV)

Show diffs side-by-side

added added

removed removed

Lines of Context:
533
533
  ulong client_capabilities;            /* What the client supports */
534
534
  ulong max_client_packet_length;
535
535
 
536
 
  HASH          handler_tables_hash;
537
536
  /*
538
537
    One thread can hold up to one named user-level lock. This variable
539
538
    points to a lock object if the lock is present. See item_func.cc and