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
..
examples
share Bug#11216: 'show character set' describes latin1 incorrectly 2005-07-21 16:05:19 +05:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc
field.h
field_conv.cc
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc
ha_berkeley.h
ha_blackhole.cc
ha_blackhole.h
ha_heap.cc
ha_heap.h
ha_innodb.cc
ha_innodb.h
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc
ha_ndbcluster.h
handler.cc Bug #12055 NDB temp tables created by ALTER TABLE are usable 2005-07-20 18:40:55 +02:00
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc func_gconcat.result, func_gconcat.test: 2005-07-26 12:52:02 +05:00
item.h func_gconcat.result, func_gconcat.test: 2005-07-26 12:52:02 +05:00
item_buff.cc
item_cmpfunc.cc
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc func_gconcat.result, func_gconcat.test: 2005-07-26 12:52:02 +05:00
item_func.h func_gconcat.result, func_gconcat.test: 2005-07-26 12:52:02 +05:00
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc Fix calculation for length of LPAD() and RPAD() reported to 2005-07-22 11:46:29 -07:00
item_strfunc.h
item_subselect.cc
item_subselect.h
item_sum.cc func_gconcat.result, func_gconcat.test: 2005-07-26 12:52:02 +05:00
item_sum.h
item_timefunc.cc
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h
lex_symbol.h
lock.cc Merge mysql.com:/home/my/mysql-4.0 2005-07-27 13:24:59 +03:00
log.cc
log_event.cc
log_event.h
Makefile.am
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Merge mysql.com:/home/my/mysql-4.0 2005-07-27 13:24:59 +03:00
mysqld.cc Fix for bug #11329 (lowercase_table.test fails) 2005-07-26 20:59:43 +05:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc
opt_range.h
opt_sum.cc
password.c
procedure.cc
procedure.h
protocol.cc
protocol.h
protocol_cursor.cc
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc
set_var.h
slave.cc Merge mysql.com:/home/my/mysql-4.0 2005-07-27 13:24:59 +03:00
slave.h
spatial.cc
spatial.h
sql_acl.cc
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc Merge mysql.com:/home/my/mysql-4.0 2005-07-27 13:24:59 +03:00
sql_bitmap.h
sql_cache.cc
sql_cache.h
sql_class.cc
sql_class.h func_gconcat.result, func_gconcat.test: 2005-07-28 19:11:29 -07:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc
sql_delete.cc
sql_derived.cc
sql_do.cc
sql_error.cc
sql_handler.cc
sql_help.cc
sql_insert.cc
sql_lex.cc Moved test for 'show full processlist' to not_embedded_server.test becasue it could fail on a slow computer where previous connections has not yet disconnected 2005-07-27 13:45:06 +03:00
sql_lex.h
sql_list.cc
sql_list.h
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Fix for bug #6710 (CREATE FUNCTION fails with 'Unknown error') 2005-07-23 17:21:27 +05:00
sql_prepare.cc
sql_rename.cc
sql_repl.cc
sql_repl.h
sql_select.cc func_gconcat.result, func_gconcat.test: 2005-07-28 19:11:29 -07:00
sql_select.h
sql_show.cc Fixed some test cases that was not forgotten in a recent patch 2005-07-19 19:47:54 +03:00
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Review of new code: 2005-07-27 13:05:30 +03:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_union.cc
sql_update.cc
sql_yacc.yy
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc Review of new code: 2005-07-27 13:05:30 +03:00
table.h
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.cc
uniques.cc
unireg.cc Review of new code: 2005-07-27 13:05:30 +03:00
unireg.h
watchdog_mysqld