~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-05-04 18:35:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1004.
  • Revision ID: brian@gaz-20090504183531-aa17z3aiezxw3de4
Removed dead no_replicate

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
  */
268
268
  bool open_placeholder;
269
269
  bool locked_by_logger;
270
 
  bool no_replicate;
271
270
  bool locked_by_name;
272
271
  bool no_cache;
273
272
  /* To signal that the table is associated with a HANDLER statement */