summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-03-11 16:41:56 +0100
committerSergei Golubchik <serg@mariadb.org>2018-03-14 12:40:00 +0100
commit75ac5789b4f6b0b3c95829130c7865247d0e7edc (patch)
tree078ffcb643c07e2810fc8c983f3af6fb45711e79 /sql/item_cmpfunc.h
parentbf1ca14ff3f3faa9f7a018097b25aa0f66d068cd (diff)
downloadmariadb-git-75ac5789b4f6b0b3c95829130c7865247d0e7edc.tar.gz
cleanup: typos, comments, whitespace
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index 20435b3fa4b..7ce883e7214 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -529,14 +529,13 @@ public:
clone->cmp.comparators= 0;
}
return clone;
- }
-
+ }
};
/**
XOR inherits from Item_bool_func because it is not optimized yet.
Later, when XOR is optimized, it needs to inherit from
- Item_cond instead. See WL#5800.
+ Item_cond instead. See WL#5800.
*/
class Item_func_xor :public Item_bool_func
{