diff options
author | unknown <konstantin@mysql.com> | 2003-12-02 19:39:51 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2003-12-02 19:39:51 +0300 |
commit | a2bdd6218c7ed36bf245eb378fa3b128ebf266ce (patch) | |
tree | cbf6200a23df5fb40c74eb1e8e0cdde88a34063f /include/my_semaphore.h | |
parent | 363c4e8a81af1ff8a08072dd18a62fb431e70f1b (diff) | |
download | mariadb-git-a2bdd6218c7ed36bf245eb378fa3b128ebf266ce.tar.gz |
Post-review fixes for bug #1790 'BIT_AND() result in GROUP BY different when
SQL_BIG_RESULT used':
- BIT_AND now returns BIGINT UNSIGNED
- in case there were no matching rows BIT_AND returns 18446744073709551615
(but not NULL), BIT_OR returns 0 (but not NULL). That's how Monty wants it
and how is described in our docs.
include/my_global.h:
Added definition for ULONGLONG_MAX.
This is also a check that ULL type specifier
can be used on all supported platforms.
mysql-test/r/func_group.result:
bug #1790, post-review work: test results fixed
sql/item_sum.cc:
small cleanup
sql/item_sum.h:
few style fixes.
BIT_AND and BIT_OR now are both BIGINT UNSIGNED
Diffstat (limited to 'include/my_semaphore.h')
0 files changed, 0 insertions, 0 deletions