We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae7054 commit 2c5a1ebCopy full SHA for 2c5a1eb
sql/gcalc_tools.cc
@@ -1,4 +1,4 @@
1
-/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
2
3
This program is free software; you can redistribute it and/or modify
4
it under the terms of the GNU General Public License as published by
@@ -223,7 +223,7 @@ int Gcalc_function::count_internal()
223
result= result & !next_res;
224
break;
225
case op_backdifference:
226
- result= !result & next_res;
+ result= (!result) & next_res;
227
228
default:
229
DBUG_ASSERT(FALSE);
0 commit comments