~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Brian Aker
  • Date: 2009-05-26 20:45:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1040.
  • Revision ID: brian@gaz-20090526204527-27uxzwkkitgoxjaz
Bits of dead code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
extern bool array_append_string_unique(const char *str,
378
378
                                          const char **array, size_t size);
379
379
extern void get_date(char * to,int timeflag,time_t use_time);
380
 
extern void soundex(CHARSET_INFO *, char * out_pntr, char * in_pntr,
381
 
                    bool remove_garbage);
382
380
extern int init_record_cache(RECORD_CACHE *info,size_t cachesize,File file,
383
381
                             size_t reclength,enum cache_type type,
384
382
                             bool use_async_io);
448
446
extern ha_checksum my_checksum(ha_checksum crc, const unsigned char *mem,
449
447
                               size_t count);
450
448
extern void my_sleep(uint32_t m_seconds);
451
 
extern uint64_t my_set_max_open_files(uint64_t files);
452
449
void my_free_open_file_info(void);
453
450
 
454
451
extern uint64_t my_getsystime(void);