~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/mysql_priv.h

  • Committer: Brian Aker
  • Date: 2008-08-01 20:40:12 UTC
  • Revision ID: brian@tangent.org-20080801204012-zh5wywtkhqhtbi6p
Removed dead structures for I_S which are gone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1375
1375
extern bool opt_slow_log;
1376
1376
extern ulong log_output_options;
1377
1377
extern bool opt_log_queries_not_using_indexes;
1378
 
extern bool opt_disable_networking, opt_skip_show_db;
1379
1378
extern bool opt_character_set_client_handshake;
1380
1379
extern bool volatile abort_loop, shutdown_in_progress;
1381
1380
extern uint volatile thread_count, thread_running, global_read_lock;