~skinny.moey/drizzle/transaction_id_innodb

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.h

  • Committer: Joseph Daly
  • Date: 2010-10-31 20:44:18 UTC
  • mfrom: (1856.2.38 build)
  • Revision ID: skinny.moey@gmail.com-20101031204418-dq03jokakmudu3iu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  { 
43
43
    name.str= strdup(arg);
44
44
    name.length= strlen(arg);
45
 
  };
 
45
  }
46
46
 
47
47
  ~user_var_entry()
48
48
  {