~stewart/drizzle/nofrm

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Stewart Smith
  • Date: 2009-02-22 06:28:04 UTC
  • mfrom: (869.1.29 drizzle)
  • Revision ID: stewart@flamingspork.com-20090222062804-ssplgcffmroxwjph
mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
extern uint64_t table_cache_size;
124
124
extern uint64_t table_def_size;
125
125
extern uint64_t max_connect_errors;
126
 
extern uint64_t connect_timeout;
 
126
extern uint32_t connect_timeout;
127
127
extern uint32_t back_log;
128
128
extern pid_t current_pid;
129
129
extern uint64_t expire_logs_days;
286
286
TYPELIB *convert_strings_to_array_type(char * *typelibs, char * *end);
287
287
TYPELIB *typelib(MEM_ROOT *mem_root, List<String> &strings);
288
288
ulong get_form_pos(File file, unsigned char *head, TYPELIB *save_names);
289
 
ulong make_new_entry(File file,unsigned char *fileinfo,TYPELIB *formnames,
 
289
off_t make_new_entry(File file,unsigned char *fileinfo,TYPELIB *formnames,
290
290
                     const char *newname);
291
291
ulong next_io_size(ulong pos);
292
292
void append_unescaped(String *res, const char *pos, uint32_t length);