Skip to content

Commit 7359724

Browse files
committed
WL#6392 : Upgrade to Transactional Data Dictionary
Code cleanup: Remove unnecessary declaration of function load_db_schema_collation() from dd_upgrade.h file.
1 parent 567cee5 commit 7359724

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

sql/dd/dd_upgrade.h

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1+
/* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
22
33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by
@@ -73,17 +73,6 @@ bool find_files_with_metadata(THD *thd, const char *dbname,
7373
*/
7474
bool find_schema_from_datadir(THD *thd, std::vector<String_type> *db_name);
7575

76-
/**
77-
Get collation id for database collation from db.opt file.
78-
79-
@param[out] collation_id Store collation id.
80-
@param[in] db_opt_path Path of db.opt file.
81-
82-
@retval false ON SUCCESS
83-
@retval true ON FAILURE
84-
*/
85-
bool load_db_schema_collation(uint *collation_id, const LEX_STRING *db_opt_path);
86-
8776
/**
8877
Create entry in mysql.schemata for all the folders found in data directory.
8978
If db.opt file is not present in any folder, that folder will be treated as

0 commit comments

Comments
 (0)