~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sj_tmp_table.cc

  • Committer: ysano
  • Date: 2008-11-08 07:03:47 UTC
  • mto: This revision was merged to the branch mainline in revision 584.
  • Revision ID: ysano@vm-20081108070347-cvsvini2pqe8g7eb
Rename mysql to drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
    sprintf(path,"%s%lx_%"PRIx64"_%x", tmp_file_prefix,current_pid,
91
91
            session->thread_id, session->tmp_table++);
92
92
  }
93
 
  fn_format(path, path, mysql_tmpdir, "", MY_REPLACE_EXT|MY_UNPACK_FILENAME);
 
93
  fn_format(path, path, drizzle_tmpdir, "", MY_REPLACE_EXT|MY_UNPACK_FILENAME);
94
94
 
95
95
  /* STEP 2: Figure if we'll be using a key or blob+constraint */
96
96
  if (uniq_tuple_length_arg >= CONVERT_IF_BIGGER_TO_BLOB)