~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_class.cc

  • Committer: Brian Aker
  • Date: 2008-07-09 07:05:02 UTC
  • Revision ID: brian@tangent.org-20080709070502-33a3vehqeuy2e1op
Removed unwanted ALTER TABLESPACE, left in valuable bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
597
597
  protocol= &protocol_text;                     // Default protocol
598
598
  protocol_text.init(this);
599
599
 
600
 
  tablespace_op=FALSE;
 
600
  tablespace_op= false;
601
601
  tmp= sql_rnd_with_mutex();
602
602
  randominit(&rand, tmp + (ulong) &rand, tmp + (ulong) ::global_query_id);
603
603
  substitute_null_with_insert_id = FALSE;