mariadb/mysql-test/r
unknown 709356d473 Changed wellformedlen to well_formed_len
Fixed that blobs >16M can be inserted/updated
Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE


include/m_ctype.h:
  Changed wellformedlen to well_formed_len
include/mysql.h:
  Fixed comment
libmysql/libmysql.c:
  Fixed indentation
libmysqld/lib_sql.cc:
  Fixed indentation
mysql-test/r/ctype_utf8.result:
  updated warning numbers
mysql-test/r/innodb.result:
  Moved test to right place
mysql-test/r/myisam-blob.result:
  More test for blobs
mysql-test/r/rpl000002.result:
  Move test to better place
mysql-test/r/rpl_log.result:
  Move test to better place
mysql-test/r/union.result:
  Move test to better place
mysql-test/t/innodb.test:
  Moved test to right place
mysql-test/t/myisam-blob.test:
  More test of blobs
mysql-test/t/rpl000002.test:
  Move test to better place
mysql-test/t/rpl_log.test:
  Move test to better place
mysql-test/t/union.test:
  Move test to better place
sql/field.cc:
  Changed wellformedlen to well_formed_len.
  Fixed that blobs >16M can be inserted/updated (new bug)
sql/field.h:
  Code optimization
sql/sql_lex.cc:
  Changed short variable names
sql/sql_show.cc:
  Optimized quote handling
sql/sql_table.cc:
  Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
sql/sql_union.cc:
  Added comment
strings/ctype-big5.c:
  Changed wellformedlen to well_formed_len
strings/ctype-bin.c:
  Changed wellformedlen to well_formed_len
strings/ctype-euc_kr.c:
  Changed wellformedlen to well_formed_len
strings/ctype-gb2312.c:
  Changed wellformedlen to well_formed_len
strings/ctype-gbk.c:
  Changed wellformedlen to well_formed_len
strings/ctype-latin1.c:
  Changed wellformedlen to well_formed_len
strings/ctype-mb.c:
  Changed wellformedlen to well_formed_len
strings/ctype-simple.c:
  Changed wellformedlen to well_formed_len
strings/ctype-sjis.c:
  Changed wellformedlen to well_formed_len
strings/ctype-tis620.c:
  Changed wellformedlen to well_formed_len
strings/ctype-ucs2.c:
  Changed wellformedlen to well_formed_len
  Indentation changes
strings/ctype-ujis.c:
  Changed wellformedlen to well_formed_len
strings/ctype-utf8.c:
  Changed wellformedlen to well_formed_len
