summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fil0fil.h
diff options
context:
space:
mode:
authorEugene Kosov <claprix@yandex.ru>2021-03-22 22:12:50 +0300
committerEugene Kosov <claprix@yandex.ru>2021-03-24 11:23:12 +0300
commit8094640809804f74f9d51c9c50a368ecad4f7cb1 (patch)
tree393c348a07310174598bfb6b0811367e2579d4aa /storage/innobase/include/fil0fil.h
parentcb545f11169d2425316d96feafc78ac841950e43 (diff)
downloadmariadb-git-bb-10.6-MDEV-20453.tar.gz
MDEV-20453 add class similar to std::string_view (non owning string reference)bb-10.6-MDEV-20453
Also use string_view in some places.
Diffstat (limited to 'storage/innobase/include/fil0fil.h')
-rw-r--r--storage/innobase/include/fil0fil.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/storage/innobase/include/fil0fil.h b/storage/innobase/include/fil0fil.h
index 70cbedc3a94..1d91d759d9d 100644
--- a/storage/innobase/include/fil0fil.h
+++ b/storage/innobase/include/fil0fil.h
@@ -1765,13 +1765,6 @@ fil_space_read_name_and_filepath(
char** name,
char** filepath);
-/** Convert a file name to a tablespace name.
-@param[in] filename directory/databasename/tablename.ibd
-@return database/tablename string, to be freed with ut_free() */
-char*
-fil_path_to_space_name(
- const char* filename);
-
/*******************************************************************//**
Returns the table space by a given id, NULL if not found. */
fil_space_t*