Commit 092a6a1f authored by mskold@mysql.com's avatar mskold@mysql.com

Fixed small error in comment

parent 0df7b631
...@@ -116,7 +116,7 @@ static const negated_function_mapping neg_map[]= ...@@ -116,7 +116,7 @@ static const negated_function_mapping neg_map[]=
Instances of Ndb_Item are stored in a linked list implemented by Ndb_cond Instances of Ndb_Item are stored in a linked list implemented by Ndb_cond
class. class.
The order of elements produced by Ndb_cond::next corresponds to The order of elements produced by Ndb_cond::next corresponds to
depth-first traversal of the Item (i.e. expression) tree in prefix order. breadth-first traversal of the Item (i.e. expression) tree in prefix order.
AND and OR have arbitrary arity, so the end of AND/OR group is marked with AND and OR have arbitrary arity, so the end of AND/OR group is marked with
Ndb_item with type == NDB_END_COND. Ndb_item with type == NDB_END_COND.
NOT items represent negated conditions and generate NAND/NOR groups. NOT items represent negated conditions and generate NAND/NOR groups.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment