~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2009-08-11 20:22:59 UTC
  • mfrom: (1093.1.59 captain)
  • Revision ID: brian@gaz-20090811202259-5a92huu2yqmzdx1u
MErge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
/* information schema */
59
59
static const std::string INFORMATION_SCHEMA_NAME("information_schema");
60
60
 
61
 
/* mysqld.cc */
62
 
class ListenHandler;
 
61
/* drizzled.cc */
63
62
void refresh_status(Session *session);
64
 
bool drizzle_rm_tmp_tables(ListenHandler &listen_handler);
65
63
void unlink_session(Session *session);
66
64
 
67
65
/* item_func.cc */
105
103
extern const double log_10[309];
106
104
extern uint64_t log_10_int[20];
107
105
extern uint64_t session_startup_options;
108
 
extern uint32_t thread_id;
 
106
extern uint32_t global_thread_id;
109
107
extern uint64_t aborted_threads;
110
108
extern uint64_t aborted_connects;
111
109
extern uint64_t table_cache_size;
112
110
extern uint64_t table_def_size;
113
111
extern uint64_t max_connect_errors;
114
 
extern uint32_t connect_timeout;
115
112
extern uint32_t back_log;
116
113
extern pid_t current_pid;
117
114
extern std::bitset<12> test_flags;