~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Monty Taylor
  • Date: 2009-01-30 07:03:19 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130070319-ubkdm54mm7u7vk7z
More fixy-fixes.

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);