mariadb/sql
unknown 464da8f13a removed incorrect error message about aggregate functions
improved mechanisn of detection posibility to be NULL for single row queries
switched off substitution optimisation for single row subqueries in PS due to problem in resolving substituted expressions
(changes to make subselects test working with PS protocol)


mysql-test/r/subselect.result:
  removed incorrect error message about aggregate functions
  improved mechanisn of detection posibility to be NULL for single row queries
mysql-test/t/subselect.test:
  removed incorrect error message about aggregate functions
sql/item_subselect.cc:
  removed incorrect error message about aggregate functions
  switched off substitution optimisation for single row subqueries in PS due to problem in resolving substituted expressions
  improved mechanisn of detection posibility to be NULL for single row queries
sql/item_subselect.h:
  new method to help in NULL ability detection
2004-10-27 21:11:06 +03:00
..
examples Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-20 02:55:03 +03:00
share
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-26 19:30:57 +03:00
field.h
field_conv.cc Fix for bug #5915 "ALTER TABLE behaves differently when converting column 2004-10-07 13:02:39 +04:00
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
ha_berkeley.h
ha_heap.cc Fixed wrong range test code for HEAP tables. This caused a crash when doing a range test with a key that didn't have lower or upper bound (Bug #6082) 2004-10-23 03:30:27 +03:00
ha_heap.h
ha_innodb.cc Show table status now shows creation time of the table for InnoDB. Note that 2004-10-22 07:52:52 +03:00
ha_innodb.h srv0srv.c, log0log.c, srv0srv.h, ha_innodb.cc, ha_innodb.h: 2004-10-13 20:04:52 +03:00
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc fix for alignment bug on solaris 64 bit 2004-10-25 20:35:46 +00:00
ha_ndbcluster.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-20 02:55:03 +03:00
handler.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Followup to fix for bug#6050: fix valgrind warnings. 2004-10-22 20:21:55 +04:00
item.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-22 19:51:04 +03:00
item_buff.cc
item_cmpfunc.cc A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
item_cmpfunc.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-14 18:06:38 +03:00
item_create.cc
item_create.h
item_func.cc A fix (bug #6138: MOD operator should not round non-integral argument). 2004-10-21 19:52:55 +05:00
item_func.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
item_geofunc.cc
item_geofunc.h
item_row.cc A small simplification: perform two actions at once, register a 2004-10-10 03:10:00 +04:00
item_row.h Deployment of centralized Item change registry, step 2: Item_ref 2004-10-08 19:13:09 +04:00
item_strfunc.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-14 18:06:38 +03:00
item_strfunc.h Deployment of centralized Item change registry, step 2: Item_ref 2004-10-08 19:13:09 +04:00
item_subselect.cc removed incorrect error message about aggregate functions 2004-10-27 21:11:06 +03:00
item_subselect.h removed incorrect error message about aggregate functions 2004-10-27 21:11:06 +03:00
item_sum.cc A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
item_sum.h A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
item_timefunc.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h
lex_symbol.h
lock.cc Merge with 4.0 2004-10-20 16:24:28 +03:00
log.cc
log_event.cc
log_event.h true,false -> TRUE, FALSE 2004-10-14 18:03:46 +03:00
Makefile.am
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Bug 6206: ENUMs are not case sensitive even if declared BINARY 2004-10-26 13:17:37 +05:00
mysqld.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc Initialise "sorted" variable in constructor of QUICK_SELECT. The variable is set to 1 in test_if_skip_sort_order if we decide to optimize "order by" by uinsg index_read. 2004-10-07 11:57:48 +02:00
opt_range.h
opt_sum.cc
password.c Remove stale declaration, fix a typo in comment. 2004-10-15 22:03:11 +04:00
procedure.cc
procedure.h
protocol.cc A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
protocol.h
protocol_cursor.cc
records.cc
repl_failsafe.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
repl_failsafe.h
set_var.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-26 19:30:57 +03:00
set_var.h
slave.cc
slave.h
spatial.cc
spatial.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_acl.cc sql_acl.cc: 2004-10-22 14:32:23 -05:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
sql_bitmap.h
sql_cache.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
sql_cache.h
sql_class.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-26 19:30:57 +03:00
sql_class.h Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-22 15:59:58 +04:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
sql_delete.cc
sql_derived.cc
sql_do.cc
sql_error.cc A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
sql_handler.cc BUG#4286 - HANDLER tables are closed by FLUSH TABLE(S). 2004-10-13 17:42:22 +02:00
sql_help.cc true,false -> TRUE, FALSE 2004-10-14 18:03:46 +03:00
sql_insert.cc A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
sql_lex.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-14 18:06:38 +03:00
sql_lex.h A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
sql_list.cc
sql_list.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc Merge bk-internal.mysql.com:/home/bk/mysql-4.1 2004-10-26 19:30:57 +03:00
sql_prepare.cc A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
sql_rename.cc
sql_repl.cc
sql_repl.h
sql_select.cc Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
sql_select.h
sql_show.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
sql_sort.h
sql_state.c
sql_string.cc Review of all code pushed since last review 2004-10-20 01:28:42 +03:00
sql_string.h Fix compiler warnings (detected by Intel's C++ compiler) 2004-10-22 18:44:51 +03:00
sql_table.cc - Check ENUM/SET duplicate values taking in account charset/collation. 2004-10-26 10:41:14 +05:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_union.cc A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
sql_update.cc After merge fixes 2004-10-07 10:50:13 +03:00
sql_yacc.yy Typo fix 2004-10-26 13:18:35 +04:00
stacktrace.c
stacktrace.h
strfunc.cc Bug 6206: ENUMs are not case sensitive even if declared BINARY 2004-10-26 13:17:37 +05:00
structs.h
table.cc Bug#6202: ENUMs are not case sensitive even if declared BINARY 2004-10-25 17:51:26 +05:00
table.h A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field 2004-10-22 14:47:35 +04:00
thr_malloc.cc
time.cc A fix and test case for Bug#6049 "Loss of sign when using prepared 2004-10-16 00:12:59 +04:00
tzfile.h
tztime.cc Fix for bug #6116 "SET time_zone := ... requires access to 2004-10-21 22:18:00 +04:00
tztime.h Fix for bug #6116 "SET time_zone := ... requires access to 2004-10-21 22:18:00 +04:00
udf_example.cc
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld