~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_list.h

  • Committer: Brian Aker
  • Date: 2008-10-20 03:40:03 UTC
  • mto: (492.3.21 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081020034003-t2dcnl0ayr2ymm8k
THD -> Session rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
490
490
 
491
491
/*
492
492
  A simple intrusive list which automaticly removes element from list
493
 
  on delete (for THD element)
 
493
  on delete (for Session element)
494
494
*/
495
495
 
496
496
struct ilink
638
638
  Evidently not all template arguments have clone() method with
639
639
  the right signature.
640
640
 
641
 
  @return You must query the error state in THD for out-of-memory
 
641
  @return You must query the error state in Session for out-of-memory
642
642
  situation after calling this function.
643
643
*/
644
644