1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/mysql-test/r
unknown 466747d570 BUG#30324: Grouping queries with COUNT(DISTINCT bit column) return wrong results
- The bug was caused by COUNT(DISTINCT ...) code using Unique object in 
  a way that assumed that BIT(N) column occupies a contiguous space in
  temp_table->record[0] buffer. 
- The fix is to make COUNT(DISTINCT ...) code instruct create_tmp_table to
  create temporary table with column of type BIGINT, not BIT(N).


mysql-test/r/type_bit.result:
  BUG#30324: Grouping queries with COUNT(DISTINCT bit column) return wrong results
  - Testcase
mysql-test/t/type_bit.test:
  BUG#30324: Grouping queries with COUNT(DISTINCT bit column) return wrong results
  - Testcase
sql/item_sum.cc:
  BUG#30324: Grouping queries with COUNT(DISTINCT bit column) return wrong results
  - Make COUNT(DISTINCT ...) code instruct create_tmp_table to create 
    temporary table with BIGINT, not BIT(N) column.
2007-09-14 14:53:13 +04:00
..
2007-03-29 11:20:08 +02:00
2007-03-29 11:20:08 +02:00
2007-05-17 19:38:34 +03:00
2007-06-16 13:05:07 +05:00
2007-05-30 10:56:18 +03:00
2007-05-24 15:35:43 +05:00
2007-08-03 15:57:14 +05:00
2007-02-23 18:49:41 +02:00
2007-07-23 23:35:43 -07:00
2007-06-28 16:03:01 -07:00
2007-01-03 03:35:57 +04:00
2007-07-06 11:35:10 -07:00
2007-07-06 11:35:10 -07:00
2007-06-17 11:43:49 -07:00
2007-07-05 18:24:48 +03:00
2007-05-12 00:46:07 +04:00
2007-07-23 23:35:43 -07:00
2007-06-07 20:25:22 +02:00
2007-02-23 21:13:21 +03:00
2007-03-29 11:20:08 +02:00
2007-07-31 11:10:03 +05:00
2007-07-11 18:45:35 -07:00
2007-02-07 14:22:19 -08:00
2007-07-06 03:43:23 +05:00
2007-08-31 16:59:07 +05:00
2007-03-21 09:13:05 +01:00
2007-03-29 11:20:08 +02:00
2007-02-21 19:38:40 +02:00
2007-06-17 22:04:01 +02:00
2007-07-02 01:28:20 +04:00
2007-06-29 22:05:43 +04:00
2007-06-21 16:55:52 +02:00
2007-02-08 15:53:14 +01:00
2007-05-24 15:35:43 +05:00
2007-05-31 17:30:56 +05:00
2007-08-15 10:24:18 -07:00
2007-06-06 18:55:21 +05:00
2007-04-17 12:32:01 +02:00
2007-01-18 15:28:45 +04:00
2007-07-22 18:26:16 -07:00
2007-07-12 00:03:08 +05:00
2006-12-04 14:29:51 +02:00
2007-03-29 09:08:30 +05:00
2007-06-03 15:56:48 +04:00
2007-04-23 17:15:51 +03:00