~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Eric Day
  • Date: 2009-03-27 20:35:31 UTC
  • mto: (968.1.1 lib-merge)
  • mto: This revision was merged to the branch mainline in revision 969.
  • Revision ID: eday@oddments.org-20090327203531-4am4v2x42eylezmq
Fixes for Solaris build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
  Number of currently active user connections. The variable is protected by
426
426
  LOCK_thread_count.
427
427
*/
428
 
drizzled::atomic<uint32_t> connection_count;
 
428
tbb::atomic<uint32_t> connection_count;
429
429
 
430
430
/* Function declarations */
431
431