~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.cc

Merged from codestyle.

Show diffs side-by-side

added added

removed removed

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