mariadb/sql
monty@mysql.com 79ec81071a Better bugfix for "HAVING when refering to RAND()" (Bug #8216)
Ensure that references in HAVING, ORDER BY or GROUP BY are calculated after fields in SELECT.
This will ensure that any reference to these has a valid value.
Generalized the code for split_sum_func()
2005-02-08 14:41:09 +02:00
..
examples Removed duplicate close call and added archive to the debug build and test. 2005-01-31 12:17:34 -08:00
share errmsg.txt: 2005-01-20 13:08:16 +04:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc Merge mysql.com:/home/jimw/my/mysql-4.1-6067 2005-02-04 10:39:13 -08:00
field.h A fix: bug#6931: Date Type column problem when using UNION-Table 2005-02-04 15:31:36 +03:00
field_conv.cc Merge changed tests 2005-01-18 12:25:56 -08:00
filesort.cc Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1 2005-01-18 03:52:15 +02:00
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc Fix small memory leak that occured when BerkeleyDB failed to initialize. 2005-01-12 17:20:43 -08:00
ha_berkeley.h
ha_heap.cc limit HEAP table size with max_heap_table_size, better estimation for mem_per_row 2005-01-14 19:49:45 +01:00
ha_heap.h
ha_innodb.cc After merge fixes 2005-02-01 10:24:09 +02:00
ha_innodb.h InnoDB: Backport innodb_autoextend_increment from 4.1 2005-01-25 16:27:13 +02:00
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc
ha_myisam.h indexless boolean fulltext search was depending on default_charset_info - Bug#8159 2005-02-04 15:24:06 +01:00
ha_myisammrg.cc Fix for BUG#7377. This fix adds the same implementation for ha_myisammgr::index_type as in version 5.0. 2004-12-27 14:05:35 +02:00
ha_myisammrg.h Fix for BUG#7377. This fix adds the same implementation for ha_myisammgr::index_type as in version 5.0. 2004-12-27 14:05:35 +02:00
ha_ndbcluster.cc ha_ndbcluster.cc: 2005-02-07 09:58:37 +01:00
ha_ndbcluster.h Bug#8101 unique indexes which attribute are _not_ specified in the order of the table does not work 2005-01-26 11:31:46 +01:00
handler.cc Test Bug: Memory leaks in the archive handler. 2005-01-26 15:27:31 +01:00
handler.h indexless boolean fulltext search was depending on default_charset_info - Bug#8159 2005-02-04 15:24:06 +01:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Better bugfix for "HAVING when refering to RAND()" (Bug #8216) 2005-02-08 14:41:09 +02:00
item.h Better bugfix for "HAVING when refering to RAND()" (Bug #8216) 2005-02-08 14:41:09 +02:00
item_buff.cc
item_cmpfunc.cc Better bugfix for "HAVING when refering to RAND()" (Bug #8216) 2005-02-08 14:41:09 +02:00
item_cmpfunc.h fixed column number fetchinmg for subqueries. (BUG#8020) 2005-01-24 14:25:44 +02:00
item_create.cc innobase/include/univ.i 2005-01-26 08:57:43 +01:00
item_create.h Making 4.1 tree compile with -ansi -pedantic 2004-12-16 16:16:28 +03:00
item_func.cc Better bugfix for "HAVING when refering to RAND()" (Bug #8216) 2005-02-08 14:41:09 +02:00
item_func.h fixed column number fetchinmg for subqueries. (BUG#8020) 2005-01-24 14:25:44 +02:00
item_geofunc.cc
item_geofunc.h
item_row.cc Better bugfix for "HAVING when refering to RAND()" (Bug #8216) 2005-02-08 14:41:09 +02:00
item_row.h
item_strfunc.cc Better bugfix for "HAVING when refering to RAND()" (Bug #8216) 2005-02-08 14:41:09 +02:00
item_strfunc.h Merge fixes for #8248, #5569. 2005-02-02 08:21:11 -08:00
item_subselect.cc fixed cleanup of result object of subqueries. (BUG#8125) 2005-01-26 15:27:45 +02:00
item_subselect.h
item_sum.cc * Added comments and one assert 2004-12-14 03:36:19 +03:00
item_sum.h func_gconcat.result, func_gconcat.test: 2005-01-15 01:05:00 -08:00
item_timefunc.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2005-01-28 09:32:43 +03:00
item_timefunc.h Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() function 2005-01-26 22:25:02 +03:00
item_uniq.cc
item_uniq.h
key.cc
lex.h
lex_symbol.h
lock.cc
log.cc make the code to look safe, not only be safe 2005-01-17 22:35:53 +01:00
log_event.cc Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1 2005-01-14 10:59:37 +01:00
log_event.h Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag 2004-12-31 12:04:35 +02:00
Makefile.am
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Merge mysql.com:/home/jimw/my/mysql-4.1-6511 2005-01-31 15:30:34 -08:00
mysqld.cc configure.in 2005-02-02 12:08:20 +01:00
mysqld_suffix.h
net_serv.cc make it compile with -ansi -pedantic 2005-01-11 13:12:52 +03:00
nt_servc.cc
nt_servc.h
opt_range.cc
opt_range.h
opt_sum.cc
password.c sql/password.c: check for buffer overflow in check_scramble_323 (BUG#7187) 2004-12-11 10:17:25 +01:00
procedure.cc
procedure.h
protocol.cc bug#6275 "client_test" fail in 4.1.7 make test 2004-12-14 15:58:30 +04:00
protocol.h
protocol_cursor.cc
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1 2005-01-31 22:30:40 +02:00
set_var.h Fix for bug #7899 "CREATE TABLE .. SELECT .. and CONVERT_TZ() function 2005-01-26 22:25:02 +03:00
slave.cc Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ 2005-01-24 15:50:13 +01:00
slave.h A change of behaviour of Seconds_Behind_Master from SHOW SLAVE STATUS. It's going into 4.1 2004-12-16 18:12:22 +01:00
spatial.cc
spatial.h
sql_acl.cc fixes/cleanups according to Coverity report 2005-01-24 15:48:25 +01:00
sql_acl.h fixes/cleanups according to Coverity report 2005-01-24 15:48:25 +01:00
sql_analyse.cc fixes/cleanups according to Coverity report 2005-01-24 15:48:25 +01:00
sql_analyse.h
sql_base.cc Fix for BUG#8055 "Trouble with replication from temporary tables and ignores": 2005-02-04 22:43:54 +01:00
sql_bitmap.h
sql_cache.cc Merge mysql.com:/home/jimw/my/mysql-4.1-6511 2005-01-31 15:30:34 -08:00
sql_cache.h
sql_class.cc fixed cleanup of result object of subqueries. (BUG#8125) 2005-01-26 15:27:45 +02:00
sql_class.h Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1 2005-02-02 00:22:19 +02:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc fixes/cleanups according to Coverity report 2005-01-24 15:48:25 +01:00
sql_delete.cc Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag 2004-12-31 12:04:35 +02:00
sql_derived.cc
sql_do.cc
sql_error.cc
sql_handler.cc * Added comments and one assert 2004-12-14 03:36:19 +03:00
sql_help.cc * Added comments and one assert 2004-12-14 03:36:19 +03:00
sql_insert.cc Fix for failing INSERT IGNORE in test ndb_insert 2005-01-25 15:08:51 +01:00
sql_lex.cc Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 2005-02-01 11:05:29 +02:00
sql_lex.h fixed column number fetchinmg for subqueries. (BUG#8020) 2005-01-24 14:25:44 +02:00
sql_list.cc
sql_list.h Better bugfix for "HAVING when refering to RAND()" (Bug #8216) 2005-02-08 14:41:09 +02:00
sql_load.cc Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag 2004-12-31 12:04:35 +02:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Merge fixes for #8248, #5569. 2005-02-02 08:21:11 -08:00
sql_prepare.cc Fix bug in INSERT DELAYED with prepared statements 2005-01-14 00:09:15 +02:00
sql_rename.cc
sql_repl.cc Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag 2004-12-31 12:04:35 +02:00
sql_repl.h Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag 2004-12-31 12:04:35 +02:00
sql_select.cc Better bugfix for "HAVING when refering to RAND()" (Bug #8216) 2005-02-08 14:41:09 +02:00
sql_select.h
sql_show.cc Merge mysql.com:/home/timka/mysql/src/4.1-bug-4285 2005-01-21 16:47:51 +02:00
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h Fix for BUG#7716: in in_string::set() take into account that the value returned 2005-02-04 09:14:22 +03:00
sql_table.cc Fixed during review of new pulled code 2005-02-02 20:28:01 +02:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_union.cc A fix: bug#6931: Date Type column problem when using UNION-Table 2005-02-04 15:31:36 +03:00
sql_update.cc Fixed during review of new pulled code 2005-02-02 20:28:01 +02:00
sql_yacc.yy Fix for BUG#8023. 2005-02-02 08:38:24 +02:00
stacktrace.c
stacktrace.h
strfunc.cc - Housekeeping: removed a few unreferenced variables, noticed while doing 2005-01-11 15:38:03 +01:00
structs.h
table.cc Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ 2005-01-24 15:50:13 +01:00
table.h Fix for BUG#5837 merged from 4.0 2004-12-11 15:55:50 +03:00
thr_malloc.cc
time.cc Fix for bug #7297 "Two digit year should be interpreted correctly 2004-12-16 16:31:50 +03:00
tzfile.h
tztime.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2005-01-28 09:32:43 +03:00
tztime.h
udf_example.cc Ensure that we free memory used with --order-by-primary (in mysqldump) 2004-12-09 12:47:20 +02:00
uniques.cc
unireg.cc Bug#7302: UCS2 data in ENUM field get truncated when new column is added 2004-12-21 17:12:27 +04:00
unireg.h Fixed bug in HAVING when refering to RAND() through alias 2005-02-07 18:13:57 +02:00
watchdog_mysqld