1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +03:00
Files
mariadb/sql
Tor Didriksen 1cf483aa58 Bug#12329653 - EXPLAIN, UNION, PREPARED STATEMENT, CRASH, SQL_FULL_GROUP_BY
The query was re-written *after* we had tagged it with NON_AGG_FIELD_USED.
Remove the flag before continuing.


mysql-test/r/explain.result:
  Update test case for Bug#48295.
mysql-test/r/subselect.result:
  New test case.
mysql-test/t/explain.test:
  Update test case for Bug#48295.
mysql-test/t/subselect.test:
  New test case.
sql/item.cc:
  Use accessor functions for non_agg_field_used/agg_func_used.
sql/item_subselect.cc:
  Remove non_agg_field_used when we rewrite query '1 < some (...)' => '1 < max(...)'
sql/item_sum.cc:
  Use accessor functions for non_agg_field_used/agg_func_used.
sql/mysql_priv.h:
  Remove unused #defines.
sql/sql_lex.cc:
  Initialize new member variables.
sql/sql_lex.h:
  Replace full_group_by_flag with two boolean flags,
  and itroduce accessors for manipulating them.
sql/sql_select.cc:
  Use accessor functions for non_agg_field_used/agg_func_used.
2011-05-04 16:18:21 +02:00
..
2010-12-28 19:57:23 +01:00
2008-12-17 15:01:34 -05:00
2011-01-07 15:28:36 +02:00
2008-07-14 16:16:37 -04:00
2008-07-10 14:47:53 -04:00
2007-11-05 20:18:22 +01:00
2011-01-07 15:28:36 +02:00
2011-01-07 15:28:36 +02:00
2011-01-07 15:28:36 +02:00
2009-02-06 18:25:08 +01:00
2010-12-28 19:57:23 +01:00
2010-12-28 19:57:23 +01:00
2010-12-28 19:57:23 +01:00
2010-12-28 19:57:23 +01:00
2009-03-19 09:44:58 -04:00
2009-11-03 19:58:54 +03:00
2008-07-10 14:50:07 -04:00
2010-12-28 19:57:23 +01:00
2008-01-23 13:26:41 -07:00
2011-01-07 15:28:36 +02:00
2011-01-26 15:30:06 +08:00
2011-01-07 15:28:36 +02:00
2010-12-28 19:57:23 +01:00
2007-07-01 15:33:28 -07:00
2009-03-19 09:44:58 -04:00
2009-11-03 19:58:54 +03:00
2010-12-28 19:57:23 +01:00
2009-06-29 15:17:01 +02:00