~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

  • Committer: Jay Pipes
  • Date: 2009-03-17 06:07:52 UTC
  • mto: This revision was merged to the branch mainline in revision 941.
  • Revision ID: jpipes@serialcoder-20090317060752-7rfx3wdx3yk8a7lk
Removes dead USER_CONN struct and member variable in Session class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
  init();
409
409
  /* Initialize sub structures */
410
410
  init_sql_alloc(&warn_root, WARN_ALLOC_BLOCK_SIZE, WARN_ALLOC_PREALLOC_SIZE);
411
 
  user_connect=(USER_CONN *)0;
412
411
  hash_init(&user_vars, system_charset_info, USER_VARS_HASH_SIZE, 0, 0,
413
412
            (hash_get_key) get_var_key,
414
413
            (hash_free_key) free_user_var, 0);