~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Brian Aker
  • Date: 2008-11-13 02:56:15 UTC
  • mfrom: (575.4.10 devel)
  • Revision ID: brian@tangent.org-20081113025615-snhsi52yb2ivmx6f
Merging Monty's code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
361
361
      */
362
362
 
363
363
      IO_CACHE tempfile;
364
 
      if (open_cached_file(&tempfile, mysql_tmpdir,TEMP_PREFIX,
 
364
      if (open_cached_file(&tempfile, drizzle_tmpdir,TEMP_PREFIX,
365
365
                           DISK_BUFFER_SIZE, MYF(MY_WME)))
366
366
        goto err;
367
367