~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/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:
4033
4033
    No need to change table name to lower case as we are only creating
4034
4034
    MyISAM or HEAP tables here
4035
4035
  */
4036
 
  fn_format(path, path, mysql_tmpdir, "", MY_REPLACE_EXT|MY_UNPACK_FILENAME);
 
4036
  fn_format(path, path, drizzle_tmpdir, "", MY_REPLACE_EXT|MY_UNPACK_FILENAME);
4037
4037
 
4038
4038
 
4039
4039
  if (group)