~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/functions/unsigned.cc

  • Committer: Monty Taylor
  • Date: 2008-10-20 08:48:34 UTC
  • mfrom: (520.1.22 drizzle)
  • Revision ID: monty@inaugust.com-20081020084834-xpb3w01vkcp55o02
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
  value= val_int_from_str(&error);
55
55
  if (error < 0)
56
 
    push_warning(current_thd, DRIZZLE_ERROR::WARN_LEVEL_WARN, ER_UNKNOWN_ERROR,
 
56
    push_warning(current_session, DRIZZLE_ERROR::WARN_LEVEL_WARN, ER_UNKNOWN_ERROR,
57
57
                 "Cast to unsigned converted negative integer to it's "
58
58
                 "positive complement");
59
59
  return value;