mariadb/mysql-test/t
unknown 526ff493bc Megrge new changes in...
sql/mysql_priv.h:
  Auto merged
sql/sql_yacc.yy:
  Auto merged
sql/sql_parse.cc:
  Manual Merge
2002-12-01 11:18:19 +03:00
..
alias.test Workaround for bug in thread library in Unixware 7 2001-02-03 18:00:29 +02:00
alter_table.test Enable LOAD DATA LOCAL INFILE in mysql_test 2002-06-04 00:40:27 +03:00
analyse.test Fix UNION 2001-08-02 06:29:50 +03:00
auto_increment.test Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
backup.test merge 2001-11-26 03:30:16 +02:00
bdb-alter-table-1.test Some trivial optimzations 2002-09-03 15:44:25 +03:00
bdb-alter-table-2-master.opt Some trivial optimzations 2002-09-03 15:44:25 +03:00
bdb-alter-table-2.test Some trivial optimzations 2002-09-03 15:44:25 +03:00
bdb-crash.test Fixed problem with BDB tables and ALTER TABLE 2002-10-24 01:29:29 +03:00
bdb-deadlock.test bdb-deadlock test: added reap commands 2002-11-12 19:21:11 +04:00
bdb.test Try to optimize the cache buffer size needed for bulk_insert 2002-11-20 22:56:57 +02:00
bdb_cache-master.opt fixed bdb transaction with query cache bug 2002-11-06 00:41:25 +02:00
bdb_cache.test fixed bdb transaction with query cache bug 2002-11-06 00:41:25 +02:00
bench_count_distinct.test client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
bigint.test Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER 2002-11-24 15:47:19 +02:00
binary.test merge with 3.23.53 (only code cleanup and new test case) 2002-09-18 02:04:56 +03:00
bool.test Added tests for boolean operators in select part 2002-11-18 13:41:07 +02:00
bulk_replace.test flush bulk-insert tree on dup key 2001-09-15 17:04:04 +02:00
case.test New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
cast.test Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER 2002-11-24 15:47:19 +02:00
check.test mi_check flags cleanup 2002-03-13 17:20:17 +00:00
comments.test Don't give warnings for empty statements with comments 2002-02-14 15:04:14 +02:00
compare.test Fixed wrong mysql-test 2001-06-12 17:13:52 +03:00
constraints.test Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER 2002-11-24 15:47:19 +02:00
count_distinct.test Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
count_distinct2-master.opt Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
count_distinct2.test merge 2001-10-08 05:36:35 +03:00
create.test lot's of fixes with test cases 2002-11-18 18:28:51 +02:00
ctype_latin1_de-master.opt Fixes for German sorting order. 2001-09-11 01:40:52 +03:00
ctype_latin1_de.test make SEARCH_PREFIX to work with complex (use_coll) charsets, namely latin1_de 2002-08-05 00:14:21 +02:00
ctype_many.test Stupid bug fixes in sql_yacc.cc 2002-08-22 18:12:45 +05:00
delayed.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
delete.test LOCK+change+OPTIMIZE MyISAM bug 2002-08-31 20:42:41 +00:00
derived.test some bug fixes and tests for those. 2002-11-30 19:53:31 +02:00
dirty_close.test Added --user=userid to mysqld 2002-02-13 22:37:19 +02:00
distinct.test bugfix: DISTINCT with const_item in ORDER BY 2002-09-10 19:23:59 +00:00
drop.test Fixed access privilege bug in query cache. 2001-12-22 15:13:31 +02:00
empty_table.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
err000001.test Portability fixes. 2001-08-18 10:49:00 +03:00
explain.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
flush.test added building without query cache 2002-03-22 22:55:08 +02:00
flush_table.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
foreign_key.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
fulltext.test bug in _ftb_strstr fixed :) 2002-11-20 15:17:17 +01:00
fulltext_cache.test ft boolean search by table scan; queue_fix() 2001-11-06 16:17:31 +01:00
fulltext_distinct.test tests added 2001-11-20 17:58:00 +01:00
fulltext_left_join.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
fulltext_multi.test Cleanup of tests to make them less dependent of eachother 2001-01-03 02:15:48 +02:00
fulltext_order_by.test ft-boolean + ORDER BY (ftb tree reusing) bug 2002-09-17 21:04:10 +02:00
fulltext_update.test fulltext_update.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_update.result 2001-07-27 16:48:33 +02:00
fulltext_var.test ft_* variables added 2001-04-17 21:30:02 +02:00
func_concat.test Fix bug in CONCAT_WS() 2002-05-17 10:50:57 +03:00
func_crypt.test One more commit to do the merge of new 4.1 tree 2002-10-06 13:42:16 +04:00
func_date_add.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_encrypt-master.opt added --loose to --des-key-file in *.opt for mysql-test not to fail w/o ssl 2002-05-14 16:36:08 +02:00
func_encrypt.test Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
func_equal.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_group.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
func_if.test A change in IF behaviour that several users asked for ... 2002-08-09 23:14:02 +03:00
func_in.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
func_isnull.test Fixed bug in ISNULL(not_null_expression) 2002-05-04 11:11:00 +03:00
func_like.test Style/typo fixup of Turbo Boyer-Moore info. 2002-05-21 08:07:09 +10:00
func_math.test Arjens LOG functions changes with small changes and tests added to mysql-test 2002-07-17 12:11:48 +04:00
func_misc.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_op.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_regexp.test Fixed bug in REGEXP for Linux Alpha 2001-04-11 20:19:52 +03:00
func_set.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_str.test fixed so that --ssl and --skip-ssl works with the MySQL clients. 2002-09-17 23:46:53 +03:00
func_system.test Automatic conversion from CHAR(length) to BLOB when length > 255 2002-11-21 02:07:14 +02:00
func_test.test Moved test to correct file 2002-11-22 13:52:40 +02:00
func_time.test merge with 3.23 to get bugfixes for <=> NULL and --bind-address 2002-11-24 16:37:41 +02:00
func_timestamp.test Fixed gethostname_r tests to be more portable 2001-01-01 14:17:10 +02:00
gcc296.test added build-tags 2001-11-30 22:09:44 -07:00
grant.test Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables 2002-09-16 15:55:19 +03:00
grant_cache-master.opt Fixed access privilege bug in query cache. 2001-12-22 15:13:31 +02:00
grant_cache.test added building without query cache 2002-03-22 22:55:08 +02:00
group_by.test adding mandatory aliases for derived tables as per SQL-99 2002-11-28 19:19:21 +02:00
handler.test handler+alter table 2002-01-03 14:31:54 +00:00
having.test Fix sorting of NULL values (Should always be first) 2002-03-02 09:51:24 +02:00
heap.test merge 2002-04-13 15:34:39 +03:00
heap_auto_increment.test test case for auto_increment for HEAP 2002-10-08 15:54:51 +05:00
heap_btree.test test for NULL processing has been added 2002-11-15 17:34:10 +04:00
heap_hash.test RB-Tree indexes support in HEAP tables 2002-04-25 13:36:55 +05:00
innodb-deadlock.test merging tests 2002-11-25 18:34:24 +02:00
innodb.test InnoDB support for HANDLER 2002-08-21 20:55:34 +00:00
innodb_cache-master.opt Fixed sleep time in mysql-test-run 2001-12-13 02:31:19 +02:00
innodb_cache.test fixed invalidation of query cache 2002-11-22 00:33:15 +02:00
innodb_handler.test Changed relay_log_space to ulonglong 2002-08-23 15:14:01 +03:00
ins000001.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
insert.test Added code to flush a bulk_insert index. 2002-09-18 21:04:49 +03:00
insert_select.test Don't use IGNORE by default in INSERT ... SELECT 2001-11-08 14:17:56 +02:00
isam.test New improved IO_CACHE 2001-11-28 02:55:52 +02:00
join.test merge with 3.23.51 2002-05-16 18:20:49 +03:00
join_crash.test Added defines for fast mutex in glibc 2.2 (should be safe) 2001-03-24 20:15:14 +02:00
join_outer.test Fixed bug in LEFT JOIN 2001-12-05 23:15:05 +02:00
key.test New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
key_diff.test Fixed --no-defaults in mysqltest 2000-12-29 16:06:10 +02:00
key_primary.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
keywords.test merge of lost change 2001-10-24 11:52:19 -06:00
kill.test Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
limit.test Fix some bugs introduced with the new my_getopt 2002-02-08 03:21:34 +02:00
lock.test Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
lock_multi.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
lowercase_table-master.opt Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables 2002-09-16 15:55:19 +03:00
lowercase_table.test Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables 2002-09-16 15:55:19 +03:00
merge.test merge::records_in_range and optimizer 2002-11-17 18:58:03 +01:00
multi_update.test Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
myisam.test Merge with 4.0 2002-11-21 15:56:48 +02:00
null.test Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
null_key.test Fixed bug with indexed NULL column <=> NULL 2002-11-22 13:35:43 +02:00
odbc.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
olap.test Removed wrong implementation of CUBE/ROLLUP 2002-07-24 19:55:08 +03:00
openssl_1.test Yet another SSL fixes 2001-09-01 06:57:08 +08:00
openssl_2.test Yet another SSL fixes 2001-09-01 06:57:08 +08:00
order_by.test Fix of newly introduced bug in ORDER BY when one has a constant in the select list. 2002-09-24 21:23:56 +03:00
order_fill_sortbuf-master.opt Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
order_fill_sortbuf.test client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
outfile.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
overflow.test Portability fixes. 2001-08-18 10:49:00 +03:00
query_cache-master.opt Removed not used functions from sql_cache 2001-12-14 16:02:41 +02:00
query_cache.test new status variable (number of queries deleted because of low memory) 2002-11-17 20:41:25 +02:00
raid.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
range.test Fix for bug in WHERE key='j' or key='J' 2002-03-22 14:03:42 +02:00
rename.test Cleanup after last merge 2001-10-08 07:24:04 +03:00
repair.test protected close_cached_table() call in REPAIR ... USE_FRM with a mutex 2002-09-01 18:17:33 +00:00
replace.test Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
rollback.test Fixes and code cleanups after merge with 4.0.3 2002-10-02 13:33:08 +03:00
row_test.test checking columns of top items 2002-11-29 12:30:04 +02:00
rpl000001.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl000002.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl000003.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000004.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000005.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000006.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000008-slave.opt fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
rpl000008.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000009-slave.opt fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
rpl000009.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000010-slave.opt fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
rpl000010.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000011.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl000012.test fixed bug with temporary tables replication if one does FLUSH LOGS 2001-10-29 18:21:33 -07:00
rpl000013-slave.opt fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
rpl000013.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000015-slave-master-info.opt replication updates and bugfixes. Still not perfect - there is some strange 2002-03-15 18:44:44 -07:00
rpl000015-slave.sh Fix that mysqladmin shutdown can be interrupted with ^C 2001-11-03 15:18:09 +02:00
rpl000015.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl000016-slave.opt Here comes a nasty patch, although I am not ready to push it yet. I will 2002-01-19 19:16:52 -07:00
rpl000017-slave.opt fixed improper read of log name from master.info which broke slave server restart 2001-01-24 12:47:09 -07:00
rpl000017-slave.sh SCRUM: Main change for Secure connection handling. Still needs some more coding. Commit 2002-11-24 17:07:53 +03:00
rpl000017.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl000018-master.opt fixed up lock counting code - Monty's suggestions 2001-01-27 15:33:31 -07:00
rpl000018-slave.opt fixed up lock counting code - Monty's suggestions 2001-01-27 15:33:31 -07:00
rpl000018.test changed syntax from SHOW MASTER LOGS to SHOW BINARY LOGS 2002-10-24 18:32:42 -06:00
rpl_alter.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_empty_master_crash.test Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
rpl_failsafe.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl_flush_log_loop-master.opt Fix MySQL Test so it will not depend on current host in log file naming. 2002-09-15 02:17:20 +04:00
rpl_flush_log_loop-master.sh Repeatable test case in mysql-test format for flush-logs problem with 2002-09-05 01:36:49 +04:00
rpl_flush_log_loop-slave.opt Fix MySQL Test so it will not depend on current host in log file naming. 2002-09-15 02:17:20 +04:00
rpl_flush_log_loop-slave.sh Repeatable test case in mysql-test format for flush-logs problem with 2002-09-05 01:36:49 +04:00
rpl_flush_log_loop.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl_get_lock.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_log.test Changed binlog name padding from binlog.001 to binlog.000001 2002-10-29 15:11:13 -07:00
rpl_log_pos.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl_mystery22.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl_redirect.test Portability fixes. 2002-09-11 06:40:08 +03:00
rpl_replicate_do-slave.opt Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
rpl_replicate_do.test Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
rpl_rotate_logs-master.opt Added testing of temporary tables with replication 2002-08-23 21:41:27 +03:00
rpl_rotate_logs-slave-master-info.opt Added testing of temporary tables with replication 2002-08-23 21:41:27 +03:00
rpl_rotate_logs-slave.sh merge with 3.23 2002-08-24 02:10:49 +03:00
rpl_rotate_logs.test Merge with 4.0 2002-11-21 15:56:48 +02:00
rpl_skip_error-slave.opt slave-skip-errors 2001-12-12 18:55:33 -07:00
rpl_skip_error.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_sporadic_master-master.opt fixed message in post-commit trigger 2001-06-28 18:22:29 -06:00
rpl_sporadic_master.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
sel000001.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000002.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000003.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000031.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000032.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000033.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000100.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
select.test merge 2002-10-17 11:39:11 +03:00
select_found.test adding mandatory aliases for derived tables as per SQL-99 2002-11-28 19:19:21 +02:00
select_safe.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
show_check.test Changes for new binary .frm format 2002-06-04 08:23:57 +03:00
status.test Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
subselect.test Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1 2002-12-01 00:17:33 +02:00
symlink.test Fix for IO_CACHE. 2001-11-28 03:47:15 +02:00
tablelock.test Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
temp_table.test Added --skip-safemalloc to mysqltest 2002-10-29 22:56:30 +02:00
truncate.test truncate test made independed from environment 2002-08-30 18:39:42 +03:00
type_blob.test Automatic conversion from CHAR(length) to BLOB when length > 255 2002-11-21 02:07:14 +02:00
type_date.test Fixed bug in DATE_FORMAT when used with GROUP BY 2002-03-06 18:36:31 +02:00
type_datetime.test merge with 3.23.51 2002-05-16 18:20:49 +03:00
type_decimal.test Fix exponent overflow handling for decimal type. Overflow lead to crash 2002-10-13 21:11:01 +04:00
type_enum.test merge with 3.23.51 2002-05-27 23:52:21 +03:00
type_float.test Allow floats of type 1.0e1 2001-06-28 15:24:28 +03:00
type_ranges.test SHOW [FULL] COLUMNS 2001-01-22 05:32:58 +02:00
type_set.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
type_time.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
type_timestamp.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
type_uint.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_year.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
union.test added a test case. 2002-10-17 16:20:14 +03:00
update.test Fixed bug in UPDATE .. ORDER BY 2001-11-08 22:30:27 +02:00
user_var.test New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
varbinary.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
variables-master.opt New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
variables.test Merge with 4.0 2002-11-21 15:56:48 +02:00
warnings.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00