~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_create.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2653
2653
 
2654
2654
  if (cs->mbminlen > 1)
2655
2655
  {
2656
 
    uint dummy_errors;
 
2656
    uint32_t dummy_errors;
2657
2657
    sp= new (thd->mem_root) Item_string("", 0, cs, DERIVATION_COERCIBLE, MY_REPERTOIRE_ASCII);
2658
2658
    sp->str_value.copy(" ", 1, &my_charset_utf8_general_ci, cs, &dummy_errors);
2659
2659
  }
3099
3099
{
3100
3100
  Item *res;
3101
3101
  uint32_t len;
3102
 
  uint dec;
 
3102
  uint32_t dec;
3103
3103
 
3104
3104
  switch (cast_type) {
3105
3105
  case ITEM_CAST_BINARY: