~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common_fwd.h

  • Committer: Mark Atwood
  • Date: 2011-04-29 17:30:52 UTC
  • mfrom: (2296.1.2 local-fix)
  • Revision ID: me@mark.atwood.name-20110429173052-3hg0h8rxphrasm0s
mergeĀ ~brianaker/drizzle/iocached-rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
namespace internal
57
57
{
58
 
  typedef struct st_io_cache IO_CACHE;
 
58
  struct io_cache_st;
59
59
  
60
60
  struct st_my_thread_var;
61
61
}