~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_sys.h

  • Committer: Monty Taylor
  • Date: 2008-07-14 22:29:09 UTC
  • mto: (77.6.2 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 159.
  • Revision ID: monty@inaugust.com-20080714222909-6qu1bjrwiwq9htm7
Removed skip-external-locking.

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