~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.cc

  • Committer: Super-User
  • Date: 2008-11-24 22:51:33 UTC
  • mto: This revision was merged to the branch mainline in revision 611.
  • Revision ID: root@bitters-20081124225133-rllwss4v51tzx1cf
Yay! Compiles on Solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2096
2096
*/
2097
2097
 
2098
2098
void 
2099
 
Field::set_datetime_warning(DRIZZLE_ERROR::enum_warning_level level, uint32_t code, 
 
2099
Field::set_datetime_warning(DRIZZLE_ERROR::enum_warning_level level, const uint32_t code, 
2100
2100
                            double nr, enum enum_drizzle_timestamp_type ts_type)
2101
2101
{
2102
2102
  Session *session= table ? table->in_use : current_session;