Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
591294d0
Commit
591294d0
authored
May 31, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct type for federated_db_init()
parent
5abb9f0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/ha_federated.cc
sql/ha_federated.cc
+1
-1
sql/ha_federated.h
sql/ha_federated.h
+1
-1
No files found.
sql/ha_federated.cc
View file @
591294d0
...
...
@@ -399,7 +399,7 @@ static byte *federated_get_key(FEDERATED_SHARE *share, uint *length,
TRUE Error
*/
bool
federated_db_init
()
int
federated_db_init
()
{
DBUG_ENTER
(
"federated_db_init"
);
...
...
sql/ha_federated.h
View file @
591294d0
...
...
@@ -307,6 +307,6 @@ public:
int
execute_simple_query
(
const
char
*
query
,
int
len
);
};
bool
federated_db_init
(
void
);
int
federated_db_init
(
void
);
int
federated_db_end
(
ha_panic_function
type
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment