1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-19 19:03:26 +03:00
Files
mariadb/sql
unknown a2bdd6218c 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
2003-12-02 19:39:51 +03:00
..
2003-07-01 14:38:38 +03:00
2003-06-24 10:53:21 +05:00
2003-04-26 14:54:53 +03:00
2003-03-13 13:44:03 +01:00
2003-01-05 20:18:49 +02:00
2003-04-23 21:52:16 +03:00
2003-07-14 15:53:50 +03:00
2003-01-28 17:42:08 +01:00
2003-01-28 08:38:28 +02:00
2003-06-11 20:09:37 +05:00
2003-08-20 16:25:44 +03:00
2003-10-31 23:20:23 +01:00
2003-10-29 14:23:35 +01:00
2003-01-28 08:38:28 +02:00
2003-06-19 12:38:14 -04:00
2003-05-07 19:01:45 +03:00
2003-04-23 21:52:16 +03:00
2003-11-02 16:38:27 +02:00
2003-10-31 23:20:23 +01:00
2003-07-14 10:12:05 +03:00
2002-11-29 16:40:18 +02:00
2003-10-30 01:01:53 +02:00
2003-07-14 10:12:05 +03:00
2003-11-18 17:31:17 +01:00
2003-04-23 21:52:16 +03:00
2003-08-20 20:16:37 +03:00
2003-10-29 14:23:35 +01:00