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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f66967cf
Commit
f66967cf
authored
Mar 17, 2005
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql/ha_federated.cc: update to new prototype
sql/item_cmpfunc.cc: typo fixed
parent
376a4ee0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
sql/ha_federated.cc
sql/ha_federated.cc
+1
-0
sql/item_cmpfunc.cc
sql/item_cmpfunc.cc
+1
-1
No files found.
sql/ha_federated.cc
View file @
f66967cf
...
...
@@ -469,6 +469,7 @@ static int check_foreign_data_source(FEDERATED_SHARE *share)
*/
query
.
append
(
"SHOW TABLES LIKE '"
);
escape_string_for_mysql
(
&
my_charset_bin
,
(
char
*
)
escaped_table_base_name
,
sizeof
(
escaped_table_base_name
),
share
->
table_base_name
,
share
->
table_base_name_length
);
query
.
append
(
escaped_table_base_name
);
...
...
sql/item_cmpfunc.cc
View file @
f66967cf
...
...
@@ -1720,7 +1720,7 @@ void Item_func_coalesce::fix_length_and_dec()
decimals
=
0
;
break
;
case
ROW_RESULT
:
defaul
l
t:
default:
DBUG_ASSERT
(
0
);
}
}
...
...
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