~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_class.h

  • Committer: Brian Aker
  • Date: 2008-07-13 19:39:24 UTC
  • Revision ID: brian@tangent.org-20080713193924-tf5yc33skcq224uf
More my_bool conversion. This time the set_var class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
    compatibility option:
330
330
      - index usage hints (USE INDEX without a FOR clause) behave as in 5.0 
331
331
  */
332
 
  my_bool old_mode;
333
 
  my_bool query_cache_wlock_invalidate;
 
332
  bool old_mode;
334
333
  my_bool engine_condition_pushdown;
335
334
  my_bool keep_files_on_create;
336
335