1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00
Files
mariadb/mysql-test/r
unknown 6a0695fe93 Fixed bug #12762:
allowed set functions aggregated in outer subqueries, allowed nested set functions.


mysql-test/r/func_gconcat.result:
  Changed a query when fixing bug #12762.
mysql-test/r/subselect.result:
  Added test cases for bug #12762.
  Allowed set functions aggregated in outer subqueries. Allowed nested set functions.
mysql-test/t/func_gconcat.test:
  Changed a query when fixing bug #12762.
mysql-test/t/subselect.test:
  Added test cases for bug #12762.
  Allowed set functions aggregated in outer subqueries. Allowed nested set functions.
sql/item.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Added a parameter to Item::split_sum_func2 aliowing to defer splitting for set functions
  aggregated in outer subquries.
  Changed Item_field::fix_fields to calculate attributes used when checking context conditions
  for set functions.
  Allowed alliases for set functions defined in outer subqueries.
sql/item.h:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Added a parameter to Item::split_sum_func2 aliowing to defer splitting for set functions
  aggregated in outer subquries.
sql/item_cmpfunc.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Added a parameter to Item::split_sum_func2 aliowing to defer splitting for set functions
  aggregated in outer subquries.
sql/item_func.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Added a parameter to Item::split_sum_func2 aliowing to defer splitting for set functions
  aggregated in outer subquries.
sql/item_row.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Added a parameter to Item::split_sum_func2 aliowing to defer splitting for set functions
  aggregated in outer subquries.
sql/item_strfunc.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Added a parameter to Item::split_sum_func2 aliowing to defer splitting for set functions
  aggregated in outer subquries.
sql/item_subselect.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced next levels for subqueries and a bitmap of nesting levels showing
  in what subqueries a set function can be aggregated.
sql/item_sum.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Added Item_sum methods to check context conditions imposed on set functions.
sql/item_sum.h:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Added Item_sum methods to check context conditions imposed on set functions.
sql/mysql_priv.h:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced a type of bitmaps to be used for nesting constructs.
sql/sql_base.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced next levels for subqueries and a bitmap of nesting levels showing
  in what subqueries a set function can be aggregated.
sql/sql_class.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced a bitmap of nesting levels showing in what subqueries a set function can be aggregated.
sql/sql_class.h:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced a bitmap of nesting levels showing in what subqueries a set function can be aggregated.
sql/sql_delete.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced a bitmap of nesting levels showing in what subqueries a set function can be aggregated.
sql/sql_lex.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced next levels for subqueries and a bitmap of nesting levels showing
  in what subqueries a set function can be aggregated.
sql/sql_lex.h:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced next levels for subqueries and a bitmap of nesting levels showing
  in what subqueries a set function can be aggregated.
sql/sql_parse.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced next levels for subqueries.
sql/sql_prepare.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced a bitmap of nesting levels showingin what subqueries a set function can be aggregated.
sql/sql_select.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced next levels for subqueries and a bitmap of nesting levels showing
  in what subqueries a set function can be aggregated.
sql/sql_update.cc:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced a bitmap of nesting levels showing in what subqueries a set function can be aggregated.
sql/sql_yacc.yy:
  Fixed bug #12762:
  allowed set functions aggregated in outer subqueries, allowed nested set functions.
  Introduced next levels for subqueries.
2005-10-15 14:32:37 -07:00
..
2005-09-11 22:10:04 +03:00
2005-06-03 17:13:43 +02:00
2005-08-30 11:04:23 -07:00
2005-06-16 10:09:05 +02:00
2005-10-13 19:34:15 +03:00
2005-06-27 12:25:15 +02:00
2005-09-09 10:54:59 +04:00
2005-09-13 01:44:50 +03:00
2005-04-11 15:11:52 +05:00
2005-10-14 13:24:21 +05:00
2005-09-08 18:15:05 +01:00
2005-09-15 21:05:42 +02:00
2005-08-29 22:35:48 -05:00
2005-08-15 14:19:56 -07:00
2005-06-27 20:31:00 +03:00
2005-10-15 14:32:37 -07:00
2005-06-13 11:45:29 -07:00
2005-10-12 00:58:22 +03:00
2005-08-26 22:25:45 -07:00
2005-05-18 13:54:36 -07:00
2005-08-08 19:04:11 +05:00
2005-09-09 12:47:57 +02:00
2005-05-05 10:36:17 -07:00
2005-07-22 21:06:02 +05:00
2005-10-04 21:37:50 +02:00
2005-09-15 21:05:42 +02:00
2005-08-12 17:57:19 +03:00
2005-08-29 21:06:45 +02:00
2005-04-11 22:36:07 +02:00
2005-04-05 19:45:34 -07:00
2005-09-23 14:37:22 +02:00
2005-05-24 15:52:48 +01:00
2005-09-14 12:24:14 +03:00
2005-10-13 13:42:56 -07:00
2005-05-19 20:38:48 +02:00
2005-10-12 15:19:51 +02:00
2005-05-04 10:16:03 +02:00
2005-04-21 10:59:21 +02:00
2005-08-26 22:25:45 -07:00
2005-09-15 22:21:30 +04:00
2005-04-01 00:03:26 +05:00
2005-05-14 16:24:36 +03:00
2005-07-28 21:39:24 +03:00
2005-04-05 19:45:34 -07:00
2005-08-19 11:38:14 +03:00
2005-08-24 19:37:27 +03:00
2005-07-28 21:25:05 +03:00
2005-07-19 03:01:25 +04:00
2005-10-07 15:09:44 +05:00
2005-04-06 18:19:05 +02:00
2005-07-19 03:01:25 +04:00
2005-09-14 23:12:01 +03:00
2005-09-29 17:21:32 +05:00
2005-10-10 19:38:58 +02:00
2005-10-15 14:32:37 -07:00
2005-08-11 18:42:22 +01:00
2005-10-11 16:39:35 +05:00
2005-09-22 02:38:14 +04:00
2005-05-02 11:45:06 -07:00