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
f2159e2d
Commit
f2159e2d
authored
Sep 13, 2007
by
mskold/marty@linux.site
Browse files
Options
Browse Files
Download
Plain Diff
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0-ndb
parents
83eed4d8
44b6c2ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
sql/ha_ndbcluster_cond.cc
sql/ha_ndbcluster_cond.cc
+8
-0
No files found.
sql/ha_ndbcluster_cond.cc
View file @
f2159e2d
...
@@ -46,6 +46,14 @@ void ndb_serialize_cond(const Item *item, void *arg)
...
@@ -46,6 +46,14 @@ void ndb_serialize_cond(const Item *item, void *arg)
// Check if we are skipping arguments to a function to be evaluated
// Check if we are skipping arguments to a function to be evaluated
if
(
context
->
skip
)
if
(
context
->
skip
)
{
{
if
(
!
item
)
{
DBUG_PRINT
(
"info"
,
(
"Unexpected mismatch of found and expected number of function arguments %u"
,
context
->
skip
));
sql_print_error
(
"ndb_serialize_cond: Unexpected mismatch of found and "
"expected number of function arguments %u"
,
context
->
skip
);
context
->
skip
=
0
;
DBUG_VOID_RETURN
;
}
DBUG_PRINT
(
"info"
,
(
"Skiping argument %d"
,
context
->
skip
));
DBUG_PRINT
(
"info"
,
(
"Skiping argument %d"
,
context
->
skip
));
context
->
skip
--
;
context
->
skip
--
;
switch
(
item
->
type
())
{
switch
(
item
->
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