~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 03:44:51 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221034451-hmztoep4qbaqne8w
Trims more out of server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
    const char *ext= strchr(filename->c_str(), '.');
228
228
 
229
229
    if (ext == NULL || my_strcasecmp(system_charset_info, ext, ARZ) ||
230
 
        is_prefix(filename->c_str(), TMP_FILE_PREFIX))
 
230
        (filename->compare(0, strlen(TMP_FILE_PREFIX), TMP_FILE_PREFIX) == 0))
231
231
    {  }
232
232
    else
233
233
    {