~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Jay Pipes
  • Date: 2009-06-11 17:13:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1061.
  • Revision ID: jpipes@serialcoder-20090611171312-84c6cypxgdks4z6p
Removes dead Session::catalog member variable

Show diffs side-by-side

added added

removed removed

Lines of Context:
514
514
   */
515
515
  char *thread_stack;
516
516
 
517
 
  /** 
518
 
   * Currently selected catalog. 
519
 
   *
520
 
   * @note
521
 
   *
522
 
   * From JRP: AFAICT, this is/was only used in replication stream...possibly
523
 
   * can be killed off.
524
 
   */
525
 
  char *catalog;
526
 
 
527
517
  /**
528
518
    @note
529
519
    Some members of Session (currently 'Statement::db',
530
 
    'catalog' and 'query')  are set and alloced by the slave SQL thread
 
520
    'query')  are set and alloced by the slave SQL thread
531
521
    (for the Session of that thread); that thread is (and must remain, for now)
532
522
    the only responsible for freeing these 3 members. If you add members
533
523
    here, and you add code to set them in replication, don't forget to