~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

Started abstracting Protocol, removed init_connect, init_file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
extern const char * const TRN_EXT;
106
106
extern char language[FN_REFLEN];
107
107
extern char glob_hostname[FN_REFLEN], drizzle_home[FN_REFLEN];
108
 
extern char pidfile_name[FN_REFLEN], system_time_zone[30], *opt_init_file;
 
108
extern char pidfile_name[FN_REFLEN], system_time_zone[30];
109
109
extern char *opt_tc_log_file;
110
110
extern const double log_10[309];
111
111
extern uint64_t log_10_int[20];
157
157
       LOCK_global_read_lock,
158
158
       LOCK_global_system_variables;
159
159
 
160
 
extern pthread_rwlock_t LOCK_sys_init_connect;
161
160
extern pthread_rwlock_t LOCK_system_variables_hash;
162
161
extern pthread_cond_t COND_refresh, COND_thread_count;
163
162
extern pthread_cond_t COND_global_read_lock;