~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.cc

  • Committer: Brian Aker
  • Date: 2008-08-01 19:38:01 UTC
  • Revision ID: brian@tangent.org-20080801193801-ybcgw5ciozzzyyld
Cleanup around rand.

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
  protocol_text.init(this);
579
579
 
580
580
  tablespace_op= false;
581
 
  tmp= sql_rnd_with_mutex();
 
581
  tmp= sql_rnd();
582
582
  randominit(&rand, tmp + (ulong) &rand, tmp + (ulong) ::global_query_id);
583
583
  substitute_null_with_insert_id = false;
584
584
  thr_lock_info_init(&lock_info); /* safety: will be reset after start */