mariadb/sql
unknown 02d8b9ba56 added depended subselect processing
mysql-test/r/subselect.result:
  depended subselect test
mysql-test/t/subselect.test:
  depended subselect test
sql/item.cc:
  resolving field names in depended queries
sql/item_subselect.cc:
  move optimization just before execution, because we can't optimize inner depended subselect if have not optimized outer subselect
sql/item_subselect.h:
  move optimization just before execution
sql/sql_lex.h:
  some inline methods to hide internal SELECT_LEX structures
sql/sql_select.cc:
  fixed error
2002-05-26 22:50:32 +03:00
..
share new error messages in new translation 2002-05-13 20:53:09 +03:00
.cvsignore
add_errmsg
cache_manager.cc Update copyright 2001-12-06 14:10:51 +02:00
cache_manager.h Update copyright 2001-12-06 14:10:51 +02:00
ChangeLog
convert.cc merge 2002-04-13 15:34:39 +03:00
custom_conf.h Update copyright 2001-12-06 14:10:51 +02:00
derror.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
des_key_file.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
field.cc merge 2002-04-13 15:34:39 +03:00
field.h merge 2002-04-13 15:34:39 +03:00
field_conv.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
filesort.cc merge 2002-04-13 15:34:39 +03:00
frm_crypt.cc Update copyright 2001-12-06 14:10:51 +02:00
gen_lex_hash.cc Several new OpenGIS functions 2002-02-28 17:28:36 +04:00
gstream.cc Added GIS extension 2002-02-22 15:24:42 +04:00
gstream.h Added GIS extension 2002-02-22 15:24:42 +04:00
ha_berkeley.cc Hash now supports several charsets 2002-03-14 21:44:42 +04:00
ha_berkeley.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_hash.h
ha_heap.cc Index number argument 2002-04-29 13:53:29 +05:00
ha_heap.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_innodb.cc merge 2002-04-13 15:34:39 +03:00
ha_innodb.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_isam.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_isam.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_isammrg.cc Update copyright 2001-12-06 14:10:51 +02:00
ha_isammrg.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_myisam.cc MI_KEYSEG -> HA_KEYSEG 2002-04-25 15:10:29 +05:00
ha_myisam.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_myisammrg.cc added building without query cache 2002-03-22 22:55:08 +02:00
ha_myisammrg.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
handler.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
handler.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
hash_filo.cc Update copyright 2001-12-06 14:10:51 +02:00
hash_filo.h Hash now supports several charsets 2002-03-14 21:44:42 +04:00
hostname.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
init.cc Big5 conversion routines 2002-03-29 19:54:21 +04:00
item.cc added depended subselect processing 2002-05-26 22:50:32 +03:00
item.h simple subselects ported to new select_lex structures 2002-05-12 23:46:42 +03:00
item_buff.cc Update copyright 2001-12-06 14:10:51 +02:00
item_cmpfunc.cc merge 2002-04-13 15:34:39 +03:00
item_cmpfunc.h Added GIS extension 2002-02-22 15:24:42 +04:00
item_create.cc Added GIS extension 2002-02-22 15:24:42 +04:00
item_create.h Added GIS extension 2002-02-22 15:24:42 +04:00
item_func.cc merge 2002-04-13 15:34:39 +03:00
item_func.h merge 2002-04-13 15:34:39 +03:00
item_strfunc.cc Fix for AsText() spatial function 2002-04-18 11:53:59 +05:00
item_strfunc.h simple subselects ported to new select_lex structures 2002-05-12 23:46:42 +03:00
item_subselect.cc added depended subselect processing 2002-05-26 22:50:32 +03:00
item_subselect.h added depended subselect processing 2002-05-26 22:50:32 +03:00
item_sum.cc new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & limit counters 2002-05-08 23:14:40 +03:00
item_sum.h Fix sorting of NULL values (Should always be first) 2002-03-02 09:51:24 +02:00
item_timefunc.cc merge 2002-04-13 15:34:39 +03:00
item_timefunc.h merge 2002-03-06 19:53:31 +02:00
item_uniq.cc Update copyright 2001-12-06 14:10:51 +02:00
item_uniq.h Update copyright 2001-12-06 14:10:51 +02:00
key.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
lex.h merge 2002-04-13 15:34:39 +03:00
lex_symbol.h Update copyright 2001-12-06 14:10:51 +02:00
lock.cc merge with 3.23.50 2002-03-27 01:56:10 +02:00
log.cc merge 2002-04-13 15:34:39 +03:00
log_event.cc replication fix 2002-03-30 13:42:01 -07:00
log_event.h Fix for load data infile when no active database 2002-03-22 01:03:34 +02:00
Makefile.am simple subselects ported to new select_lex structures 2002-05-12 23:46:42 +03:00
matherr.c Update copyright 2001-12-06 14:10:51 +02:00
mf_iocache.cc Update copyright 2001-12-06 14:10:51 +02:00
mini_client.cc New error messages 2002-01-29 18:32:16 +02:00
mini_client.h Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
my_lock.c merge with 3.23.48 2002-02-11 13:48:59 +02:00
mysql_priv.h new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & limit counters 2002-05-08 23:14:40 +03:00
mysqld.cc merge 2002-04-13 15:34:39 +03:00
net_pkg.cc Cleanups 2002-04-02 17:54:57 +03:00
net_serv.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
nt_servc.cc Changes for to control the tables and log clean up. 2002-02-20 23:20:15 -03:00
nt_servc.h Adding code for NT service in the install and remove 2001-10-25 05:57:15 -02:00
opt_ft.cc
opt_ft.h fixes for ft-boolean and range optimizer 2001-11-22 16:00:11 +01:00
opt_range.cc merge 2002-04-13 15:34:39 +03:00
opt_range.h merge 2002-04-13 15:34:39 +03:00
opt_sum.cc merge 2002-04-13 15:34:39 +03:00
password.c Update copyright 2001-12-06 14:10:51 +02:00
procedure.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
procedure.h Update copyright 2001-12-06 14:10:51 +02:00
records.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
repl_failsafe.cc Hash now supports several charsets 2002-03-14 21:44:42 +04:00
repl_failsafe.h work to enable reading 3.23 logs - not yet finished 2001-11-10 22:24:12 -07:00
slave.cc merge 2002-04-13 15:34:39 +03:00
slave.h relay_log_space_limit 2002-04-01 21:46:23 -07:00
spatial.cc Added GIS extension 2002-02-22 15:24:42 +04:00
spatial.h Added GIS extension 2002-02-22 15:24:42 +04:00
sql_acl.cc Some fixes after merging changes from 4.0 2002-04-16 18:21:53 +05:00
sql_acl.h Changes required for maximum queries per hour 2002-02-01 15:40:38 +02:00
sql_analyse.cc RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
sql_analyse.h Update copyright 2001-12-06 14:10:51 +02:00
sql_base.cc merge 2002-04-13 15:34:39 +03:00
sql_cache.cc merge 2002-04-13 15:34:39 +03:00
sql_cache.h processing trunsactional tables in query cache 2002-03-15 23:57:31 +02:00
sql_class.cc simple subselects ported to new select_lex structures 2002-05-12 23:46:42 +03:00
sql_class.h simple subselects ported to new select_lex structures 2002-05-12 23:46:42 +03:00
sql_crypt.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_crypt.h Update copyright 2001-12-06 14:10:51 +02:00
sql_db.cc merge 2002-04-13 15:34:39 +03:00
sql_delete.cc new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & limit counters 2002-05-08 23:14:40 +03:00
sql_derived.cc new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & limit counters 2002-05-08 23:14:40 +03:00
sql_do.cc Minors changes for the Windows 3.23.47 release 2001-12-30 00:22:01 -02:00
sql_handler.cc merge 2002-04-13 15:34:39 +03:00
sql_insert.cc new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & limit counters 2002-05-08 23:14:40 +03:00
sql_lex.cc added depended subselect processing 2002-05-26 22:50:32 +03:00
sql_lex.h added depended subselect processing 2002-05-26 22:50:32 +03:00
sql_list.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_list.h Update copyright 2001-12-06 14:10:51 +02:00
sql_load.cc Fix for load data infile when no active database 2002-03-22 01:03:34 +02:00
sql_manager.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_manager.h
sql_map.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_map.h Update copyright 2001-12-06 14:10:51 +02:00
sql_parse.cc total table list managment is changed 2002-05-09 15:23:57 +03:00
sql_rename.cc merge with 3.23.50 2002-03-27 01:56:10 +02:00
sql_repl.cc relay_log_space_limit 2002-04-01 21:46:23 -07:00
sql_repl.h Here comes a nasty patch, although I am not ready to push it yet. I will 2002-01-19 19:16:52 -07:00
sql_select.cc added depended subselect processing 2002-05-26 22:50:32 +03:00
sql_select.cc.rej simple subselects ported to new select_lex structures 2002-05-12 23:46:42 +03:00
sql_select.h added depended subselect processing 2002-05-26 22:50:32 +03:00
sql_select.h.rej simple subselects ported to new select_lex structures 2002-05-12 23:46:42 +03:00
sql_show.cc Fix to use Monty's changes in frm format 2002-04-18 14:08:38 +05:00
sql_sort.h
sql_string.cc use String->charset instead of default_charset_info 2002-03-14 20:52:48 +04:00
sql_string.h Added new method to set string's charset 2002-03-20 20:52:23 +04:00
sql_table.cc RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
sql_test.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_udf.cc Hash now supports several charsets 2002-03-14 21:44:42 +04:00
sql_udf.h Update copyright 2001-12-06 14:10:51 +02:00
sql_union.cc simple subselects ported to new select_lex structures 2002-05-12 23:46:42 +03:00
sql_update.cc new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & limit counters 2002-05-08 23:14:40 +03:00
sql_yacc.yy simple subselects ported to new select_lex structures 2002-05-12 23:46:42 +03:00
stacktrace.c Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
stacktrace.h Fix to get core files on Solaris 2001-08-22 12:22:46 +03:00
structs.h Fix to use Monty's changes in frm format 2002-04-18 14:08:38 +05:00
table.cc RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
table.h total table list managment is changed 2002-05-09 15:23:57 +03:00
thr_malloc.cc Update copyright 2001-12-06 14:10:51 +02:00
time.cc New ctype functions/macros to support many charsets at a time 2002-03-12 21:37:58 +04:00
udf_example.cc Update copyright 2001-12-06 14:10:51 +02:00
uniques.cc Update copyright 2001-12-06 14:10:51 +02:00
unireg.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
unireg.h merge with 3.23.49 2002-02-14 18:58:24 +02:00
watchdog_mysqld