~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Brian Aker
  • Date: 2009-02-02 23:10:18 UTC
  • mfrom: (779.3.40 devel)
  • Revision ID: brian@tangent.org-20090202231018-zlp0hka6kgwy1vfy
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
475
475
extern ha_checksum my_checksum(ha_checksum crc, const unsigned char *mem,
476
476
                               size_t count);
477
477
extern void my_sleep(uint32_t m_seconds);
478
 
extern uint32_t my_set_max_open_files(uint32_t files);
 
478
extern uint64_t my_set_max_open_files(uint64_t files);
479
479
void my_free_open_file_info(void);
480
480
 
481
481
extern uint64_t my_getsystime(void);