mariadb/mysql-test/r
pem@mysql.com d8c75ec8aa Most of the groundwork for sprint task 729 (implement FUNCTIONs).
Expanded the mysql.proc table, reworked the find/create/drop functions
completely, added new functions for FUNCTIONs (lotta functions here :),
got rid of some unnecessary use of Item_strings while at it. Extended
the parser correspondingly, and fiddled around a bit to make SP FUNCTIONs
coexist with UDFs.
Can now CREATE and DROP FUNCTIONs. Invoking yet to come...
2003-02-21 17:37:05 +01:00
..
alias.result
alter_table.result Updates for multi-byte character sets 2003-01-14 14:28:36 +02:00
analyse.result select count(*) from t1 procedure analyse(); bug fixed 2003-01-27 15:37:05 +01:00
auto_increment.result
backup.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
bdb-alter-table-1.result
bdb-alter-table-2.result
bdb-crash.result
bdb-deadlock.result
bdb.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
bdb_cache.result
bench_count_distinct.result
big_test.require
bigint.result Merge with 4.0.11 2003-02-04 21:52:14 +02:00
binary.result bug tests added 2003-02-03 09:17:47 +01:00
bool.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
bulk_replace.result
case.result
cast.result
check.result
comments.result
compare.result
connect.result Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
constraints.result
count_distinct.result count(distint) on an empty table crash fixed 2003-02-10 12:01:47 +01:00
count_distinct2.result
create.result merge 2003-01-14 14:33:10 +02:00
ctype_latin1_de.result
ctype_many.result Updates for multi-byte character sets 2003-01-14 14:28:36 +02:00
delayed.result
delete.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
derived.result after merge fix of 577 task (SCRUM, pre commit to be able to merge with static tables optimization fix) 2003-01-26 21:30:35 +02:00
dirty_close.result
distinct.result Merge with 4.0 to get fix for MIN/MAX 2003-02-07 16:38:37 +02:00
drop.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
empty_table.result
err000001.result
explain.result after merge fix 2003-02-08 02:09:21 +02:00
flush.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
foreign_key.result
fulltext.result merged 2003-01-21 19:37:38 +01:00
fulltext2.result Two-level index structure for FULLTEXT indexes 2003-01-21 19:24:34 +01:00
fulltext_cache.result
fulltext_distinct.result
fulltext_left_join.result
fulltext_multi.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
fulltext_order_by.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
fulltext_update.result
fulltext_var.result fixes for SHOW VARIABLES and --ft-stopword-list 2003-01-27 12:12:12 +01:00
func_concat.result
func_crypt.result Fix problem in MIN/MAX optimisation (from last patch) 2003-02-07 17:57:07 +02:00
func_date_add.result
func_encrypt.result
func_equal.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
func_group.result after merge fix 2003-02-08 02:09:21 +02:00
func_if.result
func_in.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
func_isnull.result
func_like.result
func_math.result do not force CONNECTION_ID(), FOUND_ROWS(), PI(), CURRENT_USER(), 2003-01-28 00:55:41 +01:00
func_misc.result
func_op.result
func_regexp.result
func_set.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
func_str.result merge post fix 2003-01-06 02:41:53 +02:00
func_system.result
func_test.result
func_time.result
func_timestamp.result
gcc296.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
grant.result Fix for a bug in SHOW GRANTS when : 2003-01-11 18:02:10 +02:00
grant_cache.result
group_by.result After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
handler.result Merge with 4.0.11 2003-02-04 21:52:14 +02:00
have_bdb.require
have_crypt.require Fixes for Netware 2003-01-28 08:38:28 +02:00
have_innodb.require
have_isam.require
have_openssl.require
have_openssl_1.require
have_openssl_2.require
have_query_cache.require
have_raid.require
have_symlink.require
having.result
heap.result
heap_auto_increment.result
heap_btree.result
heap_hash.result
help.result Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
innodb-deadlock.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
innodb.result Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
innodb_cache.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
innodb_handler.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
ins000001.result
insert.result A feature of doing automatick result buffering when INSERT is 2003-01-28 18:55:52 +02:00
insert_select.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
insert_update.result
isam.result Separating CHARSET and COLLATION terms 2003-01-09 15:37:59 +04:00
join.result Merge with 4.0 to get fix for MIN/MAX 2003-02-07 16:38:37 +02:00
join_crash.result
join_outer.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
key.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
key_diff.result
key_primary.result
keywords.result
kill.result
limit.result
lock.result
lock_multi.result
lowercase_table.result
merge.result Merge with 4.0.9 2003-01-18 03:13:37 +02:00
multi_update.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
myisam.result Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
not_embedded.require
null.result Merge with 4.0.9 2003-01-18 03:13:37 +02:00
null_key.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
odbc.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
olap.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
openssl_1.result
openssl_2.result
order_by.result after merge fix 2003-02-08 02:09:21 +02:00
order_fill_sortbuf.result
overflow.result
packet.result
query_cache.result Merge with 4.0.11 2003-02-04 21:52:14 +02:00
raid.result
range.result
rename.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
repair.result
replace.result SCRUM 2003-01-22 20:08:12 +04:00
rollback.result
row.result fixed row items with group functions 2003-01-29 20:44:47 +02:00
rpl000001.a.result
rpl000001.b.result
rpl000001.result Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
rpl000002.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000004.a.result
rpl000004.b.result
rpl000004.result Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
rpl000005.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000006.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000008.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000009.result after merge fix 2003-02-08 02:09:21 +02:00
rpl000010.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000011.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000012.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000013.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000015.result
rpl000017.result
rpl000018.result
rpl_alter.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl_empty_master_crash.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl_failsafe.result
rpl_flush_log_loop.result
rpl_get_lock.result
rpl_insert_id.result after merge fix 2003-02-08 02:09:21 +02:00
rpl_loaddata.result Change client_flag to unsigned long (16 -> 32 bits) to handle more options. 2003-01-18 16:39:21 +02:00
rpl_log.result Fixed multi-table-delete for InnoDB tables 2003-02-17 02:14:37 +02:00
rpl_log_pos.result
rpl_master_pos_wait.result After merge fixes & remove compiler warnings 2003-02-07 15:47:24 +02:00
rpl_mystery22.result
rpl_redirect.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl_replicate_do.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl_rotate_logs.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl_skip_error.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl_sporadic_master.result
rpl_temporary.result Replication: Optimize away string.append 2003-01-17 16:39:29 +04:00
rpl_user_variables.result Fixed problem when connecting to user without a password. 2003-02-14 11:47:41 +02:00
sel000033.result
sel000100.result
select.result Updates for multi-byte character sets 2003-01-14 14:28:36 +02:00
select_found.result Merge with 4.0.11 2003-02-04 21:52:14 +02:00
select_safe.result
show_check.result after merge fix 2003-02-08 02:09:21 +02:00
slave-running.result
slave-stopped.result
sp.result Most of the groundwork for sprint task 729 (implement FUNCTIONs). 2003-02-21 17:37:05 +01:00
sql_mode.result Added --compatible mode to mysqldump. 2003-01-16 05:35:59 +02:00
status.result
subselect.result Merging 4.1 into 5.0 2003-02-18 15:05:35 +01:00
symlink.result
tablelock.result
temp_table.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
truncate.result
type_blob.result Merge with 4.0.11 tree to get latest bug fixes 2003-02-17 05:43:37 +02:00
type_date.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
type_datetime.result
type_decimal.result
type_enum.result Updates for multi-byte character sets 2003-01-14 14:28:36 +02:00
type_float.result Separating CHARSET and COLLATION terms 2003-01-09 15:37:59 +04:00
type_ranges.result Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
type_set.result Updates for multi-byte character sets 2003-01-14 14:28:36 +02:00
type_time.result
type_timestamp.result
type_uint.result
type_year.result
union.result Merge with 4.0.11 2003-02-04 21:52:14 +02:00
update.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
user_var.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
varbinary.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
variables.result Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
warnings.result Simple misc cases - warnings 2003-01-07 18:59:08 -08:00