~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduler.h

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
class scheduler_functions
34
34
{
35
35
public:
36
 
  uint max_threads;
 
36
  uint32_t max_threads;
37
37
  bool (*init)(void);
38
38
  bool (*init_new_connection_thread)(void);
39
39
  void (*add_connection)(THD *thd);