summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fsp0file.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-12-14 14:27:35 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-12-14 14:27:35 +0200
commit92a4e76a2c1c15fb44dc0cb05e06d5aa408a8e35 (patch)
treef6b2e12a327d7e0991aac68859fc33a62d8f8787 /storage/innobase/include/fsp0file.h
parentb1d647ae85d6b9bd08800034492cb6bd166bfa9d (diff)
parent660cfe4782380bbb10ab844014b82f4d5c2fee50 (diff)
downloadmariadb-git-92a4e76a2c1c15fb44dc0cb05e06d5aa408a8e35.tar.gz
Merge 10.6 into 10.7
Diffstat (limited to 'storage/innobase/include/fsp0file.h')
-rw-r--r--storage/innobase/include/fsp0file.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/innobase/include/fsp0file.h b/storage/innobase/include/fsp0file.h
index fae7d6ea4d4..9dfb3cc7561 100644
--- a/storage/innobase/include/fsp0file.h
+++ b/storage/innobase/include/fsp0file.h
@@ -207,10 +207,9 @@ public:
However, if the first page is corrupt and needs to be restored
from the doublewrite buffer, we will reopen it in write mode and
ry to restore that page.
- @param space_id space id to validate for recovery
@retval DB_SUCCESS if tablespace is valid, DB_ERROR if not.
m_is_valid is also set true on success, else false. */
- dberr_t validate_for_recovery(uint32_t space_id=0)
+ dberr_t validate_for_recovery()
MY_ATTRIBUTE((warn_unused_result));
/** Checks the consistency of the first page of a datafile when the