~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Stewart Smith
  • Date: 2009-03-16 06:58:44 UTC
  • mto: (942.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 940.
  • Revision ID: stewart@flamingspork.com-20090316065844-zjv6uh8a4i3coujc
yet more variable alignment/type fixes.

Makes status test pass on solaris sparc64

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
extern uint64_t log_10_int[20];
116
116
extern uint64_t keybuff_size;
117
117
extern uint64_t session_startup_options;
118
 
extern ulong thread_id;
 
118
extern uint32_t thread_id;
119
119
extern uint64_t aborted_threads;
120
120
extern uint64_t aborted_connects;
121
121
extern uint64_t slow_launch_threads;