~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduler.cc

Merged uint fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
   end_thread(end_thread_dummy), end(end_dummy)
48
48
{}
49
49
 
50
 
static uint created_threads, killed_threads;
 
50
static uint32_t created_threads, killed_threads;
51
51
static bool kill_pool_threads;
52
52
 
53
53
static struct event thd_add_event;
196
196
 
197
197
static bool libevent_init(void)
198
198
{
199
 
  uint i;
 
199
  uint32_t i;
200
200
 
201
201
  event_init();
202
202