~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-28 17:30:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2362.
  • Revision ID: olafvdspek@gmail.com-20110628173049-tubak2je3jz52wod
Remove unused Item::orig_name
Add some const

Show diffs side-by-side

added added

removed removed

Lines of Context:
713
713
*/
714
714
 
715
715
static int64_t
716
 
get_date_from_str(Session *session, String *str, type::timestamp_t warn_type,
717
 
                  char *warn_name, bool *error_arg)
 
716
get_date_from_str(Session *session, String *str, type::timestamp_t warn_type, const char *warn_name, bool *error_arg)
718
717
{
719
718
  int64_t value= 0;
720
719
  type::cut_t error= type::VALID;