~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
4882
4882
    tbl.table_name= tbl.alias= tmp_name;
4883
4883
    /* Table is in thd->temporary_tables */
4884
4884
    new_table= open_table(thd, &tbl, thd->mem_root, (bool*) 0,
4885
 
                          MYSQL_LOCK_IGNORE_FLUSH);
 
4885
                          DRIZZLE_LOCK_IGNORE_FLUSH);
4886
4886
  }
4887
4887
  else
4888
4888
  {