~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-26 10:23:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2456.
  • Revision ID: olafvdspek@gmail.com-20111026102323-09bxs9tyqjxn3z04
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
class user_var_entry
29
29
{
30
 
 public:
 
30
public:
31
31
  user_var_entry(const char*, query_id_t id) :
32
32
    value(NULL),
33
33
    length(0),