~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.cc

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
1963
1963
  pthread_mutex_unlock(&LOCK_status);
1964
1964
}
1965
1965
 
1966
 
#define extra_size sizeof(double)
1967
 
 
1968
1966
user_var_entry *Session::getVariable(LEX_STRING &name, bool create_if_not_exists)
1969
1967
{
1970
1968
  user_var_entry *entry= NULL;