~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2010-03-15 22:57:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1344.
  • Revision ID: brian@gaz-20100315225737-72okaenigqt4b3oe
Lets hide stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
    To ensure this one can use set_table_cache() methods.
197
197
  */
198
198
  LEX_STRING table_cache_key;
 
199
private:
199
200
  LEX_STRING db;                        /* Pointer to db */
 
201
public:
200
202
  LEX_STRING table_name;                /* Table name (for open) */
201
203
  LEX_STRING path;      /* Path to table (from datadir) */
202
204
  LEX_STRING normalized_path;           /* unpack_filename(path) */