~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_sys.h

  • Committer: Brian Aker
  • Date: 2008-07-14 22:18:37 UTC
  • mfrom: (77.1.96 codestyle)
  • Revision ID: brian@tangent.org-20080714221837-oceoshx7fjkla9u3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
extern ulong sf_malloc_cur_memory, sf_malloc_max_memory;
206
206
 
207
207
extern ulong    my_default_record_cache_size;
208
 
extern bool my_disable_locking, my_disable_async_io,
 
208
extern bool my_disable_async_io,
209
209
               my_disable_flush_key_blocks, my_disable_symlinks;
210
210
extern char     wild_many, wild_one, wild_prefix;
211
211
extern const char *charsets_dir;
500
500
extern int my_delete(const char *name,myf MyFlags);
501
501
extern int my_getwd(char * buf,size_t size,myf MyFlags);
502
502
extern int my_setwd(const char *dir,myf MyFlags);
503
 
extern int my_lock(File fd,int op,my_off_t start, my_off_t length,myf MyFlags);
504
503
extern void *my_once_alloc(size_t Size,myf MyFlags);
505
504
extern void my_once_free(void);
506
505
extern char *my_once_strdup(const char *src,myf myflags);