~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1026
1026
    {
1027
1027
      Item_field *item= (Item_field*) value_arg;
1028
1028
      if (!(value=new Item_string(item->field_name,
1029
 
                  (uint) strlen(item->field_name),
 
1029
                  (uint32_t) strlen(item->field_name),
1030
1030
                                  item->collation.collation)))
1031
1031
        value=value_arg;                        /* Give error message later */
1032
1032
    }