2004-02-17 01:35:17 +02:00
..
alias.result
alter_table.result After merge fixes 2004-02-16 10:03:25 +02:00
analyse.result
ansi.result
auto_increment.result After merge fixes 2004-02-16 10:03:25 +02:00
backup.result
bdb-alter-table-1.result
bdb-alter-table-2.result
bdb-crash.result
bdb-deadlock.result
bdb.result After merge fixes 2004-02-16 10:03:25 +02:00
bdb_cache.result
bench_count_distinct.result
big_test.require
bigint.result disabled atof() test as non-portable 2004-02-04 09:59:18 +01:00
binary.result After merge fixes 2004-02-16 10:03:25 +02:00
bool.result
bulk_replace.result
case.result
cast.result Bug 2701: Function CHARSET() inconsistency 2004-02-11 16:53:39 +04:00
check.result
check_var_limit.require
comments.result
compare.result
connect.result
constraints.result
count_distinct.result
count_distinct2.result
count_distinct3.result
create.result After merge fixes 2004-02-16 10:03:25 +02:00
ctype_big5.result "like" did not work in some cases with character set big5 2003-12-24 16:59:48 +04:00
ctype_collate.result Indexes can be used for optimization if the operation 2004-02-02 17:50:14 +04:00
ctype_cp1251.result
ctype_create.result Fix for Bug#2151: 2003-12-19 19:12:11 +04:00
ctype_latin1_de.result Client character set is now not set from the server value. 2004-02-04 12:49:54 +04:00
ctype_many.result Bug 2701: Function CHARSET() inconsistency 2004-02-11 16:53:39 +04:00
ctype_mb.result After merge fixes 2004-02-16 10:03:25 +02:00
ctype_recoding.result I forgot to add the test in the previous commit :( 2004-01-15 16:10:44 +04:00
ctype_tis620.result After merge fixes 2004-02-16 10:03:25 +02:00
ctype_ucs.result http://bugs.mysql.com/bug.php?id=2619 2004-02-04 18:16:28 +04:00
ctype_ujis.result
ctype_utf8.result Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
date_formats.result Ensure that result from date_format() is binary 2004-02-09 13:59:41 +01:00
delayed.result
delete.result After merge fixes 2004-02-16 10:03:25 +02:00
derived.result bug#2708 2004-02-15 20:36:12 +01:00
dirty_close.result
distinct.result
drop.result
drop_temp_table.result
empty_table.result
errors.result
explain.result
flush.result
foreign_key.result
fulltext.result Merge with public tree 2004-02-16 10:31:05 +02:00
fulltext2.result
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result
fulltext_order_by.result
fulltext_update.result
fulltext_var.result
func_compress.result After merge fixes 2004-02-16 10:03:25 +02:00
func_concat.result
func_crypt.result
func_date_add.result
func_default.result
func_encrypt.result
func_equal.result
func_gconcat.result After merge fixes 2004-02-16 10:03:25 +02:00
func_group.result After merge fixes 2004-02-16 10:03:25 +02:00
func_if.result
func_in.result
func_isnull.result
func_like.result Merge with 4.0.18 2004-02-11 00:06:46 +01:00
func_math.result Merge with 4.0.18 2004-02-11 00:06:46 +01:00
func_misc.result Fixed bug #2310 "INET_ATON handles short-forms addresses incorrectly" 2004-01-20 00:32:25 +04:00
func_op.result
func_regexp.result
func_sapdb.result
func_set.result
func_str.result After merge fixes 2004-02-16 10:03:25 +02:00
func_system.result Bug 2701: Function CHARSET() inconsistency 2004-02-11 16:53:39 +04:00
func_test.result Fixed a bug in GREATES() and LEAST() function, that caused a core 2004-01-28 19:02:58 +02:00
func_time.result Fixes after merge with 4.0 2003-12-19 16:25:50 +02:00
func_timestamp.result
gcc296.result
gis-rtree.result
gis.result
grant.result REVOKE ALL PRIVILEGES, GRANT FROM user_list 2004-02-15 17:59:52 +01:00
grant2.result
grant_cache.result
group_by.result Fixes after merge with 4.0 2003-12-19 16:25:50 +02:00
handler.result Merge with 4.0.18 2004-02-11 00:06:46 +01:00
have_bdb.require
have_big5.require "like" did not work in some cases with character set big5 2003-12-24 16:59:48 +04:00
have_compress.require
have_crypt.require
have_innodb.require
have_isam.require
have_met_timezone.require
have_openssl.require
have_openssl_1.require
have_query_cache.require
have_raid.require
have_symlink.require
have_tis620.require Bug 1552: 2003-12-25 20:11:01 +04:00
have_ucs2.require
have_ujis.require
having.result
heap.result
heap_auto_increment.result
heap_btree.result
heap_hash.result
help.result
init_connect.result Portability fixes found during 5.0 test compilation 2003-12-21 19:39:32 +02:00
innodb-deadlock.result
innodb.result Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
innodb_cache.result
innodb_handler.result
insert.result After merge fixes 2004-02-16 10:03:25 +02:00
insert_select.result After merge fixes 2004-02-16 10:03:25 +02:00
insert_update.result
isam.result
join.result
join_crash.result
join_outer.result Fixes after merge with 4.0 2003-12-19 16:25:50 +02:00
key.result After merge fixes 2004-02-16 10:03:25 +02:00
key_cache.result preload.result, key_cache.result, preload.test, key_cache.test, sql_yacc.yy: 2004-02-02 00:19:51 -08:00
key_diff.result
key_primary.result
keywords.result
kill.result
limit.result
loaddata.result After merge fixes 2004-02-16 10:03:25 +02:00
lock.result After merge fixes 2004-02-16 10:03:25 +02:00
lock_multi.result
lock_tables_lost_commit.result
lowercase2.require Some small portability fixes. 2003-12-30 13:14:21 +02:00
lowercase_table.result
lowercase_table2.result Some small portability fixes. 2003-12-30 13:14:21 +02:00
merge.result
mix_innodb_myisam_binlog.result
multi_statement.result
multi_update.result for multy-delete command used same algorithm of table reference (alias) 2004-01-20 19:16:18 +02:00
myisam-blob.result Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
myisam.result After merge fixes 2004-02-16 10:03:25 +02:00
mysqlbinlog.result Merge with 4.0 to get fix for mysqlbinlog 2004-02-16 10:15:52 +02:00
mysqldump.result Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1 2004-02-15 21:35:05 +04:00
negation_elimination.result
not_embedded.require
null.result After merge fixes 2004-02-16 10:03:25 +02:00
null_key.result After merge fixes 2004-02-16 10:03:25 +02:00
odbc.result
olap.result
openssl_1.result
openssl_2.result
order_by.result After merge fixes 2004-02-16 10:03:25 +02:00
order_fill_sortbuf.result
overflow.result
packet.result
preload.result preload.result, key_cache.result, preload.test, key_cache.test, sql_yacc.yy: 2004-02-02 00:19:51 -08:00
query_cache.result After merge fixes 2004-02-16 10:03:25 +02:00
query_cache_merge.result
raid.result Merge with 4.0.18 2004-02-11 00:06:46 +01:00
range.result After merge fixes 2004-02-16 10:03:25 +02:00
rename.result
repair_part1.result
repair_part2.result
replace.result
rollback.result
row.result
rpl000001.a.result
rpl000001.b.result
rpl000001.result
rpl000002.result Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
rpl000004.a.result
rpl000004.b.result
rpl000004.result
rpl000005.result
rpl000006.result
rpl000008.result
rpl000009.result
rpl000010.result
rpl000011.result
rpl000012.result
rpl000013.result
rpl000015.result
rpl000017.result
rpl000018.result
rpl_alter.result
rpl_chain_temp_table.result
rpl_change_master.result
rpl_do_grant.result
rpl_EE_error.result Fixes after merge with 4.0 2003-12-19 16:25:50 +02:00
rpl_empty_master_crash.result
rpl_error_ignored_table.result
rpl_failsafe.result
rpl_flush_log_loop.result
rpl_flush_tables.result
rpl_get_lock.result
rpl_heap.result Fix for BUG#2477 "Slave stop with error after master reboot if use HEAP tables": 2004-01-30 00:05:34 +01:00
rpl_ignore_grant.result
rpl_init_slave.result
rpl_insert_id.result Merge with 4.0.18 2004-02-11 00:06:46 +01:00
rpl_loaddata.result
rpl_loaddata_rule_m.result
rpl_loaddata_rule_s.result
rpl_loaddatalocal.result
rpl_log.result Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
rpl_log_pos.result
rpl_master_pos_wait.result
rpl_max_relay_size.result
rpl_misc_functions.result
rpl_multi_delete.result After merge fixes 2004-02-16 10:03:25 +02:00
rpl_multi_update.result Fixes after merge with 4.0 2003-12-19 16:25:50 +02:00
rpl_mystery22.result
rpl_openssl.result
rpl_redirect.result
rpl_relayrotate.result
rpl_relayspace.result
rpl_replicate_do.result
rpl_reset_slave.result
rpl_rotate_logs.result merge with 4.0.18 2003-12-19 16:42:17 +02:00
rpl_skip_error.result
rpl_sporadic_master.result
rpl_temporary.result
rpl_trunc_binlog.result
rpl_until.result After merge fixes 2004-02-16 10:03:25 +02:00
rpl_user_variables.result
select.result Merge with 4.0.18 2004-02-11 00:06:46 +01:00
select_found.result Merge with 4.0 to get fix for mysqlbinlog 2004-02-16 10:15:52 +02:00
select_safe.result
show_check.result 1. fixed bug @2593 "SHOW CREATE TABLE doesn't properly double quotes" 2004-02-07 00:57:22 +04:00
slave-running.result
slave-stopped.result
sql_mode.result Added --compact to mysqlbinlog 2004-02-09 12:31:03 +01:00
status.result
subselect.result Merge with public tree 2004-02-16 10:31:05 +02:00
subselect2.result
subselect_innodb.result After merge fixes 2004-02-16 10:03:25 +02:00
symlink.result Fix deprecation warning - database_engine => storage_engine 2004-01-18 22:30:35 +00:00
tablelock.result
temp_table.result
timezone.result Fix for bug #2523 '"func_time" test fails on QNX'. 2004-01-30 19:15:11 +03:00
truncate.result
type_blob.result After merge fixes 2004-02-16 10:03:25 +02:00
type_date.result
type_datetime.result After merge fixes 2004-02-16 10:03:25 +02:00
type_decimal.result After merge fixes 2004-02-16 10:03:25 +02:00
type_enum.result After merge fixes 2004-02-16 10:03:25 +02:00
type_float.result After merge fixes 2004-02-16 10:03:25 +02:00
type_nchar.result
type_ranges.result After merge fixes 2004-02-16 10:03:25 +02:00
type_set.result
type_time.result After merge fixes 2004-02-16 10:03:25 +02:00
type_timestamp.result After merge fixes 2004-02-16 10:03:25 +02:00
type_uint.result After merge fixes 2004-02-16 10:03:25 +02:00
type_year.result After merge fixes 2004-02-16 10:03:25 +02:00
union.result Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
update.result for multy-delete command used same algorithm of table reference (alias) 2004-01-20 19:16:18 +02:00
user_var.result #2244 User variables collation conflict is not detected 2003-12-31 19:01:03 +04:00
varbinary.result
variables.result After merge fixes 2004-02-16 10:03:25 +02:00
warnings.result Merge with public tree 2004-02-16 10:31:05 +02:00