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
965124b4
Commit
965124b4
authored
Sep 14, 2007
by
tomas@whalegate.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb-merge
parents
df552c31
f2159e2d
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 @
965124b4
...
...
@@ -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
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
));
context
->
skip
--
;
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