~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Brian Aker
  • Date: 2008-10-10 07:00:22 UTC
  • mfrom: (492.1.15 codestyle)
  • Revision ID: brian@tangent.org-20081010070022-aud6tq3a82emaujj
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
2520
2520
 
2521
2521
  strxmov(path, table->s->normalized_path.str, reg_ext, NULL);
2522
2522
 
2523
 
  if ((file= my_open(path, O_RDWR|O_BINARY, MYF(MY_WME))) >= 0)
 
2523
  if ((file= my_open(path, O_RDWR, MYF(MY_WME))) >= 0)
2524
2524
  {
2525
2525
    unsigned char version[4];
2526
2526
    char *key= table->s->table_cache_key.str;