mariadb/mysql-test/t
evgen@moonbone.local 4d2b0fd026 Fix bug #15706 find_field_in_tables() returns field from outer select
If item->cached_table is set, find_field_in_tables() returns found field
even if it doesn't belong to current select. Because Item_field::fix_fields
doesn't expect such behaviour, reported bug occurs.

Item_field::fix_fields() was modifed to detect when find_field_in_tables() 
can return field from outer select and process such fields accordingly.
In order to ease this code which was searching and processing outed fields was
moved into separate function called Item_field::fix_outer_field().
2006-02-15 19:45:06 +03:00
..
alias.test
alter_table.test Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-12-05 16:42:28 +01:00
analyse.test Manually merged 2005-10-28 23:17:51 +04:00
analyze.test Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.0 2005-12-01 20:29:48 +03:00
ansi.test
archive.test Change in gis test to allow NDB to be able to call generic tests. Fix for Archive so that ALTER TABLE doesn't issue a warning. Also added test case for alter table. 2005-10-26 13:55:08 -07:00
archive_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
auto_increment.test
backup-master.sh
backup.test this has nothing to do with the bug#13012. 2005-12-03 15:02:09 +01:00
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test
bdb-deadlock.test
bdb-deadlock.tminus
bdb.test Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-12-12 10:11:56 -08:00
bdb_cache-master.opt
bdb_cache.test
bdb_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
bench_count_distinct.test
bigint.test BUG#13126: When choosing join order for join with nested joins, don't produce join 2005-10-25 19:28:27 +04:00
binary.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
binlog-master.opt
binlog.test
blackhole.test
bool.test
bulk_replace.test
case.test
cast.test Additional fix for Bug#14255 CAST(x AS BINARY(N)) does not pad 2005-11-21 19:59:58 +04:00
check.test
client_xml.test
comments.test
compare.test
compress.test
connect.test mysql-test/r/connect.result + mysql-test/t/connect.test 2005-11-07 22:30:44 +01:00
consistent_snapshot.test
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
count_distinct3.test Fix for bug #12956: cast make differ rounding. 2005-11-28 14:52:38 +04:00
create.test Merge mysql.com:/home/jimw/my/mysql-4.1-14155 2005-11-28 10:50:23 -08:00
create_select_tmp.test
csv.test BUG#13406 - incorrect amount of "records deleted" in CSV. 2005-11-17 22:52:31 +01:00
ctype_big5.test
ctype_collate.test
ctype_cp932.test Fix for bug #14183 (ctype_cp983.test fails with the embedded server) 2005-11-01 13:18:46 +04:00
ctype_cp932_binlog.test Merging 2005-11-03 16:17:11 +04:00
ctype_cp1250_ch.test Bug#13347: empty result from query with like and cp1250 charset 2005-10-25 14:49:04 +05:00
ctype_cp1251.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ctype_create.test
ctype_eucjpms.test
ctype_gbk.test
ctype_latin1.test Merge mysql.com:/usr/home/bar/mysql-4.1.b13145 2005-10-14 13:57:38 +05:00
ctype_latin1_de-master.opt
ctype_latin1_de.test
ctype_latin2.test
ctype_many.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ctype_mb.test
ctype_recoding.test Bug#10446 Illegal mix of collations: 2005-11-21 17:26:31 +04:00
ctype_sjis.test
ctype_tis620.test
ctype_uca.test
ctype_ucs.test
ctype_ucs_binlog.test
ctype_ujis.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
ctype_utf8.test Bug#14146 CHAR(...USING ...) and CONVERT(CHAR(...) USING...) produce different results 2005-11-07 12:34:19 +04:00
date_formats-master.opt
date_formats.test Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 2005-10-27 23:43:20 +03:00
default.test
delayed.test
delete.test
derived.test
dirty_close.test
disabled.def Fix bug #15706 find_field_in_tables() returns field from outer select 2006-02-15 19:45:06 +03:00
distinct.test
drop.test
drop_temp_table.test Fixes during review of pushed code 2005-10-27 15:15:01 +03:00
empty_table.test
endspace.test
errors.test
exampledb.test
explain.test
federated.test BUG# 14532 2005-10-31 17:26:45 -08:00
federated_archive.test
federated_bug_13118.test
flush.test
flush_block_commit.test
flush_read_lock_kill-master.opt
flush_read_lock_kill.test
flush_table.test
foreign_key.test
fulltext.test Merge serg.mylan:/usr/home/serg/Abk/mysql-4.1 2005-11-26 20:23:20 +01:00
fulltext2.test
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test
func_compress.test
func_concat.test
func_crypt.test
func_date_add.test
func_default.test
func_des_encrypt.test
func_encrypt-master.opt
func_encrypt.test
func_encrypt_nossl.test
func_equal.test Merge mysql.com:/home/jimw/my/mysql-4.1-12612 2005-12-01 12:07:25 -08:00
func_gconcat.test Merge rurik.mysql.com:/home/igor/mysql-5.0 2005-11-22 23:00:57 -08:00
func_group.test bug#14433 - archive uses wrong ref_length 2005-11-16 15:17:08 +01:00
func_if.test
func_in.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
func_isnull.test
func_like.test
func_math.test Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-10-27 18:46:00 -07:00
func_misc.test BUG#9535 Warning for "create table t as select uuid();" 2005-12-07 15:45:31 +01:00
func_op.test
func_regexp.test
func_sapdb.test
func_set.test
func_str.test
func_system.test
func_test.test
func_time.test Fix calculation of TIMESTAMPDIFF() of months and years. (Bug #13534) 2005-10-13 15:32:31 -07:00
func_timestamp.test
gcc296.test
gis-rtree.test
gis.test Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 2005-10-31 11:54:36 +02:00
grant.test Merge mysql.com:/usr/home/bar/mysql-4.1.b14406 2005-11-28 15:31:11 +04:00
grant2.test
grant3-master.opt
grant3.test
grant_cache.test
greedy_optimizer.test
group_by.test
group_min_max.test Merge mysql.com:/home/timka/mysql/src/5.0-virgin 2005-12-01 09:26:17 +02:00
handler.test Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash 2005-11-15 21:57:02 +01:00
having.test
heap.test
heap_auto_increment.test
heap_btree.test
heap_hash.test
help.test
im_daemon_life_cycle-im.opt
im_daemon_life_cycle.imtest
im_life_cycle.imtest fix for im_life_cycle test: replace im instance port number with a constant string. 2005-10-18 00:48:34 +04:00
im_options_set.imtest
im_options_unset.imtest
im_utils.imtest
index_merge.test
index_merge_bdb.test
index_merge_innodb.test
index_merge_innodb2.test
index_merge_ror.test
index_merge_ror_cpk.test
information_schema.test Fix for bug#14476 information_schema.TABLES.TABLE_TYPE with empty value 2005-12-01 11:00:33 +04:00
information_schema_db.test
information_schema_inno.test
init_connect-master.opt
init_connect.test
init_file-master.opt
init_file.test
innodb-big.test
innodb-deadlock.test
innodb-lock.test
innodb-master.opt
innodb-replace.test
innodb.test Fix BUG#12071: "Windows hang:'Opening tables' or 'Waiting for 2005-12-13 21:35:24 +03:00
innodb_cache-master.opt
innodb_cache.test
innodb_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
innodb_handler.test
insert.test
insert_select-binlog.test
insert_select.test Merge 4.1 - 5.0 2005-10-28 02:36:19 +03:00
insert_update.test
join.test WL#2486 - natural/using join according to SQL:2003 2005-11-30 19:13:29 +02:00
join_crash.test
join_nested.test Remove t3 in join_nested.test 2005-11-24 19:51:52 +01:00
join_outer.test
key.test
key_cache-master.opt
key_cache.test
key_diff.test
key_primary.test
keywords.test
kill.test
kill_n_check.sh portability fix: sh does not support "==". This resulted in IM tests failing on range of platforms. 2005-10-16 19:30:10 +04:00
limit.test
loaddata.test Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-10-26 14:11:08 -07:00
lock.test
lock_multi.test
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
lowercase_table-master.opt
lowercase_table.test
lowercase_table2.test
lowercase_table3-master.opt
lowercase_table3.test
lowercase_table_grant-master.opt
lowercase_table_grant.test
lowercase_table_qcache-master.opt
lowercase_table_qcache.test
lowercase_view-master.opt
lowercase_view.test
merge.test
metadata.test
mix_innodb_myisam_binlog-master.opt
mix_innodb_myisam_binlog.test Fix mix_innodb_myisam_binlog test and results after merge 2005-11-17 20:17:49 -08:00
multi_statement-master.opt
multi_statement.test
multi_update-master.opt
multi_update.test
myisam-blob-master.opt
myisam-blob.test
myisam.test Merge mysql.com:/home/mydev/mysql-4.1-4100 2005-11-16 10:23:42 +01:00
mysql.test
mysql_client_test.test Fix incorrect casts in my_getopt code that capped the maximum of longlong 2005-10-25 10:10:53 -07:00
mysql_delimiter.sql
mysql_delimiter_source.sql
mysql_protocols.test
mysqlbinlog-master.opt
mysqlbinlog.test
mysqlbinlog2.test
mysqlcheck.test Fix for bug#13783 mysqlcheck tries to optimize and analyze information_schema 2005-10-18 14:25:03 +05:00
mysqldump-max.test
mysqldump.test Merge mysql.com:/home/jimw/my/mysql-4.1-13318 2005-12-01 12:21:29 -08:00
mysqlshow.test
mysqltest.test Fix for mysqltest.test failing with mysql-test-run.pl and --ps-protocol 2005-12-05 16:00:23 +01:00
ndb_alter_table.test Merge mysql.com:/opt/local/work/mysql-4.1-root 2005-11-25 13:57:13 +03:00
ndb_autodiscover.test
ndb_autodiscover2-master.opt
ndb_autodiscover2.test
ndb_basic.test Merge mysql.com:/opt/local/work/mysql-4.1-root 2005-11-25 13:57:13 +03:00
ndb_bitfield.test
ndb_blob.test
ndb_cache.test
ndb_cache2.test
ndb_cache_multi.test
ndb_cache_multi2.test
ndb_charset.test ndb - bug#14007 5.0 *** does not automerge into 5.1 *** 2005-11-16 13:26:26 +01:00
ndb_condition_pushdown.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ndb_config.test
ndb_database.test
ndb_gis.test Add DROP TABLE before trying to create view (in mysqldump) 2005-10-27 22:45:18 +03:00
ndb_grant.later
ndb_index.test
ndb_index_ordered.test
ndb_index_unique.test
ndb_insert.test
ndb_limit.test
ndb_lock.test
ndb_minmax.test
ndb_multi.test
ndb_read_multi_range.test Bug#15675 - ndb - fix read_multi_range.test drop all tables it using 2005-12-13 17:33:19 +01:00
ndb_replace.test
ndb_restore.test
ndb_subquery.test
ndb_transaction.test
ndb_truncate.test
ndb_types.test type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ndb_update.test
negation_elimination.test
not_embedded_server-master.opt Force a server restart for the not_embedded_server test to satisfy 2005-10-13 11:10:45 -07:00
not_embedded_server.test
null.test
null_key.test
odbc.test
olap.test
openssl_1.test
order_by.test
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test
preload.test
ps.test Merge mysql.com:/home/jimw/my/mysql-5.0-14956 2005-11-28 10:51:54 -08:00
ps_1general.test
ps_2myisam.test
ps_3innodb.test
ps_4heap.test
ps_5merge.test
ps_6bdb.test
ps_7ndb.test
ps_10nestset.test
ps_11bugs.test
ps_grant.test
query_cache.test Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 2005-12-02 20:50:54 +02:00
query_cache_merge.test
query_cache_notembedded.test
raid.test
range.test select.result, mysqldump-max.result: 2005-10-13 21:28:44 +05:00
read_only.test Fix for BUG#4544 "read_only also affects temporary tables": 2005-10-17 10:52:34 +02:00
rename.test
repair.test
replace.test
rollback.test
row.test
rowid_order_bdb.test
rowid_order_innodb.test
rpl000001-slave.opt
rpl000001.test
rpl000002.test
rpl000004.test
rpl000005.test
rpl000006.test
rpl000008-slave.opt
rpl000008.test
rpl000009-slave.opt
rpl000009.test
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000012.test
rpl000013-slave.opt
rpl000013.test
rpl000015-slave.sh
rpl000015.slave-mi
rpl000015.test
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test
rpl_alter.test
rpl_auto_increment-master.opt
rpl_auto_increment.test
rpl_chain_temp_table.test
rpl_change_master.test
rpl_charset.test
rpl_commit_after_flush.test
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test
rpl_ddl.test
rpl_deadlock-slave.opt
rpl_deadlock.test Fix for Bug#12429: Replication tests fail: "Slave_IO_Running" (?) differs 2005-12-05 17:57:48 +01:00
rpl_delete_all.test
rpl_do_grant.test
rpl_drop.test
rpl_drop_db.test Added workaround for rpl_frop_db test to run on win32 properly. 2005-11-14 16:39:46 +03:00
rpl_drop_temp-slave.opt
rpl_drop_temp.test
rpl_dual_pos_advance-master.opt
rpl_dual_pos_advance.test
rpl_EE_error.test
rpl_empty_master_crash.test
rpl_error_ignored_table-slave.opt
rpl_error_ignored_table.test
rpl_failed_optimize-master.opt
rpl_failed_optimize.test
rpl_failsafe.test
rpl_flush_log_loop-master.opt
rpl_flush_log_loop-master.sh
rpl_flush_log_loop-slave.opt
rpl_flush_log_loop-slave.sh
rpl_flush_log_loop.test
rpl_flush_tables.test
rpl_free_items-slave.opt
rpl_free_items.test
rpl_get_lock.test
rpl_heap.test
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_innodb.test
rpl_insert_id-slave.opt
rpl_insert_id.test
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_insert_select.test
rpl_loaddata.test
rpl_loaddata_rule_m-master.opt
rpl_loaddata_rule_m.test
rpl_loaddata_rule_s-slave.opt
rpl_loaddata_rule_s.test
rpl_loaddatalocal.test
rpl_log-master.opt
rpl_log-slave.opt
rpl_log.test
rpl_log_pos.test
rpl_many_optimize.test
rpl_master_pos_wait.test
rpl_max_relay_size.test
rpl_misc_functions-slave.sh
rpl_misc_functions.test
rpl_multi_delete-slave.opt
rpl_multi_delete.test
rpl_multi_delete2-slave.opt
rpl_multi_delete2.test
rpl_multi_query.test
rpl_multi_update.test
rpl_multi_update2-slave.opt
rpl_multi_update2.test - set 'updating' in both tables list if we have two of them (because of subquery) (BUG#13236) 2005-10-14 00:02:38 +03:00
rpl_multi_update3.test
rpl_mystery22.test
rpl_openssl.test
rpl_optimize.test
rpl_ps.test
rpl_redirect.test
rpl_relayrotate-slave.opt
rpl_relayrotate.test Fix for Bug#12429: Replication tests fail: "Slave_IO_Running" (?) differs 2005-12-05 17:57:48 +01:00
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test
rpl_reset_slave.test
rpl_rewrite_db-slave.opt
rpl_rewrite_db.test
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test
rpl_server_id1.test
rpl_server_id2-slave.opt
rpl_server_id2.test
rpl_session_var.test
rpl_set_charset.test
rpl_skip_error-slave.opt
rpl_skip_error.test
rpl_slave_status.test
rpl_sp-master.opt
rpl_sp-slave.opt WL#2971 "change log-bin-trust-routine-creators=0 to apply only to functions". 2005-11-10 17:50:51 +01:00
rpl_sp.test A fix and a test case for Bug#14077 "Failure to replicate a stored 2005-11-17 03:15:10 +03:00
rpl_sp_effects-master.opt
rpl_sp_effects-slave.opt
rpl_sp_effects.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
rpl_start_stop_slave.test
rpl_temporary.test
rpl_timezone-master.opt
rpl_timezone-slave.opt
rpl_timezone.test
rpl_trigger.test Fixed BUG #14614: Replication of tables with trigger generates 2005-12-11 17:06:36 +03:00
rpl_until.test rpl_until.test + rpl_until.result Fix (completion) for bug#12429 2005-12-12 18:00:37 +01:00
rpl_user_variables.test
rpl_variables-master.opt
rpl_variables.test
rpl_view.test
schema.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
select.test Fix bug #15268 Unchecked null value caused server crash 2005-12-09 23:01:52 +03:00
select_found.test
select_safe.test
show_check.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
skip_grants-master.opt
skip_grants.test WL#2818 (Add creator to the trigger definition for privilege 2005-11-10 22:25:03 +03:00
skip_name_resolve-master.opt
skip_name_resolve.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-big.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-code.test Removed forgotten test line in sp-code.test. 2005-11-18 18:05:04 +01:00
sp-destruct.test Fixed BUG#14233: Crash after tampering with the mysql.proc table 2005-11-25 17:09:26 +01:00
sp-dynamic.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-error.test Merge mysqldev@production.mysql.com:my/mysql-5.0-release 2005-12-07 14:38:20 +03:00
sp-goto.test
sp-prelocking.test
sp-security.test Merge neptunus.(none):/home/msvensson/mysql/ssl_test/my50-ssl_test 2005-10-28 11:00:54 +02:00
sp-threads.test
sp-vars.test Fix commit error: sp-vars.test should belong to mysql-test/t directory. 2005-12-07 22:06:30 +03:00
sp.test A fix and a test case for Bug#15441 "Running SP causes Server 2005-12-09 00:58:59 +03:00
sp_trans.test Fixed BUG#13729 Stored procedures: packet error after exception handled 2005-11-23 11:56:53 +01:00
sql_mode.test support of view underlying tables and SP functions security check added (BUG#9505) (WL#2787) 2005-10-28 00:18:23 +03:00
ssl.test
ssl_compress.test
status.test
strict.test
subselect.test Fixed bug #12762: 2005-10-15 14:32:37 -07:00
subselect2.test
subselect_gis.test
subselect_innodb.test avoiding of calling Item::val_* methods family with opt_range mem_root, because its life time is too short. (BUG#14342) 2005-11-04 13:16:46 +02:00
sum_distinct-big.test
sum_distinct.test
symlink.test
synchronization.test
system_mysql_db.test
system_mysql_db_fix-master.opt
system_mysql_db_fix.test
system_mysql_db_refs.test
tablelock.test
temp_table-master.opt
temp_table.test
timezone-master.opt
timezone.test
timezone2.test
timezone3-master.opt
timezone3.test
timezone_grant.test
trigger-compat.test WL#2818 (Add creator to the trigger definition for privilege 2005-11-10 22:25:03 +03:00
trigger-grant.test WL#2818 (Add creator to the trigger definition for privilege 2005-11-10 22:25:03 +03:00
trigger.test Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0 2005-11-23 01:28:32 +02:00
truncate.test
type_binary.test Merge mysql.com:/home/jimw/my/mysql-5.0-14299 2005-12-06 14:16:34 -08:00
type_bit.test
type_bit_innodb.test
type_blob.test Move handling of suffix_length from strnxfrm_bin() to filesort to ensure proper sorting of all kind of binary objects 2005-10-14 00:04:52 +03:00
type_date.test
type_datetime.test
type_decimal.test
type_enum.test
type_float.test
type_nchar.test
type_newdecimal-big.test Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
type_newdecimal.test Moved long running query to type_newdecimal-big.test 2005-11-29 13:42:45 +01:00
type_ranges.test
type_set.test
type_time.test
type_timestamp.test
type_uint.test
type_varchar.test
type_year.test
union-master.opt
union.test Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-11-29 15:33:58 -08:00
update.test Manually merged 2005-12-02 19:42:14 +03:00
user_limits.test
user_var-binlog.test
user_var.test Reverting patch for BUG #14009 (use of abs() on null value causes problems with filesort 2005-11-01 15:54:30 +02:00
varbinary.test
variables-master.opt
variables.test Recursion support made for SP (BUG#10100). 2005-11-23 01:11:19 +02:00
view.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-12-07 12:47:25 +03:00
view_grant.test Avoiding removing dummy TABLE allocated on the stack (BUG#14726). 2005-11-21 21:11:02 +02:00
view_query_cache.test We should not skip temptable view along with other derived 2005-12-01 12:01:38 +02:00
wait_timeout-master.opt
wait_timeout.test
warnings-master.opt
warnings.test
windows.test
xa.test