diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-15 17:17:16 +0300 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-05-15 17:17:16 +0300 |
commit | 0af9818240a0745aca3fd94891664fe008de24fe (patch) | |
tree | 2074689c7de4be94ae94b13ab2d5b5831882d902 /storage/innobase/include/buf0dblwr.h | |
parent | 6ac84d9824ec384c4489b68b8087369aef147ff9 (diff) | |
download | mariadb-git-0af9818240a0745aca3fd94891664fe008de24fe.tar.gz |
5.6.36
Diffstat (limited to 'storage/innobase/include/buf0dblwr.h')
-rw-r--r-- | storage/innobase/include/buf0dblwr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/buf0dblwr.h b/storage/innobase/include/buf0dblwr.h index a62a6400d97..18e124b7437 100644 --- a/storage/innobase/include/buf0dblwr.h +++ b/storage/innobase/include/buf0dblwr.h @@ -1,6 +1,6 @@ /***************************************************************************** -Copyright (c) 1995, 2014, Oracle and/or its affiliates. All Rights Reserved. +Copyright (c) 1995, 2017, Oracle and/or its affiliates. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -55,7 +55,7 @@ recovery, this function loads the pages from double write buffer into memory. */ void buf_dblwr_init_or_load_pages( /*=========================*/ - os_file_t file, + pfs_os_file_t file, char* path, bool load_corrupt_pages); |