1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
unknown 21d2fb6287 func_gconcat.result, func_gconcat.test:
Added a test case for bug #12095.
sql_class.h:
  Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
  Added a flag to the TMP_TABLE_PARAM class forcing to put constant
  items generated after elimination of a single row table into temp table
  in some cases (e.g. when GROUP_CONCAT is calculated over a single row
  table).
  bk ci sql/item_sum.cc
  Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
  If GROUP_CONCAT is calculated we always put its argument into a temp
  table, even when the argument is a constant item.
sql_select.cc:
  Fixed bug #12095: a join query with GROUP_CONCAT over one row table.
  If temp table is used to calculate GROUP_CONCAT the argument should
  be always put into this table, even when it is a constant item.


sql/sql_select.cc:
  Fixed bug #12095: a join query with GROUP_CONCAT over one row table.
  If temp table is used to calculate GROUP_CONCAT the argument should
  be always put into this table, even when it is a constant item.
sql/sql_class.h:
  Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
  Added a flag to the TMP_TABLE_PARAM class forcing to put constant
  items generated after elimination of a single row table into temp table
  in some cases (e.g. when GROUP_CONCAT is calculated over a single row
  table).
  bk ci sql/item_sum.cc
  Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
  If GROUP_CONCAT is calculated we always put its argument into a temp
  table, even when the argument is a constant item.
mysql-test/t/func_gconcat.test:
  Added a test case for bug #12095.
mysql-test/r/func_gconcat.result:
  Added a test case for bug #12095.
2005-07-28 19:11:29 -07:00
..
2005-07-14 15:13:23 +04:00
2005-06-20 10:49:04 -07:00
2005-05-13 14:04:32 +03:00
2005-06-21 04:24:21 -07:00
2005-06-29 02:40:25 -07:00
2005-07-26 12:52:02 +05:00
2005-03-17 10:59:25 +04:00
2005-07-27 13:24:59 +03:00
2005-07-05 23:24:48 +02:00
2005-03-04 20:24:13 -08:00
2005-07-27 13:24:59 +03:00
2005-07-27 13:24:59 +03:00
2004-10-27 19:52:41 +03:00
2005-06-07 06:34:13 -07:00
2005-05-20 16:04:10 -05:00
2005-04-14 21:31:22 +02:00
2004-12-14 03:36:19 +03:00
2005-05-18 22:14:08 +02:00
2005-06-23 06:15:50 -07:00
2005-07-27 13:05:30 +03:00
2005-03-30 10:27:36 +03:00
2005-02-18 14:19:08 +01:00
2005-07-17 09:46:14 -07:00
2005-07-27 13:05:30 +03:00
2004-11-08 01:13:54 +02:00
2005-07-27 13:05:30 +03:00