~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to sql/ha_ndbcluster_binlog.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-07-21 07:09:29 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20150721070929-mg4dpqkgg3it1ajf
Tags: upstream-5.6.25
ImportĀ upstreamĀ versionĀ 5.6.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
  Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
 
2
  Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
3
3
 
4
4
  This program is free software; you can redistribute it and/or modify
5
5
  it under the terms of the GNU General Public License as published by
4833
4833
  char path[FN_REFLEN + 1];
4834
4834
 
4835
4835
  build_table_filename(path, sizeof(path) - 1, dbname, "", "", 0);
4836
 
  if (find_files(thd, &files, dbname, path, NullS, 0) != FIND_FILES_OK)
 
4836
  if (find_files(thd, &files, dbname, path, NullS, 0, NULL) !=
 
4837
      FIND_FILES_OK)
4837
4838
  {
4838
4839
    thd->clear_error();
4839
4840
    DBUG_PRINT("info", ("Failed to find files"));