~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.h

  • Committer: Jay Pipes
  • Date: 2009-01-30 04:38:21 UTC
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090130043821-4d7jg2ftabefamxb
Fixes for the QUARTER() function to use new Temporal system and throw
errors on bad datetime values.

Added test case for QUARTER() function and modified func_time.test existing
test to correctly throw errors and report NULL, not 0 on NULL input.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
struct st_remember {
33
33
  int number;
34
 
  RETSIGTYPE (*func)(int number);
 
34
  void (*func)(int number);
35
35
};
36
36
 
37
37
/*
60
60
 
61
61
extern const char *soundex_map;
62
62
 
63
 
extern USED_MEM* my_once_root_block;
64
 
extern uint      my_once_extra;
65
 
 
66
63
extern unsigned char    *sf_min_adress,*sf_max_adress;
67
64
extern uint     sf_malloc_count;
68
65
extern struct st_irem *sf_malloc_root;