~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/uuid.cc

  • Committer: Mark Atwood
  • Date: 2011-06-22 05:48:25 UTC
  • mfrom: (2318.6.17 refactor12)
  • Revision ID: me@mark.atwood.name-20110622054825-mf8nxjs9dxcpvcfe
bzr merge lp:~olafvdspek/drizzle/refactor12

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
  return 1;
99
99
}
100
100
 
101
 
void Uuid::sql_type(String &res) const
102
 
{
103
 
  res.set_ascii(STRING_WITH_LEN("uuid"));
104
 
}
105
 
 
106
101
double Uuid::val_real() const
107
102
{
108
103
  ASSERT_COLUMN_MARKED_FOR_READ;