~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/user_var_entry.cc

  • Committer: Brian Aker
  • Date: 2010-11-13 03:36:33 UTC
  • mto: This revision was merged to the branch mainline in revision 1929.
  • Revision ID: brian@tangent.org-20101113033633-3v9ep5ow832wmf4s
Merge up the tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
/** Get the value of a variable as a string. */
87
87
 
88
88
String *user_var_entry::val_str(bool *null_value, String *str,
89
 
                                uint32_t decimals)
 
89
                                uint32_t decimals)
90
90
{
91
91
  if ((*null_value= (value == 0)))
92
92
    return (String*) 0;