~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_show.cc

  • Committer: Monty Taylor
  • Date: 2008-11-07 04:42:46 UTC
  • mfrom: (575.4.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107044246-n8hnlrzsjn0uvca0
Merged from ysano. Reverted changes to storage/innobase/handler, which is not built by drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2047
2047
      if (files->push_back(i_s_name_copy))
2048
2048
        return 1;
2049
2049
    }
2050
 
    return (find_files(session, files, NULL, mysql_data_home,
 
2050
    return (find_files(session, files, NULL, drizzle_data_home,
2051
2051
                       lookup_field_vals->db_value.str, 1) != FIND_FILES_OK);
2052
2052
  }
2053
2053
 
2079
2079
    return 1;
2080
2080
  *with_i_schema= 1;
2081
2081
  return (find_files(session, files, NULL,
2082
 
                     mysql_data_home, NULL, 1) != FIND_FILES_OK);
 
2082
                     drizzle_data_home, NULL, 1) != FIND_FILES_OK);
2083
2083
}
2084
2084
 
2085
2085