mariadb/mysql-test/t
unknown d78c9adb55 Fixed max_key_length when using UNIQUE keys.
This fixed a bug in GROUP BY on a BLOB column with NULL values.


myisam/mi_create.c:
  Fixed max_key_length when using UNIQUE keys.
myisam/mi_unique.c:
  Simple optimization
  Make different CRC for keys with null and empty strings.
mysql-test/r/group_by.result:
  Updated results
mysql-test/t/group_by.test:
  Test of bug
2002-12-27 21:39:35 +02:00
..
alias.test Workaround for bug in thread library in Unixware 7 2001-02-03 18:00:29 +02:00
alter_table.test Changed compare in MyISAM to use my_pread() 2001-06-11 15:01:28 +03:00
analyse.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
auto_increment.test Patch for netBSD 2001-07-16 03:04:30 +03:00
backup.test Fix race condition in ANALYZE TABLE. 2001-11-26 02:16:38 +02:00
bdb-alter-table-1.test Little but nasty bug with BDB and alter table 2002-08-28 16:41:23 +03:00
bdb-alter-table-2.test Little but nasty bug with BDB and alter table 2002-08-28 16:41:23 +03:00
bdb-crash.test Fixed problem with BDB tables and ALTER TABLE 2002-10-24 01:29:29 +03:00
bdb-deadlock.test Fix race condition in ANALYZE TABLE. 2001-11-26 02:16:38 +02:00
bdb.test Fixed problem with "record not found" in BDB tables. 2001-09-14 17:59:05 +03:00
bench_count_distinct.test BitKeeper/triggers/post-commit 2001-04-12 13:46:19 -06:00
bigint.test Fixed problem with BIGINT and shutdown on AIX 2002-08-12 03:28:02 +03:00
binary.test Fixed bug with BINARY NULL 2002-09-18 02:00:56 +03:00
case.test fix for a bug in CASE ...WHEN ... 2002-12-16 22:16:57 +02:00
check.test Fixed wrong mysql-test 2001-06-12 17:13:52 +03: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
count_distinct.test Fixed bug in mysqlcheck when using --fast 2001-06-19 14:30:12 +03:00
create.test Added help for --local-infile 2002-03-12 11:38:22 +02:00
delayed.test Fixed wrong option in mysql_install_db 2001-03-09 03:38:18 +02:00
delete.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
dirty-close.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
distinct.test Portability fixes 2001-08-10 17:37:37 +03:00
drop.test merged test from 4.0 2001-06-21 16:48:18 -06: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 fixed drop/create database bug when holding global read lock 2001-06-21 15:59:51 -06:00
flush_table.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
foreign_key.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
fulltext.test (UPDATE|DELETE) ...WHERE MATCH bugfix 2001-11-21 18:25:44 +01:00
fulltext_cache.test Added ORDER BY to test case to make the result comparable 2001-01-16 12:38:58 +02:00
fulltext_left_join.test fulltext_left_join.test cleared up 2001-01-06 11:25:40 +01: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 Cleanup of tests to make them less dependent of eachother 2001-01-03 02:15:48 +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
func_concat.test Fix bug in CONCAT_WS() 2002-05-17 10:50:57 +03:00
func_crypt.test Updated documentation of how to add new native functions. 2001-05-23 02:30:17 +03:00
func_date_add.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_equal.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_group.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02: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 Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_isnull.test Fixed bug in ISNULL(not_null_expression) 2002-05-04 11:11:00 +03:00
func_like.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_math.test Portability fixes for SCO and HPUX 2002-05-31 15:22:38 +03: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 Test case for bug when updating on key 2001-03-23 20:38:42 +02:00
func_system.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_test.test Moved test to correct file 2002-11-22 13:52:40 +02:00
func_time.test Moved test to correct file 2002-11-22 13:52:40 +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
gemini.test Fixed that LOAD DATA INFILE works with transactions. 2001-08-28 06:43:55 +03:00
group_by.test Fixed max_key_length when using UNIQUE keys. 2002-12-27 21:39:35 +02:00
having.test Portability fixes 2001-10-31 18:27:49 +02:00
heap.test Fixed bug with HEAP tables when using LIKE 2001-04-16 14:05:55 +03:00
innodb.test Fixed problem with default & InnoDB tables. 2001-12-13 19:06:14 +02:00
ins000001.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
insert.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
insert_select.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
isam.test Ensure that libmysqlclient doesn't use raid 2001-09-04 01:25:34 +03:00
isolation.test Added check to isolation test if Gemini is used 2001-03-28 04:35:30 +03:00
join.test Fix for ISNULL() 2002-05-07 19:08:56 +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 Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
key_diff.test Fixed --no-defaults in mysqltest 2000-12-29 16:06:10 +02:00
key_primary.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
keywords.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
kill.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
limit.test Patch for netBSD 2001-07-16 03:04:30 +03:00
lock.test Added timeouts to make lock test repeatable 2001-07-17 22:59:14 +03:00
merge.test TEMPORARY MERGE tables are allowed 2002-11-05 00:00:51 +01:00
myisam.test optimize table corruption fixed, though more clean fix is desired. 2002-11-13 22:55:32 +01:00
null.test Don't use signal() on windows. 2001-10-19 22:10:54 +03:00
null_key.test Fixed bug with indexed NULL column <=> NULL 2002-11-22 13:35:43 +02:00
odbc.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
order_by.test Fixed optimizer bug in ORDER BY where some ORDER BY parts where ignored. 2001-07-30 22:49:39 +03: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
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
README 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
rename.test show_check.test fixed cleanup problem 2001-01-02 21:46:33 -07:00
replace.test Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
rollback.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
rpl000001.test Better error messages for mysql-test-run 2002-08-06 16:12:52 +03:00
rpl000002.test fixed bug in timestamp replication 2001-02-14 21:23:20 -07:00
rpl000003.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000004.test fixed buffer overrun in resolve_stack_dump 2001-01-18 17:36:20 -07:00
rpl000005.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000006.test Fix for LOAD DATA FROM MASTER when using tables with checksum 2001-09-18 04:58:15 +03:00
rpl000007-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
rpl000007.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02: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 Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02: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 Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02: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 fixed alias drop bug in binlog 2001-11-27 18:20:24 -07:00
rpl000014.test Portability fixes 2001-04-20 15:18:46 +03:00
rpl000015-slave-master-info.opt fixed 2000-12-13 09:58:26 -07:00
rpl000015-slave.sh Fix that mysqladmin shutdown can be interrupted with ^C 2001-11-03 15:18:09 +02:00
rpl000015.test Portability fixes 2001-04-20 15:18:46 +03: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 Fix for make dist 2001-10-02 22:21:14 +03:00
rpl000017.test Portability fix 2001-10-03 18:38:32 +03:00
rpl000018-master.opt fixed up lock counting code - Monty's suggestions 2001-01-27 15:33:31 -07:00
rpl000018-master.sh Fixed probelm with count(*) and normal functions when no matchin rows. 2001-04-21 17:12:59 +03:00
rpl000018-slave.opt fixed up lock counting code - Monty's suggestions 2001-01-27 15:33:31 -07:00
rpl000018.test Added testing of temporary tables with replication 2002-08-23 21:41:27 +03:00
rpl_alter.test spurious binlog error code logging on temp table auto-drop fixed 2002-06-05 20:16:44 -06:00
rpl_empty_master_crash.test fixed 'load table from master' hang when host is empty 2002-05-31 16:56:02 -07:00
rpl_get_lock.test make replication work correctly if the master logs SELECT RELEASE_LOCK() 2001-12-18 21:56:36 -07:00
rpl_mystery22.test fixed mysterious offset confusion bug 2001-07-18 14:26:43 -06: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 Added testing of temporary tables with replication 2002-08-23 21:41:27 +03:00
rpl_rotate_logs.test Added testing of temporary tables with replication 2002-08-23 21:41:27 +03:00
rpl_skip_error-slave.opt slave-skip-errors 2001-12-12 18:55:33 -07:00
rpl_skip_error.test slave-skip-errors 2001-12-12 18:55:33 -07:00
rpl_sporadic_master-master.opt fixed message in post-commit trigger 2001-06-28 18:22:29 -06:00
rpl_sporadic_master.test fixed mysterious offset confusion bug 2001-07-18 14:26:43 -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 Added ABS() to make tests more portable. 2001-06-03 12:26:24 +03:00
select_safe.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
show_check.test Don't change FLOAT(X+1,X) to FLOAT(X+2,X) 2002-04-26 13:56:32 +03:00
status.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
tablelock.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
temp_table.test a test case for double free'ing of pointer in alter table ... 2002-12-04 21:50:59 +02:00
truncate.test Portability fixes 2001-02-02 03:47:06 +02:00
type_blob.test New myisamchk option --sort-recover 2001-01-31 04:47:25 +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 Fixed bug in datetime range optimization 2002-05-15 01:01:26 +03:00
type_decimal.test Split raid C function to separate file to make things more portable. 2002-05-27 10:02:00 +03:00
type_enum.test Renamed stripp_sp -> strip_sp 2002-05-27 23:21:49 +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 Renamed stripp_sp -> strip_sp 2002-05-27 23:21:49 +03:00
type_time.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_timestamp.test Moved timestamp tests to type_timestamp 2000-12-31 15:49:47 +02:00
type_uint.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_year.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
update.test Test case for bug when updating on key 2001-03-23 20:38:42 +02:00
user_var.test Added tests if a user variable is changed in the same query. 2001-03-15 11:55:44 +02:00
varbinary.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
variables.test SHOW VARIABLES LIKE ... are now case insensitive 2002-04-18 18:24:14 +03:00
warnings.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00