~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/table.h

  • Committer: Brian Aker
  • Date: 2008-07-12 14:55:02 UTC
  • Revision ID: brian@tangent.org-20080712145502-yp3e3gkwun24f0mp
Removed dead FT bits. Small refactoring in sql_plugin.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
526
526
  my_bool locked_by_logger;
527
527
  my_bool no_replicate;
528
528
  my_bool locked_by_name;
529
 
  my_bool fulltext_searched;
530
529
  my_bool no_cache;
531
530
  /* To signal that the table is associated with a HANDLER statement */
532
531
  my_bool open_by_handler;