~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Monty Taylor
  • Date: 2008-12-10 02:09:33 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210020933-nh3biepurtx2nc7j
Moved pthread keys

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#include <string>
49
49
#include <bitset>
50
50
 
 
51
 
 
52
 
51
53
typedef class st_select_lex SELECT_LEX;
52
54
typedef struct st_mysql_lock DRIZZLE_LOCK;
53
55
typedef struct st_ha_create_information HA_CREATE_INFO;
196
198
extern DRIZZLE_BIN_LOG drizzle_bin_log;
197
199
extern TableList general_log, slow_log;
198
200
extern FILE *stderror_file;
199
 
extern pthread_key_t THR_MALLOC;
200
201
extern pthread_mutex_t LOCK_drizzle_create_db,LOCK_open, LOCK_lock_db,
201
202
       LOCK_thread_count,LOCK_user_locks, LOCK_status,
202
203
       LOCK_error_log, LOCK_uuid_generator,