~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.cc

  • Committer: Brian Aker
  • Date: 2009-11-29 19:01:41 UTC
  • mfrom: (1222.1.15 staging)
  • Revision ID: brian@gaz-20091129190141-0ksfbp6nw377xb73
Whitespace fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2362
2362
  status_var_increment(session->status_var.created_tmp_tables);
2363
2363
 
2364
2364
  /* if we run out of slots or we are not using tempool */
2365
 
  sprintf(path,"%s%lx_%"PRIx64"_%x", TMP_FILE_PREFIX, (unsigned long)current_pid,
2366
 
          session->thread_id, session->tmp_table++);
 
2365
  snprintf(path, FN_REFLEN, "%s%lx_%"PRIx64"_%x", TMP_FILE_PREFIX, (unsigned long)current_pid,
 
2366
           session->thread_id, session->tmp_table++);
2367
2367
 
2368
2368
  /*
2369
2369
    No need to change table name to lower case as we are only creating