mariadb/mysql-test/r
Gleb Shchepa a44b544498 Bug : more user variable fun with multiple
assignments and comparison in query

A query that compares assignments of the same
user variable caused Valgrind warnings: access
to freed memory region.

In case of a DECIMAL argument the assignment
operator (:=) may return a pointer to a stored
value instead of its copy when evaluated.
The next assignment to the same variable may:
 a) overwrite the stored value with a new one
    and return the same pointer or even
 b) reallocate stored value.

Thus, if we evaluate an assignment and keep
the result pointer and then evaluate another
assignment to the same variable, then the
kept result pointer of the first assignment
will point to unexpectedly changed data or
it may be a dead pointer.

That may cause wrong data or crash.

The user_var_entry::val_decimal method has
been modified to copy user variable data.
2010-12-06 23:38:31 +03:00
..
1st.result Add mtr database 2008-04-02 10:06:36 +02:00
alias.result Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 2005-06-27 13:12:10 +02:00
almost_full.result Bug Faulty regex for detecting [Warning] and [ERROR] in mysqld error log 2009-08-25 15:56:50 +02:00
alter_table-big.result Bug test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
alter_table.result Bug : ALTER TABLE DROP COLUMN, ADD COLUMN crashes (linux) or 2009-12-18 14:00:30 +02:00
analyse.result Bug : crash with procedure analyse, view with > 10 columns, 2009-10-30 11:40:44 +02:00
analyze.result Fix for bug : optimize table t1,t2,t3 extended errors 2007-11-21 11:11:22 +04:00
ansi.result Update test results for 5.1 2006-05-10 20:39:26 +02:00
archive-big.result BUG#15787 - MySQL crashes when archive table exceeds 2GB 2007-06-24 19:44:54 +05:00
archive.result BUG#46565 - repair of partition fail for archive engine 2010-03-25 23:57:06 +04:00
archive_bitfield.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
archive_gis.result Merge into dev tree. 2009-02-10 16:27:35 +03:00
auto_increment.result Bug#46616: Merge 2009-08-20 14:30:59 +02:00
backup.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
bench_count_distinct.result BUG#14940 "MySQL choose wrong index", v.2 2006-07-28 21:27:01 +04:00
big_test.require Fixed bug when sorting big files (introduced with multi-table-delete) 2001-06-25 11:35:22 +03:00
bigint.result Bug : wrong results 2010-02-25 23:13:11 +04:00
binary.result Merge olga.mysql.com:/home/igor/mysql-5.0-opt 2007-06-30 20:49:28 -07:00
binlog_tx_isolation.result BUG#23051 (READ COMMITTED breaks mixed and statement-based replication): 2007-06-14 13:33:31 +02:00
bool.result Change sql_mode BROKEN_NOT to HIGH_NOT_PRECEDENCE 2004-11-27 19:26:46 +00:00
bootstrap.result Bug#20166 mysql-test-run.pl does not test system privilege tables creation 2007-02-20 12:48:15 +01:00
bug39022.result A 5.1-only version of fix for bug "Embedded SELECT 2010-05-28 00:07:40 +04:00
bug46080.result fixed various pb2 test failures on windows. 2010-02-02 14:17:21 +02:00
bug46261.result Bug#46261 Plugins can be installed with --skip-grant-tables 2010-04-22 15:52:00 +02:00
bug46760.result Bug#46760: Fast ALTER TABLE no longer works for InnoDB 2009-09-18 16:01:18 +03:00
bug47671.result Fix for BUG#47671 - wrong character-set after upgrade from 5.1.34 to 5.1.39 2009-11-25 12:25:49 +05:30
bulk_replace.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
cache_innodb.result Post-merge fix for Bug#36326 2009-01-31 15:55:06 -02:00
case.result Fix for Bug#32538: View definition picks up character set, 2008-02-12 22:09:16 +03:00
case_insensitive_file_system.require Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
case_insensitive_fs.require Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
case_sensitive_file_system.require Bugs#17647: Trouble with "create database" 2006-05-04 11:55:09 +05:00
cast.result Fix for bug#44743: Join in combination with concat does not always work 2009-05-21 13:06:43 +05:00
change_user.result Remove duplicated test for Bug#34517 2009-01-31 22:04:57 -02:00
check.result 2. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-05 21:47:23 +01:00
check_var_limit.require Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files. 2003-08-22 04:07:40 +03:00
client_xml.result merge of 38158 to 5.1-bugteam 2008-07-18 15:00:45 +03:00
comments.result Manual merge of bug#26030 in mysql-5.1-bugteam 2008-07-07 15:53:20 -06:00
commit_1innodb.result Bug#54453: Failing assertion: trx->active_trans when renaming a 2010-07-20 14:36:15 -03:00
compare.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
compress.result Fix for Bug#32538: View definition picks up character set, 2008-02-12 22:09:16 +03:00
concurrent_innodb_safelog.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
concurrent_innodb_unsafelog.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
connect.result Merge 5.0 -> 5.1 of fix for Bug#42003 and Bug#43114 2009-03-06 15:56:17 +01:00
consistent_snapshot.result Bug#44664: valgrind warning for COMMIT_AND_CHAIN and ROLLBACK_AND_CHAIN 2009-05-11 20:54:00 -03:00
constraints.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
contributors.result Added new show contributors command. 2006-05-02 17:53:26 -07:00
count_distinct.result Bug#47371 reference by same column name 2009-12-22 13:52:23 +04:00
count_distinct2.result WL#926 "AVG(DISTINCT) and other distincts", part 2 (out of 3): clean up 2005-03-15 03:46:19 +03:00
count_distinct3.result Bug#26887 - main.count_distinct3 fails randomly 2009-04-16 13:47:44 -04:00
crash_commit_before.result Cleanup tables created by test cases 2007-04-03 11:36:33 +02:00
create-big.result Bug test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
create.result BUG#47418 RBR fails, failure with mixup of base/temporary/view 2010-01-16 15:44:24 +08:00
create_not_windows.result Bug 29325: moved the test from create_not_windows to symlink. 2007-07-13 13:56:22 +03:00
create_select_tmp.result Merge mysql.com:/home/mydev/mysql-5.1 2006-02-10 20:00:22 +01:00
csv.result merge 45482 2010-03-09 16:09:32 +01:00
csv_alter_table.result Bug#33970 Test main.csv_alter_table disabled. 2008-11-17 15:25:27 -05:00
csv_not_null.result Bug : fix for the bug 33699 should be reverted 2009-02-05 13:49:32 +04:00
ctype_ascii.result Bug#27562: ascii.xml invalid? 2007-08-07 05:35:20 -04:00
ctype_big5.result Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl 2008-04-03 11:50:43 +02:00
ctype_collate.result 5.0-bugteam->5.1-bugteam merge 2009-03-19 13:26:12 +04:00
ctype_cp932_binlog_row.result Merge BUG#43263 from 5.0-bugteam to 5.1-bugteam 2009-05-31 13:44:41 +08:00
ctype_cp932_binlog_stm.result Bug test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
ctype_cp1250_ch.result After merge fix 2008-03-08 01:14:56 +04:00
ctype_cp1251.result type_binary.result, type_binary.test: 2005-10-13 19:16:19 +05:00
ctype_create.result Changed several char* to LEX_STRING*. 2006-10-16 19:57:33 +03:00
ctype_eucjpms.result Bug#32510 LIKE search fails with indexed 'eucjpms' and 'ujis' char column 2008-02-04 11:10:40 +04:00
ctype_euckr.result Backporting "WL#3332 Korean Enhancements" and 2009-07-24 11:27:23 +05:00
ctype_filename.result bug#17870 Table names conflict with Windows device names 2006-04-11 18:16:14 +05:00
ctype_filesystem.result Addendum to bug : make the test case portable to windows 2008-12-01 13:34:53 +02:00
ctype_gb2312.result Merge stella.local:/home2/mydev/mysql-5.1-amain 2008-03-26 10:27:00 +01:00
ctype_gbk.result Merge host.loc:/home/uchum/work/5.0-bugteam 2008-04-23 11:06:26 +05:00
ctype_gbk_binlog.result Bug#46010 main.ctype_gbk_binlog fails sporadically : Table 't2' already exists 2009-09-07 13:42:54 +08:00
ctype_hebrew.result Fix for the bug "Lossy Hebrew to Unicode conversion". 2006-12-22 15:30:37 +03:00
ctype_latin1.result Bug#58022 ... like ... escape export_set ( ... ) crashes when export_set returns warnings 2010-11-18 11:53:08 +03:00
ctype_latin1_de.result Bug#27877 incorrect german order in utf8_general_ci 2008-02-11 16:28:33 +04:00
ctype_latin2.result Bug#6505 Wrong sorting order: 2005-05-06 18:41:41 +05:00
ctype_latin2_ch.result Cleanup test cases that leaves "stuff" behind 2006-04-18 18:10:47 +02:00
ctype_ldml.result Bug LDML collations issue 2010-03-22 16:27:59 +04:00
ctype_many.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_mb.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_recoding.result Manual merge. 2009-08-10 15:46:20 -03:00
ctype_sjis.result Bug#44352 UPPER/LOWER function doesn't work correctly 2009-05-05 11:55:22 +05:00
ctype_tis620.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
ctype_uca.result Merge stella.local:/home2/mydev/mysql-5.1-amain 2008-03-26 10:27:00 +01:00
ctype_ucs.result Bug#52120 create view cause Assertion failed: 0, file .\item_subselect.cc, line 817 2010-04-06 12:26:59 +05:00
ctype_ucs2_def.result Merge stella.local:/home2/mydev/mysql-5.0-axmrg 2008-01-16 13:53:43 +01:00
ctype_ujis.result Bug#57257 Replace(ExtractValue(...)) causes MySQL crash 2010-11-11 13:25:23 +03:00
ctype_ujis_ucs2.result Bug#28600 Yen sign and overline ujis conversion change 2007-05-30 12:30:15 +05:00
ctype_utf8.result Fix for bug#57272: crash in rpad() when using utf8 2010-10-12 23:25:40 +04:00
date_formats.result Bug#58005 utf8 + get_format causes failed assertion: !str || str != Ptr' 2010-11-12 13:12:15 +03:00
ddl_i18n_koi8r.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
ddl_i18n_utf8.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
deadlock_innodb.result Merge moksha.local:/Users/davi/mysql/push/bugs/25164-5.0 2007-08-27 10:19:58 -03:00
debug_sync.result WL#4259 - Debug Sync Facility 2009-09-29 17:38:40 +02:00
default.result Bug#33717 INSERT...(default) fails for enum. Crashes CSV tables, loads spaces for MyISAM 2010-02-17 16:13:42 +04:00
delayed.result Postfix for Bug strange behaviour of INSERT DELAYED 2009-11-18 13:49:45 +01:00
delete.result Bug : Multiple-table DELETE statements not accepting 2010-08-31 02:16:38 +04:00
derived.result Bug : List of derived tables acts like a chain of 2009-07-11 23:44:29 +05:00
dirty_close.result Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
disabled_partition.require Bug#39893: Crash if select on a partitioned table, when partitioning is disabled 2009-01-08 15:16:44 +01:00
distinct.result Bug : simple query that never returns 2009-09-06 00:42:17 +04:00
drop.result Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-rpl 2008-04-03 11:50:43 +02:00
empty_table.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
endspace.result Fixed bug#28404. 2007-08-02 12:45:56 -07:00
error_simulation.result Bug#41660: Sort-index_merge for non-first join table may 2010-06-24 15:21:23 +02:00
errors.result Bug#28677: SELECT on missing column gives extra error 2007-06-18 16:35:01 +03:00
events_1.result Patch for bug#32664: event.test has timeout randomly. File is split into event_1.test and event_2.test. 2008-02-20 14:40:46 +01:00
events_2.result Bug#35981: ALTER EVENT causes the server to change the PRESERVE option. 2008-08-18 13:05:51 +02:00
events_bugs.result Bug#36540: CREATE EVENT and ALTER EVENT statements fail with large server_id 2009-03-11 17:30:56 -03:00
events_embedded.result Bug#35997 Event scheduler seems to let the server crash, if it is embedded. 2008-05-09 09:43:02 +02:00
events_grant.result Patch for the following bugs: 2007-06-28 21:34:54 +04:00
events_logs_tests.result Test events_logs_tests cleanup 2007-09-05 12:14:43 -06:00
events_microsec.result fix for bug Scheduler race conditions 2006-05-22 20:46:13 +02:00
events_restart.result Mereg events_restart_phase* to events_restart 2008-04-09 09:43:20 +02:00
events_scheduling.result Backport from next-mr-bugfixing of tor.didriksen@sun.com-20100106140051-3j2iuag63eltsr2e 2010-05-19 11:18:59 +02:00
events_stress.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
events_time_zone.result Fix for Bug#39979 main.events_time_zone does not clean up 2008-11-14 17:18:20 +01:00
events_trans.result Many files: 2007-10-27 01:40:48 +05:00
events_trans_notembedded.result after-merging fix 2007-04-07 23:16:03 +05:00
exampledb.result Don't use row level logging on optimize or repair table. 2006-05-05 20:08:40 +03:00
execution_constants.result Bug#21476: (Thread stack overrun not caught, causing SEGV) 2006-09-27 14:42:56 -04:00
explain.result Bug#56814 Explain + subselect + fulltext crashes server 2010-10-18 16:12:27 +04:00
fix_priv_tables.result Bug#20589 Missing some table level privileges after upgrade 2006-11-29 12:04:29 +01:00
flush.result Merge mysql.com:/home/hf/work/33334/my50-33334 2008-03-23 20:35:00 +04:00
flush2.result Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-04-16 10:37:50 +02:00
flush_block_commit.result Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
flush_block_commit_notembedded.result Bug test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
flush_read_lock_kill.result Last slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-03-03 21:34:18 +01:00
flush_table.result Update test results to new mysqltest 2006-10-04 23:48:24 +02:00
foreign_key.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
fulltext.result Bug#54484 explain + prepared statement: crash and Got error -1 from storage engine 2010-10-18 14:47:26 +04:00
fulltext2.result fix test for bug29299 2007-07-06 11:35:10 -07:00
fulltext3.result BUG#29464 - load data infile into table with big5 chinese fulltext index 2007-07-13 03:29:25 +05:00
fulltext_cache.result Windows compatibility changes of the 'rpl_delete_all', 2005-02-17 02:59:39 +01:00
fulltext_distinct.result Bug : Inconsistent support for DEFAULT in TEXT columns 2006-07-18 16:04:18 -07:00
fulltext_left_join.result BUG#25729 - boolean full text search is confused by NULLs produced by 2007-04-02 17:26:39 +05:00
fulltext_multi.result A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
fulltext_order_by.result Bug : Crash on EXPLAIN EXTENDED UNION ... ORDER BY <any non-const-function> 2009-12-22 17:52:15 +02:00
fulltext_plugin.result BUG#39746 - Debug flag breaks struct definition 2008-12-17 17:24:34 +04:00
fulltext_update.result Bug : Inconsistent support for DEFAULT in TEXT columns 2006-07-18 16:04:18 -07:00
fulltext_var.result fulltext_var.result: 2005-08-29 22:35:48 -05:00
func_compress.result Bug SETting max_allowed_packet variable 2009-06-19 11:27:19 +02:00
func_concat.result Bug : Concat fails on DOUBLE values in a Stored 2010-04-03 00:30:22 +04:00
func_crypt.result Manual merge. 2009-06-01 16:00:38 +04:00
func_date_add.result Bug#28450: The Item_date_add_interval in select list may fail the field 2007-05-30 00:33:12 +04:00
func_default.result Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt 2007-03-11 00:26:45 +03:00
func_des_encrypt.result Bug : Inserting duplicate values at one time with DES_ENCRYPT leads 2009-04-17 18:52:57 +03:00
func_encrypt.result ENCRYPT function always returns NULL on windows. 2009-04-27 15:05:01 +05:00
func_encrypt_nossl.result Fix test after last push 2005-06-27 20:31:02 +03:00
func_equal.result Merge mysql.com:/home/jimw/my/mysql-4.1-12612 2005-12-01 12:07:25 -08:00
func_gconcat.result Bug#57194 group_concat cause crash and/or invalid memory reads with type errors 2010-10-29 11:44:32 +04:00
func_group.result Bug : assert: field_types == 0 || field_types[field_pos] 2010-08-27 13:44:35 +04:00
func_group_innodb.result Bug : 5.1 part of the fix 2007-05-29 15:58:18 +03:00
func_if.result auto merge 5.0-bugteam --> 5.1-bugteam (bug 40761) 2008-12-12 18:19:33 +04:00
func_in.result Bug#54477: Crash on IN / CASE with NULL arguments 2010-06-22 22:53:08 +04:00
func_isnull.result Bug#53933 crash when using uncacheable subquery in the having clause of outer query 2010-06-08 10:22:40 +04:00
func_like.result Fix for bug : crash when joining tables with unique set column 2010-06-20 02:02:58 +04:00
func_math.result Bug#57477 SIGFPE when dividing a huge number a negative number 2010-10-27 18:12:10 +04:00
func_misc.result Fix for bug#57283: inet_ntoa() crashes 2010-10-12 23:28:03 +04:00
func_op.result BUG#14940 "MySQL choose wrong index", v.2 2006-07-28 21:27:01 +04:00
func_regexp.result Merge 2008-09-05 13:36:02 +05:00
func_rollback.result Additional tests inspired by Bug 2008-04-09 15:56:25 +02:00
func_sapdb.result Bug : debug assertion when ordering by expressions with user 2010-08-13 16:05:46 +03:00
func_set.result Bug#45168: assertion with convert() and empty set value 2009-06-16 16:36:15 +02:00
func_str.result Bug#52164 Assertion failed: param.sort_length, file .\filesort.cc, line 149 2010-03-26 09:49:35 +04:00
func_system.result Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-opt 2006-08-01 09:24:19 +04:00
func_test.result Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt 2007-03-11 00:26:45 +03:00
func_time.result Bug : crash and inconsistent results when grouping 2010-10-31 19:04:38 +03:00
func_timestamp.result : Test 'func_timestamp' fails on Windows x64 2006-06-22 20:50:38 +02:00
gcc296.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
gis-rtree.result BUG#51877 - HANDLER interface causes invalid memory read 2010-03-25 15:49:01 +04:00
gis.result Fix for bug#56679: gis.test: valgrind error 2010-09-09 13:40:17 +04:00
grant.result Fixed bug#36742 - GRANT hostname case handling inconsistent. 2010-10-13 12:28:58 +07:00
grant2.result Bug#48319: Server crashes on "GRANT/REVOKE ... TO CURRENT_USER" 2009-10-29 22:06:10 -07:00
grant3.result Follow up for bug#36742. Changed test case for bug#19828 2010-10-18 21:03:53 +07:00
grant_cache_no_prot.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
grant_cache_ps_prot.result Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
grant_lowercase_fs.result Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
greedy_optimizer.result merged 5.0-bugteam -> 5.1-bugtteam 2009-01-16 12:45:17 +02:00
group_by.result Bug#57688 Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field 2010-10-29 12:23:06 +04:00
group_min_max.result Bug#53859: Valgrind: opt_sum_query(TABLE_LIST*, List<Item>&, 2010-06-11 09:38:29 +02:00
group_min_max_innodb.result Fixed bug : SELECT DISTINCT from a simple view on an 2008-06-27 23:50:53 +05:00
handler_innodb.result 5.0-bugteam->5.1-bugteam merge 2009-04-17 13:46:27 +05:00
handler_myisam.result Fix for bug : assert in ha_myisam::index_next, HANDLER 2010-06-09 14:45:04 +04:00
have_big5.require "like" did not work in some cases with character set big5 2003-12-24 16:59:48 +04:00
have_binlog_format_mixed.require Changes made according to HLD/LLD. 2006-08-30 10:22:43 +03:00
have_binlog_format_row.require WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
have_binlog_format_statement.require WL#1012: All changes as one single changeset. 2005-12-22 06:39:02 +01:00
have_community_features.require Pull 5.1 treatment of community features into 5.0. 2009-05-05 17:03:23 -04:00
have_compress.require added compress/uncompress function 2003-04-09 20:50:30 -04:00
have_cp866.require Patch for the following bugs: 2007-06-28 21:34:54 +04:00
have_cp932.require Added cp932 character set 2005-05-05 10:36:17 -07:00
have_cp1250_ch.require Bug#8840 Empty string comparison and character set 'cp1250' 2005-03-03 14:15:37 +04:00
have_cp1251.require Patch for the following bugs: 2007-06-28 21:34:54 +04:00
have_crypt.require Fixes for Netware 2003-01-28 08:38:28 +02:00
have_debug.require Robustness feature. 2004-06-20 19:11:02 +02:00
have_debug_sync.require WL#4259 - Debug Sync Facility 2009-09-29 17:38:40 +02:00
have_dynamic_loading.require Add support for loading example plugin and add plugin.test 2006-12-15 00:09:56 +01:00
have_eucjpms.require Skip cp932 and eucjpms tests when the character sets are not compiled. 2005-02-01 14:37:51 +04:00
have_euckr.require Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
have_example_plugin.require Add support for loading example plugin and add plugin.test 2006-12-15 00:09:56 +01:00
have_gb2312.require Bug#15377 Valid multibyte sequences are truncated on INSERT 2005-12-09 16:37:58 +04:00
have_gbk.require ctype-gbk.c: 2005-07-22 21:06:02 +05:00
have_geometry.require WL#1163 (Make spatial code separable for other parts) 2004-05-27 20:31:30 +05:00
have_koi8r.require Patch for the following bugs: 2007-06-28 21:34:54 +04:00
have_latin2_ch.require Bug#17374: select ... like 'A%' operator fails to find value on columuns with key 2006-03-20 16:28:25 +04:00
have_local_infile.require Changes to fix tests in pushbuild. 2008-01-31 12:17:40 +01:00
have_log_bin.require Fix typo 2007-06-07 20:25:22 +02:00
have_met_timezone.require Portablity fix 2003-12-14 21:31:02 +01:00
have_moscow_leap_timezone.require Fix for bug "Queried timestamp values do not match the inserted 2004-11-03 17:59:03 +00:00
have_mysql_upgrade.result Expect the file "have_mysql_upgrade.result" to contain the 2006-11-13 16:55:05 +01:00
have_ndb_extra.require wl2325 wl2324 2006-01-12 19:51:02 +01:00
have_ndbapi_examples.require Fixed ndbapi-examples, and added tests for mysql-test-run.pl 2006-09-01 15:14:50 +02:00
have_outfile.require Merge 5.0 -> 5.1 2009-02-03 14:45:17 +01:00
have_partition.require Bug# 16718 partitioning support status variable has incorrect name 2006-01-23 08:42:32 -06:00
have_perror.require Bug#20145 perror segfault when call it with error nr 2006-07-24 18:05:00 +02:00
have_query_cache.require added building without query cache 2002-03-22 22:55:08 +02:00
have_simple_parser.require BUG#39746 - Debug flag breaks struct definition 2008-12-17 17:24:34 +04:00
have_sjis.require : Can't convert sjis&ujis half-width katakana correctly 2004-03-25 14:29:56 +04:00
have_ssl.require Add "have_ssl" as synonym for "have_openssl" 2007-03-05 10:03:42 +01:00
have_symlink.require Symlinking of tables should not work. 2001-06-05 03:38:10 +03:00
have_tis620.require Bug 1552: 2003-12-25 20:11:01 +04:00
have_ucs2.require "Collation" has been moved to SHOW FULL FIELDS 2003-06-02 17:19:06 +05:00
have_udf_example.require Add test to mysql-test-run.pl to see if the udf_example.so is availble. Set envioronment variable UDF_EXAMPLE_LIB if it is. 2006-04-27 16:32:40 +02:00
have_ujis.require Fixed that multibyte charsets didn't honor multibyte 2003-09-19 15:18:19 +05:00
have_utf8.require Patch for the following bugs: 2007-06-28 21:34:54 +04:00
having.result Bug#54416 MAX from JOIN with HAVING returning NULL with 5.1 and Empty set 2010-07-09 14:39:47 +04:00
heap.result Merge host.loc:/work/bugs/5.0-bugteam-30059 2008-05-13 17:01:02 +05:00
heap_auto_increment.result WorkLog#1323 2003-12-10 04:31:42 +00:00
heap_btree.result merging with local fix. 2009-05-06 15:00:14 +05:30
heap_hash.result Corrected the error codes and messages for 5.1. This is to fix PB failures introduced by the patch for bug . 2007-05-31 16:04:58 +04:00
help.result Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-03-22 01:04:39 +01:00
index_merge_innodb.result Bug#56423: Different count with SELECT and CREATE SELECT queries 2010-10-07 10:13:11 +02:00
index_merge_myisam.result Bug#56423: Different count with SELECT and CREATE SELECT queries 2010-10-07 10:13:11 +02:00
information_schema.result Bug#54422 query with = 'variables' 2010-06-25 12:01:47 +04:00
information_schema_chmod.result Bug#18474 Unlistable directories yield no info from information_schema, part2 2006-05-04 17:47:25 +02:00
information_schema_db.result Bug#35996: SELECT + SHOW VIEW should be enough to display 2009-09-28 13:25:47 +02:00
information_schema_inno.result Bug#35108 SELECT FROM REFERENTIAL_CONSTRAINTS crashes 2008-03-14 14:12:39 +04:00
information_schema_part.result Bug#38909 CREATE_OPTIONS in information_schema produces wrong results 2008-11-13 16:11:51 +04:00
init_connect.result Cleanup after test cases 2006-11-15 10:23:27 +01:00
init_file.result Bug mtr2: the --check is fooled up by a code executed in --init_file 2009-04-02 13:00:44 +02:00
innodb_ignore_builtin.result Bug#42610 Dynamic plugin broken in 5.1.31 2009-02-09 19:03:52 +04:00
innodb_mysql_lock2.result A 5.1-only version of fix for bug "Embedded SELECT 2010-05-28 00:07:40 +04:00
insert.result Bug assert in Protocol::end_statement, 2010-08-09 13:39:59 +02:00
insert_notembedded.result The test case for bug 28587 doesn't work with the embedded version, 2007-09-06 13:22:34 -03:00
insert_select.result first merge from main 2009-09-02 18:58:17 +02:00
insert_update.result Fix for Bug#43546 Several 5.0 tests do not pass MTR's --check option 2009-04-28 20:12:18 +02:00
is_debug_build.require Post-review fixes, mainly fixing all print() methods for sp_instr* classes. 2005-11-18 16:30:27 +01:00
is_embedded.require Bug#35997 Event scheduler seems to let the server crash, if it is embedded. 2008-05-09 09:43:02 +02:00
isam.result More fixes for strict mode: 2004-10-02 22:20:08 +03:00
join.result Post fix following fix for bug55531: Disabling testcase for 2010-09-07 15:43:00 +02:00
join_crash.result Implementation of WL#2486 - 2005-08-12 17:57:19 +03:00
join_nested.result Merge gleb.loc:/home/uchum/work/bk/5.0-opt 2007-07-13 19:36:10 +05:00
join_outer.result Bug#57688 Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field 2010-10-29 12:23:06 +04:00
join_outer_innodb.result BUG#35850 "Performance regression in 5.1.23/5.1.24" 2008-05-07 09:58:21 +04:00
key.result Merge ramayana.hindu.god:/home/tsmith/m/bk/51 2007-12-05 12:33:36 -07:00
key_cache.result manual merge 2009-03-16 20:54:50 +01:00
key_diff.result Bug : 5.1 part of the fix 2007-05-29 15:58:18 +03:00
key_primary.result select.result, select.test: 2004-09-02 22:06:30 -07:00
keywords.result Fixed compiler warnings 2007-02-23 13:13:55 +02:00
kill.result Bug#34891 sp_notembedded.test fails sporadically 2008-03-13 14:54:29 -03:00
limit.result Bug#37075: offset of limit clause might be truncated on 32-bits server w/o big tables 2008-10-15 18:34:51 -03:00
loaddata.result Bug : crash/memory underrun when loading data with ucs2 2010-07-14 14:54:51 +03:00
loaddata_autocom_innodb.result WL#4189 2007-12-12 18:19:24 +01:00
locale.result Bug#43207 wrong LC_TIME names for romanian locale 2009-10-19 13:44:44 +05:00
lock.result Bug#39843 DELETE requires write access to table in subquery in where clause 2009-03-05 15:22:33 +01:00
lock_multi.result Merge Bug#43230 into mysql-5.1-bugteam 2009-04-03 16:46:00 -03:00
lock_multi_bug38499.result Reduce test case runtime. 2009-08-28 18:49:16 -03:00
lock_multi_bug38691.result Reduce test case runtime. 2009-08-28 18:49:16 -03:00
lock_sync.result A 5.1-only version of fix for bug "Embedded SELECT 2010-05-28 00:07:40 +04:00
lock_tables_lost_commit.result 1. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-02 22:20:25 +01:00
log_state.result Bug Rows_examined is always 0 in the slow query log for 2010-05-12 13:19:12 +02:00
log_tables-big.result Bug : slow logging to CSV table inserts bad query_time and lock_time values 2007-04-04 21:40:47 +02:00
log_tables.result A fix and a test case for Bug#47924 -main.log_tables times out 2010-11-07 23:42:54 +06:00
log_tables_debug.result Post-merge fix: modify regular expression to better handle 24 hour 2009-06-15 20:27:27 -03:00
log_tables_upgrade.result Bug#49823: mysql_upgrade fatal error due to general_log / slow_low CSV NULL 2010-02-26 09:22:48 -03:00
long_tmpdir.result Fix for bug "Stack overflow in processing temporary table name when tmpdir path is long" 2007-06-11 23:06:20 +04:00
lowercase0.require Bug#37402: Mysql cant read partitioned table with capital letter in the name 2008-07-11 01:14:13 +02:00
lowercase1.require Bug : Temp table can't be created if lower_case_table_names=1 and 2007-04-30 23:16:46 +02:00
lowercase2.require Some small portability fixes. 2003-12-30 13:14:21 +02:00
lowercase_fs_off.result Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
lowercase_mixed_tmpdir.result Bug : Temp table can't be created if lower_case_table_names=1 and 2007-04-30 23:16:46 +02:00
lowercase_mixed_tmpdir_innodb.result BUG#45638 - Create temporary table with engine innodb fails 2009-09-09 14:38:50 +05:00
lowercase_table.result After merge fix. 2006-11-03 13:08:53 +04:00
lowercase_table2.result Addendum to bug 2010-07-21 18:05:57 +03:00
lowercase_table3.result Bug Faulty regex for detecting [Warning] and [ERROR] in mysqld error log 2009-08-28 16:13:27 +02:00
lowercase_table4.result Bug crash with lower_case_table_names=2 and foreign key 2010-10-19 12:27:09 +02:00
lowercase_table_grant.result Fix for BUG#9412: Triggers: should have trigger privilege. 2006-02-01 13:28:45 +03:00
lowercase_table_qcache.result fixed comparation of tables/database names with --lower_case_table_names (BUG#2880) 2004-02-20 22:44:54 +02:00
lowercase_utf8.result 5.0->bugteam->5.1-bugteam merge 2009-02-18 16:09:46 +04:00
lowercase_view.result Bug : SELECT column_name FROM INFORMATION_SCHEMA.STATISTICS 2010-06-25 15:59:44 +03:00
merge-big.result Bug#34376 - merge-big test fails 2008-02-07 12:04:19 +01:00
merge.result Bug#46339 - crash on REPAIR TABLE merge table USE_FRM 2010-04-26 15:44:10 +02:00
merge_innodb.result Bug#30491 - MERGE doesn't report error when one table is Innodb 2007-11-30 15:16:31 +01:00
metadata.result Bug#41788 mysql_fetch_field returns org_table == table by a view 2010-03-12 10:33:16 +04:00
mix2_myisam.result revert the following CS on grounds of "right patch, wrong time": 2008-05-14 10:45:32 +02:00
mix2_myisam_ucs2.result 5.1-specific fix for bug . 2007-02-19 15:31:55 +03:00
multi_statement.result Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
multi_update.result Bug#54543: update ignore with incorrect subquery leads to assertion failure: 2010-09-07 09:58:05 +02:00
multi_update2.result Fix for Bug#26890 main.multi_update times out 2008-11-19 19:17:26 +01:00
multi_update_tiny_hash.result Fixed bug#36676: multiupdate using LEFT JOIN updates only 2008-05-18 14:21:25 +05:00
myisam-blob.result Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
myisam-system.result Added support for key_block_size for key and table level (WL#602) 2006-05-03 15:59:17 +03:00
myisam.result Merge fix for BUG51866 to mysql-5.1-bugteam. 2010-03-25 16:11:16 +04:00
myisam_crash_before_flush_keys.result BUG#47455 - The myisam_crash_before_flush_keys test fails on Windows 2009-10-14 16:26:16 +05:00
myisam_debug.result Addition to the fix for BUG#40827 - Killing insert-select to MyISAM can cause 2009-04-30 16:33:44 +05:30
myisampack.result merge 5.0-bugteam to 5.1-bugteam 2009-04-07 17:06:15 +05:30
mysql-bug41486.result Fix for bug : mysql.test takes too long, fails due to 2009-03-25 10:32:01 +03:00
mysql-bug45236.result Bug : large blob inserts from mysqldump fail, possible 2009-06-10 11:24:47 +04:00
mysql.result Merge approved bug fix 2009-12-17 12:06:36 -08:00
mysql_client_test.result Bug#54041: MySQL 5.0.92 fails when tests from Connector/C suite run 2010-07-30 09:17:10 -03:00
mysql_comments.result 5.1-specific changes for bug after merging the patch from 5.0: 2007-11-02 16:40:08 +03:00
mysql_cp932.result Moved the test requiring cp932 to a separate unit. 2007-02-21 19:50:48 +03:00
mysql_protocols.result Added find_type_or_exit and find_bit_type_or_exit as wrappers 2007-03-19 11:19:51 +02:00
mysql_upgrade.result Bug : mysql_upgrade incorrectly revokes TRIGGER privilege on given table 2010-07-01 12:05:09 +03:00
mysqladmin.result Bug#10608 mysqladmin breaks on "database" variable in my.cnf 2006-11-10 13:25:10 +01:00
mysqlbinlog-cp932.result Bug#46010 main.ctype_gbk_binlog fails sporadically : Table 't2' already exists 2009-09-07 13:42:54 +08:00
mysqlbinlog.result Bug mysqlbinlog --database=X produces bad output for SAVEPOINTs 2010-03-28 19:57:33 +08:00
mysqlbinlog2.result BUG#34541: mysqlbinlog prints 'set;' in stm mode after changing autocommit mode 2008-04-02 16:49:22 +07:00
mysqlbinlog_base64.result Rmove RESET MASTER from have_log_bin.inc because it can cause some 2008-07-28 15:15:20 +08:00
mysqlbinlog_row.result Postfix of tests after merge 2008-09-06 12:49:43 +08:00
mysqlbinlog_row_big.result Bug#43716: Test mysqlbinlog_row_big is failing, needs to be updated 2009-04-02 18:34:18 -04:00
mysqlbinlog_row_innodb.result BUG#49618: Field length stored incorrectly in binary log 2010-03-22 13:10:18 +01:00
mysqlbinlog_row_myisam.result Postfix of tests after merge 2008-09-06 12:49:43 +08:00
mysqlbinlog_row_trans.result Post-fix for BUG#28976. 2009-08-27 10:32:27 +01:00
mysqlcheck.result mysqlcheck failed to fix table names when using the --fix-table-names 2009-05-20 18:31:10 -07:00
mysqldump-compat.result Fixed bug . 2007-08-31 16:59:07 +05:00
mysqldump-max.result manual merge 2009-02-19 18:22:28 +01:00
mysqldump-no-binlog.result Bug : mysqldump returns a 0 status on error when using 2008-03-07 11:15:49 +02:00
mysqldump.result Bug : mysqldump with -T & --default-character-set set 2010-05-07 00:41:37 +04:00
mysqldump_restore.result Bug#40465 - mysqldump.test does no checking of dump or restore 2009-05-22 10:38:17 -04:00
mysqlhotcopy_archive.result Patch for bug#52913 including all review results and changes of date format. 2010-06-03 10:31:26 +02:00
mysqlhotcopy_myisam.result Patch for bug#52913 including all review results and changes of date format. 2010-06-03 10:31:26 +02:00
mysqlshow.result Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-enterprise-formergecomm 2007-04-27 16:45:01 -04:00
mysqlslap.result Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-arch 2007-12-20 12:32:16 -08:00
mysqltest.result Manual-merge from mysql-5.1-bugteam. 2010-11-22 12:21:10 +03:00
named_pipe.result Additional patch for Bug#32538. Fix result files of windows test cases. 2008-02-13 12:02:16 +03:00
ndb_default_cluster.require Bug auto inc table not handled correctly when restored from cluster backup 2006-07-06 18:50:44 +02:00
negation_elimination.result Fix for Bug#32538: View definition picks up character set, 2008-02-12 22:09:16 +03:00
no-threads.result Bug Problems with thread_handling system variable 2007-12-11 17:30:42 -05:00
no_binlog.result BUG#50780: 'show binary logs' debug assertion when binary 2010-02-05 17:51:55 +00:00
not_embedded.require Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
not_embedded_server.result Merge of fix for Bug#44522 main.not_embedded_server fails with "--check-testcases" 2009-04-30 12:26:11 +02:00
not_ndb.require wl2325 wl2324 2006-01-12 19:51:02 +01:00
not_ndb_default.require Update 'abort_not_supported_test' to print a reason why the test was aborted 2006-07-19 14:25:52 +02:00
not_openssl.require BUG#10589: des_encrypt functionality always return NULL 2005-06-17 18:07:46 +02:00
not_partition.require Bug#18888 Trying to overwrite sql/lex_hash.h during build 2006-10-26 19:11:09 +02:00
not_partition.result Bug#39893: Crash if select on a partitioned table, when partitioning is disabled 2009-01-08 15:16:44 +01:00
not_true.require Bug#32430: 'show innodb status' causes errors 2009-09-25 11:26:49 +02:00
not_valgrind.require WL#3337 (Events new architecture) 2006-07-17 16:52:45 +02:00
not_windows.require Update 'abort_not_supported_test' to print a reason why the test was aborted 2006-07-19 14:25:52 +02:00
null.result Bug : fix for the bug 33699 should be reverted 2009-02-05 13:49:32 +04:00
null_key.result BUG#34945: "ref_or_null queries that are null_rejecting and have a null value crash mysql" 2008-03-03 20:35:44 +03:00
odbc.result Merge macbook.gmz:/Users/kgeorge/mysql/work/B14553-4.1-opt 2006-07-10 16:44:05 +03:00
olap.result Automerge. 2009-11-06 17:54:19 +03:00
one_thread_per_connection.require Fixed compiler warnings 2007-02-23 13:13:55 +02:00
openssl_1.result merge 2010-01-29 16:54:27 +02:00
order_by.result Bug : Regression in EXPLAIN with index scan, LIMIT, GROUP BY and 2010-09-13 13:33:19 +02:00
order_fill_sortbuf.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
outfile.result Merge 5.0 -> 5.1 2009-02-03 14:45:17 +01:00
outfile_loaddata.result Bug : mysqldump with -T & --default-character-set set 2010-05-07 00:41:37 +04:00
overflow.result fixed error messages 2001-10-08 20:18:37 -06:00
packet.result Bug SETting max_allowed_packet variable 2009-06-19 11:27:19 +02:00
parser.result Move test for bug 39559, which uses command-line mysql client 2009-04-17 16:00:53 -04:00
parser_bug21114_innodb.result Bug#21114 (Foreign key creation fails to table with name format) 2006-11-03 09:56:44 -07:00
parser_not_embedded.result The mysql command-line client would include superfluous spaces at the end of 2009-05-20 17:04:44 -07:00
parser_precedence.result Bug#30625 (Performance, reduce depth for expressions) 2007-08-28 11:16:03 -06:00
parser_stack.result Bug#35577 (CREATE PROCEDURE causes either crash or syntax error depending on 2008-07-14 15:41:30 -06:00
partition.result merge 2010-10-01 15:41:27 +02:00
partition_archive.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_binlog_stmt.result Bug#51851: Server with SBR locks mutex twice on 2010-10-01 13:39:04 +02:00
partition_blackhole.result This changeset contains the following stuff: 2007-10-22 20:10:51 +02:00
partition_bug18198.result Bug : innodb crash with varying time_zone on partitioned 2009-12-13 23:29:50 +03:00
partition_charset.result Disabled ascii-function 2007-06-13 17:28:59 +02:00
partition_csv.result A few suppression follow-ups 2009-09-03 08:38:06 +02:00
partition_datatype.result 5.0-bugteam->5.1-bugteam merge 2008-12-09 15:16:39 +04:00
partition_debug_sync.result Bug#42438: Crash ha_partition::change_table_ptr 2010-02-01 16:07:00 +01:00
partition_disabled.result Bug#39893: Crash if select on a partitioned table, when partitioning is disabled 2009-01-08 15:16:44 +01:00
partition_error.result Bug : Memory leaks at running the 5.1 test suite 2010-09-22 23:33:18 +04:00
partition_federated.result bug (Partitions: duplicating results with ENGINE=FEDERATED) 2006-12-19 16:37:50 +04:00
partition_grant.result Bug Partitions: possible security breach via alter 2007-04-04 14:01:47 +05:00
partition_hash.result Bug#53806: Wrong estimates for range query in partitioned MyISAM table 2010-08-27 10:43:51 +02:00
partition_innodb.result merging. 2010-10-15 20:13:35 +05:00
partition_innodb_builtin.result Bug#32430: 'show innodb status' causes errors 2009-09-25 11:26:49 +02:00
partition_innodb_plugin.result Bug#55091: Server crashes on ADD PARTITION after a failed attempt 2010-10-05 14:57:51 +02:00
partition_innodb_semi_consistent.result Apply test case changes for Bug (innodb-semi-consistent.test) also to 2009-01-13 23:12:16 +01:00
partition_innodb_stmt.result Bug#39084: Getting intermittent errors with statement-based binary logging 2008-10-29 21:20:04 +01:00
partition_list.result BUG#18198 2007-04-20 18:35:16 +02:00
partition_mgm.result Move test for bug 39559, which uses command-line mysql client 2009-04-17 16:00:53 -04:00
partition_mgm_err.result Bug#36001: Partitions: spelling and using some error messages 2009-02-18 21:10:19 +01:00
partition_mgm_err2.result After merge fixes 2006-02-26 15:11:56 +02:00
partition_not_blackhole.result Bug#46086: crash when dropping a partitioned table 2010-07-08 14:36:55 +02:00
partition_not_embedded.result Bug rename table does corrupt tables with partition files on failure. 2009-07-27 16:50:43 +05:30
partition_not_windows.result merging 5.1 -> 5.1 rpl. 3 of 4 conflicts are resolved similarly to 6.0->6.0-rpl merging. 2008-11-12 19:51:47 +02:00
partition_open_files_limit.result Bug#46922: crash when adding partitions and open_files_limit 2009-10-08 15:36:43 +02:00
partition_order.result BUG#20389: Crash when using index scan in reverse order 2006-07-15 03:38:34 -04:00
partition_pruning.result Bug#53806: Wrong estimates for range query in partitioned MyISAM table 2010-08-26 17:14:18 +02:00
partition_range.result Bug#53806: Wrong estimates for range query in partitioned MyISAM table 2010-08-27 10:43:51 +02:00
partition_rename_longfilename.result Bug rename table does corrupt tables with partition files on failure. 2009-07-27 16:50:43 +05:30
partition_symlink.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_windows.result Post-merge fix: Update warning number due to repositioning in the error list. 2008-10-26 15:05:24 -02:00
perror-win.result error code is changed to satisfy Win NT 2008-11-28 17:12:43 +04:00
perror.result Change error code to test for "unknown error" with to 10000 2006-08-01 11:29:10 +02:00
plugin.result Bug#32757: hang with sql_mode set when setting some global variables 2008-02-24 14:12:17 +01:00
plugin_load.result Bug#33358 2008-01-25 16:05:15 -08:00
plugin_not_embedded.result Post-merge fix: remove unnecessary flush privileges. 2010-03-13 18:32:42 -03:00
preload.result Recommit for merging and pushing 2009-02-27 16:11:15 +02:00
profiling.result Final fix for bug#38349: Did the changes due to the 2 reviews. 2008-09-10 12:50:39 +02:00
ps.result result fix 2010-10-04 12:51:26 +04:00
ps_1general.result Bug 43355 Prepared for commit on 5.1 gca 2009-04-01 10:58:55 +02:00
ps_2myisam.result Bug : LONG BLOB value types are not recognized 2010-08-16 16:43:21 +03:00
ps_3innodb.result Bug : LONG BLOB value types are not recognized 2010-08-16 16:43:21 +03:00
ps_4heap.result Bug : LONG BLOB value types are not recognized 2010-08-16 16:43:21 +03:00
ps_5merge.result Bug : LONG BLOB value types are not recognized 2010-08-16 16:43:21 +03:00
ps_10nestset.result Test expansion: "MOD" on non-integral first operand. 2004-11-02 15:09:57 +01:00
ps_11bugs.result Bug : crash if prepared statements refer to variables in the where clause 2008-10-08 14:23:53 +03:00
ps_ddl.result BUG#47418 RBR fails, failure with mixup of base/temporary/view 2010-01-16 15:44:24 +08:00
ps_ddl1.result A fix for 2008-07-03 23:41:22 +04:00
ps_grant.result 5.0-bugteam->5.1-bugteam merge 2009-10-27 14:09:36 +04:00
ps_not_windows.result Bug#23983 ps.test fails to open shared library 2006-11-20 15:18:57 -05:00
query_cache.result Moved test case for bug 31157 from query_cache.test to subselect.test 2009-11-03 17:18:43 +01:00
query_cache_28249.result - Fix for Bug#40179 Test main.query_cache failing randomly on Pushbuild, test weakness 2008-11-28 16:45:34 +01:00
query_cache_debug.result Bug#43758 Query cache can lock up threads in 'freeing items' state 2009-06-17 16:28:11 +02:00
query_cache_merge.result Cherry-pick Bug#33362 from mysql-5.1 2008-07-24 11:14:34 -03:00
query_cache_notembedded.result Remove test case for bug 40264. 2009-02-13 17:26:20 -02:00
query_cache_ps_no_prot.result Fix for BUG#25843: changing default database between PREPARE and EXECUTE 2007-08-31 20:42:14 +04:00
query_cache_ps_ps_prot.result Fix for BUG#25843: changing default database between PREPARE and EXECUTE 2007-08-31 20:42:14 +04:00
query_cache_with_views.result Bug#46615 Assertion in Query_cache::invalidate in INSERT in a VIEW of a MERGE table 2010-03-24 17:37:41 +01:00
raid.result fixed test results 2004-05-05 23:29:35 +03:00
range.result Bug : 'NOT BETWEEN' evaluation is incorrect 2010-08-24 19:51:32 +04:00
read_many_rows_innodb.result Merge moonbone.local:/mnt/gentoo64/work/24989-bug-5.0-opt-mysql 2007-08-02 18:42:56 +04:00
read_only.result Merge 5.0 -> 5.1 of fix for Bug#42003 and Bug#43114 2009-03-06 15:56:17 +01:00
read_only_innodb.result Fix for bug : read-only blocks SELECT statements in InnoDB 2008-04-08 10:20:58 +05:00
rename.result Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1 2006-11-10 15:05:38 +03:00
renamedb.result Bug : serious flaws in the alter database .. upgrade 2010-05-21 22:47:32 +04:00
repair.result Bug : Message tells me to repair table though Storage 2009-04-14 19:19:15 +05:00
replace.result Manually merged 2006-06-18 14:56:35 +04:00
rollback.result WorkLog#1323 2003-12-10 04:31:42 +00:00
round.result Automerge fix: "Out of range value" error message adjusted to 5.1. 2006-10-03 18:48:50 +05:00
row.result Bug : Comparison to row subquery produces incorrect 2010-09-09 16:46:13 +04:00
rowid_order_innodb.result This changeset belongs to 2006-08-16 19:29:49 +02:00
rpl_colSize.result WL#3228 (NDB) : RBR using different table defs on slave/master 2007-07-27 14:38:36 -04:00
rpl_extraColmaster_innodb.result WL#3915 : (NDB) master's cols > slave 2007-07-27 23:11:36 -04:00
rpl_extraColmaster_myisam.result WL#3915 : (NDB) master's cols > slave 2007-07-27 23:11:36 -04:00
schema.result Bug Deadlock DROP/ALTER/CREATE DATABASE with open HANDLER 2010-06-26 19:36:00 +02:00
select.result Fix for bug : Assertion failed: param.sort_length, 2010-06-24 12:00:48 +04:00
select_found.result Fixed bug#28404. 2007-08-02 12:45:56 -07:00
select_safe.result Fix bug non unique names are allowed in subquery 2005-08-10 17:45:00 +04:00
server_id.require Added test case for multiple MySQL Servers connected to one cluster 2004-12-15 12:09:19 +01:00
server_id1.require Added test case for multiple MySQL Servers connected to one cluster 2004-12-15 12:09:19 +01:00
shm.result Bug#33899: Deadlock in mysql_real_query with shared memory connections 2009-03-26 20:25:10 -03:00
show_check.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
skip_grants.result Merge kaamos.(none):/data/src/opt/bug33305/my50-bug33305 2008-01-10 13:37:54 +03:00
skip_log_bin.result Bug Assertion mysql_bin_log.is_open() failed in binlog_trans_log_savepos() 2008-08-29 17:20:08 +03:00
skip_name_resolve.result Bug : Missing variable - skip_name_resolve 2010-03-31 16:12:37 +03:00
slave-running.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
slave-stopped.result client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
sp-big.result Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sp-bugs.result Fixed bug#54375 - Error in stored procedure leaves connection 2010-11-11 10:52:51 +06:00
sp-code.result Manual merge 2008-03-25 17:48:05 -06:00
sp-destruct.result Bug#41726: upgrade from 5.0 to 5.1.30 crashes if you didn't run mysql_upgrade 2009-11-21 09:18:21 -02:00
sp-dynamic.result Merge adventure.(none):/home/thek/Development/cpp/bug28846/my50-bug28846 2007-06-22 15:23:51 +02:00
sp-error.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
sp-fib.result Bug#15866 Prepared for push on 5.0 2009-07-03 10:19:32 +02:00
sp-prelocking.result Bug LOCK TABLES does not pre-lock tables used in triggers of the locked tables 2007-07-27 16:56:29 +02:00
sp-security.result merge 2009-11-27 18:10:28 +02:00
sp-threads.result Update tests and result files after running with new mysqltest that better detects problems with test files 2006-10-04 13:09:37 +02:00
sp-ucs2.result Bug#48766 SHOW CREATE FUNCTION returns extra data in return clause 2009-12-02 15:17:08 +04:00
sp-vars.result Merge adventure.(none):/home/thek/Development/cpp/bug26277/my51-bug26277 2007-05-18 14:29:24 +02:00
sp.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
sp_gis.result Many files: 2007-10-27 01:40:48 +05:00
sp_notembedded.result Bug#47736 killing a select from a view when the view is processing a function, asserts 2010-02-05 13:39:46 +04:00
sp_stress_case.result Bug#19194 (Right recursion in parser for CASE causes excessive stack usage, 2006-12-11 16:59:02 -07:00
sp_sync.result Bug#48157: crash in Item_field::used_tables 2010-01-12 15:16:26 +01:00
sp_trans.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
sp_trans_log.result Bug test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
sql_mode.result Bug#45100: Incomplete DROP USER in case of SQL_MODE = 'PAD_CHAR_TO_FULL_LENGTH' 2009-06-12 18:11:19 -03:00
ssl-big.result Bug Clients using SSL can hang the server 2007-07-12 22:06:33 -04:00
ssl.result Fix for Bug#32538: View definition picks up character set, 2008-02-12 22:09:16 +03:00
ssl_8k_key.result Bug YaSSL assertion failure when reading 8k key. 2007-07-17 14:43:56 -04:00
ssl_compress.result Fix for Bug#32538: View definition picks up character set, 2008-02-12 22:09:16 +03:00
ssl_connect.result Add result file for ssl_connect.test 2007-01-29 19:09:30 +01:00
status.result Bug status.test fails 2009-06-10 11:58:36 +03:00
status2.result Bug#24289 Status Variable "Questions" gets wrong values with Stored Routines(for 5.1) 2008-12-17 17:23:21 +04:00
strict.result Bug#41465: confusing error message when comment is too long 2009-03-05 08:20:01 -03:00
strict_autoinc_1myisam.result Merge mysql.com:/usr/home/bar/mysql-5.0.b18908 2006-11-01 16:48:03 +04:00
strict_autoinc_2innodb.result Merge mysql.com:/usr/home/bar/mysql-5.0.b18908 2006-11-01 16:48:03 +04:00
strict_autoinc_3heap.result Merge mysql.com:/usr/home/bar/mysql-5.0.b18908 2006-11-01 16:48:03 +04:00
subselect.result Bug : Comparison to row subquery produces incorrect 2010-09-09 16:46:13 +04:00
subselect2.result BUG#24127: (a,b) IN (SELECT c,d ...) can produce wrong results if a and/or b are NULLs: 2007-01-12 23:22:41 +03:00
subselect3.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
subselect4.result Bug#51070: Query with a NOT IN subquery predicate returns a wrong result set 2010-09-07 11:21:09 +02:00
subselect_debug.result Bug#37627: addendum : 2008-07-07 11:43:56 +03:00
subselect_gis.result subselect test split on two tests because gis extention can be absent 2004-08-24 10:15:39 +03:00
subselect_innodb.result Add new option "check-testcases" to mysql-test-run.pl 2006-01-26 17:54:34 +01:00
subselect_notembedded.result Fix for bug : Test suite without cluster fails on Mac OS X 2008-03-07 21:14:34 +03:00
sum_distinct-big.result Patch for WL#2894: Make stored routine variables work 2005-12-07 17:01:17 +03:00
sum_distinct.result Moved some old test and added a new test to only be run with mysql-test-run --big 2005-04-07 19:24:14 +03:00
symlink.result BUG#40980 - Drop table can remove another MyISAM table's 2010-04-01 18:49:02 +04:00
synchronization.result Merge 5.0 -> 5.1 2009-02-09 22:00:15 +01:00
sysdate_is_now.result Post-merge fixes 2006-06-09 19:29:39 -07:00
system_mysql_db.result 5.0-bugteam->5.1-bugteam merge 2009-10-27 14:09:36 +04:00
system_mysql_db_refs.result s/\r\n/\n/ in mysql-test/*/system_mysql_db* 2004-06-28 15:53:49 +05:00
tablelock.result Bug#23588 SHOW COLUMNS on a temporary table causes locking issues 2008-02-22 12:30:17 +04:00
temp_table.result Bug#41348: INSERT INTO tbl SELECT * FROM temp_tbl overwrites 2009-01-07 10:11:37 -02:00
testdb_only.require WL#1420 convert NIST test for mysql 2005-01-26 10:19:28 +01:00
timezone.result Fix Bug "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" 2006-11-01 16:47:40 +03:00
timezone2.result Bug : convert_tz crashes when fed invalid data 2010-08-06 23:29:37 +04:00
timezone3.result Backport of a 5.0.74 fix into 5.0.72sp1: 2009-01-12 17:40:29 +01:00
timezone4.result Fix Bug "TIMESTAMP/from_unixtime() no longer accepts 2^31-1" 2006-11-01 16:47:40 +03:00
timezone_grant.result Merge mysql.com:/extern/mysql/5.1/generic/mysql-5.0-merge 2006-04-25 16:20:49 +02:00
trigger-compat.result merge 5.0 -> 5.1 2009-02-19 18:24:25 -05:00
trigger-trans.result fixed test suite failures in 5.1-bugteam 2008-10-07 19:54:12 +03:00
trigger.result WL#5370 Keep forward-compatibility when changing 2010-08-18 12:56:06 +08:00
trigger_notembedded.result Fixed bug - Protocol::end_statement(): Assertion `0' on 2010-09-07 15:53:46 +07:00
true.require Required file for next tests (taken from work by JimW in Falcon) 2006-09-22 23:32:47 -07:00
truncate.result reverted the fix for Bug#5507 2007-04-17 12:32:01 +02:00
type_binary.result Merge host.loc:/work/bugs/5.0-bugteam-30059 2008-05-13 17:01:02 +05:00
type_bit.result Bug#50591 bit(31) causes Duplicate entry '1-NULL' for key 'group_key' 2010-02-16 13:13:49 +04:00
type_bit_innodb.result Merge mysql.com:/misc/mysql/31177/50-31177 2007-12-01 15:53:56 +01:00
type_blob.result Bug : crash and inconsistent results when grouping 2010-10-31 19:04:38 +03:00
type_date.result Bug#50918: Date columns treated differently in Views than in 2010-03-16 10:20:07 +01:00
type_datetime.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
type_decimal.result Merge amd64.(none):/src/rel_clean_up/my50-rel_clean_up 2008-04-28 14:12:52 -04:00
type_enum.result Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt 2007-09-20 14:10:05 +05:00
type_float.result Automerge. 2009-02-14 20:14:10 +03:00
type_nchar.result Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case 2006-02-22 10:09:59 +01:00
type_newdecimal-big.result Merge WL#2984 2005-12-12 13:29:48 +03:00
type_newdecimal.result Bug : Crash, stored procedure + decimal 2009-11-20 12:10:47 +02:00
type_ranges.result Bug#30081: "ON UPDATE CURRENT_TIMESTAMP" wasn't shown by the SHOW FIELDS 2007-11-13 13:24:48 +00:00
type_set.result Bug : Crash in String::append when inserting duplicate empty strings an uft8 2008-09-05 18:21:59 +03:00
type_time.result Bug#53942 valgrind warnings with timestamp() function and incomplete datetime values 2010-05-31 13:25:11 +04:00
type_timestamp.result Bug : select does not work properly in mysql server 2010-09-13 11:18:35 +04:00
type_uint.result Fix for bug#8294 Traditional: Misleading error message for invalid CAST to DATE 2005-12-02 15:01:44 +04:00
type_varchar.result Merge dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.0 2006-12-04 18:08:50 +01:00
type_year.result Bug : Behavioural change in SELECT/WHERE on YEAR(4) data type 2010-03-22 12:33:25 +04:00
udf.result Bug#52060 - test udf fails on Snow Leopard 2010-03-18 11:26:27 +01:00
udf_skip_grants.result Fix for bug : Test case in 'skip_grants' file need dynamic loading 2007-12-24 17:42:13 +03:00
union.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
unsafe_binlog_innodb.result Bug Test program / embedded server crash in test "unsafe_binlog_innodb" 2007-06-12 17:53:16 +05:00
update.result Bug assert in Diagnostics_area::set_ok_status 2010-07-19 11:03:52 +02:00
upgrade.result Bug : serious flaws in the alter database .. upgrade 2010-05-21 22:47:32 +04:00
user_limits.result Update test results 2005-05-02 11:45:06 -07:00
user_var-binlog.result BUG#34541: mysqlbinlog prints 'set;' in stm mode after changing autocommit mode 2008-04-02 16:49:22 +07:00
user_var.result Bug : more user variable fun with multiple 2010-12-06 23:38:31 +03:00
varbinary.result Fix for Bug#43546 Several 5.0 tests do not pass MTR's --check option 2009-04-28 20:12:18 +02:00
variables-big.result Bug#58197: main.variables-big fails on windows 2010-11-15 16:17:38 +01:00
variables-notembedded.result Bug#43835: SHOW VARIABLES does not include 0 for slave_skip_errors 2009-04-06 13:42:33 +02:00
variables.result merge 2010-06-04 17:10:22 +03:00
variables_community.result renaming test variables+c to variables_community, + is problematic 2010-02-11 14:26:58 +01:00
variables_debug.result Bug : Memory leaks at running the 5.1 test suite 2010-09-22 23:33:18 +04:00
view.result Bug#52120 create view cause Assertion failed: 0, file .\item_subselect.cc, line 817 2010-04-06 12:26:59 +05:00
view_alias.result Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
view_grant.result Move test case. Embedded server does not support privilege 2010-02-12 00:54:14 -02:00
wait_timeout.result Fix for bug#39108: Set global wait timeout within the test, not more via opt file. 2009-01-23 18:19:09 +01:00
warnings.result Bug#47974 'TYPE=storage_engine' is deprecated and will be 2010-02-09 11:30:50 +01:00
warnings_engine_disabled.result Bug#29263 disabled storage engines omitted in SHOW ENGINES 2008-12-17 19:45:34 +04:00
windows.require Update 'abort_not_supported_test' to print a reason why the test was aborted 2006-07-19 14:25:52 +02:00
windows.result Bug#45498: Socket variable not available on Windows 2009-09-22 08:22:07 -03:00
xa.result Merge an addition to BUG51342 5.0-bugteam -> 5.1-bugteam. 2010-03-10 19:31:22 +04:00
xml.result Manual-merge from mysql-5.1-bugteam. 2010-11-22 12:21:10 +03:00