mariadb/mysql-test/t
unknown e17562b55a Support for variables with components
Added framework to create/drop and manager buffers for multiple key caches


include/my_getopt.h:
  Fixed prototype
include/my_sys.h:
  Added (temporary) KEY_CACHE type
include/mysqld_error.h:
  New error messages
mysql-test/r/select_safe.result:
  Updated test results
mysql-test/r/variables.result:
  Updated test results
mysys/my_getopt.c:
  Fixed bugs with GET_ASK_ADDR
sql/Makefile.am:
  Make sql_yacc.o depend on all header files in sql directory
sql/item_func.cc:
  Added support for variable components
sql/mysql_priv.h:
  Added support for variable components
sql/mysqld.cc:
  Added support for multiple key caches
sql/set_var.cc:
  Added support for multiple key caches
sql/set_var.h:
  Added support for multiple key caches
sql/share/czech/errmsg.txt:
  New error messages
sql/share/danish/errmsg.txt:
  New error messages
sql/share/dutch/errmsg.txt:
  New error messages
sql/share/english/errmsg.txt:
  New error messages
sql/share/estonian/errmsg.txt:
  New error messages
sql/share/french/errmsg.txt:
  New error messages
sql/share/german/errmsg.txt:
  New error messages
sql/share/greek/errmsg.txt:
  New error messages
sql/share/hungarian/errmsg.txt:
  New error messages
sql/share/italian/errmsg.txt:
  New error messages
sql/share/japanese/errmsg.txt:
  New error messages
sql/share/korean/errmsg.txt:
  New error messages
sql/share/norwegian-ny/errmsg.txt:
  New error messages
sql/share/norwegian/errmsg.txt:
  New error messages
sql/share/polish/errmsg.txt:
  New error messages
sql/share/portuguese/errmsg.txt:
  New error messages
sql/share/romanian/errmsg.txt:
  New error messages
sql/share/russian/errmsg.txt:
  New error messages
sql/share/serbian/errmsg.txt:
  New error messages
sql/share/slovak/errmsg.txt:
  New error messages
sql/share/spanish/errmsg.txt:
  New error messages
sql/share/swedish/errmsg.txt:
  New error messages
sql/share/ukrainian/errmsg.txt:
  New error messages
sql/sql_lex.cc:
  Fixes for quoting of variables.
sql/sql_parse.cc:
  Fix after changing prototype for get_system_var
sql/sql_show.cc:
  Fix after introducing variable components
sql/sql_yacc.yy:
  Support for variables with components (To support multiple key caches)
2003-07-06 19:09:57 +03:00
..
alias.test
alter_table.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
analyse.test
ansi-master.opt
ansi.test Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
auto_increment.test LAST_INSERT_ID() should not be set if we couldn't generate an auto_increment id. 2003-06-30 13:28:36 +03:00
backup-master.sh
backup.test
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test
bdb-deadlock.test
bdb.test
bdb_cache-master.opt
bdb_cache.test
bench_count_distinct.test
bigint.test
binary.test
bool.test
bulk_replace.test
case.test
cast.test mysqlshow and mysqldump now send their vharacter set to server 2003-05-30 23:09:35 +05:00
check.test
comments.test
compare.test
connect.test cleaned user used in tests 'connect' and 'rpl_temporary' 2003-06-13 11:17:31 +02:00
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test
create.test After merge fixes 2003-05-21 21:39:58 +03:00
ctype_collate.test Some SHOW VARIABLES have been renamed: 2003-05-21 17:44:12 +05:00
ctype_latin1_de-master.opt Two separate startup arguments for mysqld: 2003-05-21 12:26:35 +05:00
ctype_latin1_de.test When unifying arguments for comparion, binary strings won character strings, 2003-06-27 16:08:52 +05:00
ctype_many.test Character set sets now check if required non-dynamic charsets were really compiled 2003-05-23 15:10:05 +05:00
ctype_recoding.test After merge fixes 2003-05-21 21:39:58 +03:00
ctype_ujis.test Character set sets now check if required non-dynamic charsets were really compiled 2003-05-23 15:10:05 +05:00
delayed.test
delete.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
derived.test Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
dirty_close.test
distinct.test
drop.test
empty_table.test
errors.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
explain.test
flush.test
flush_table.test
foreign_key.test
fulltext.test bad merge fixed 2003-06-16 00:13:23 +02:00
fulltext2.test
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test
func_compress.test
func_concat.test
func_crypt.test
func_date_add.test
func_encrypt-master.opt
func_encrypt.test
func_equal.test
func_gconcat.test Fixed test case to be more portable 2003-07-03 14:48:47 +03:00
func_group.test fix test when no InnoDB is present 2003-06-27 19:32:59 +02:00
func_if.test
func_in.test
func_isnull.test
func_like.test
func_math.test
func_misc.test
func_op.test
func_regexp.test
func_set.test
func_str.test New methods 2003-07-04 18:12:23 +05:00
func_system.test Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
func_test.test Coercibility tests for 2003-06-10 15:25:27 +05:00
func_time.test
func_timestamp.test
gcc296.test
gis-rtree.test
gis.test
grant.test REVOKE all privileges and delete user(244) 2003-06-06 17:43:23 +05:00
grant_cache-master.opt
grant_cache.test
group_by.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
handler.test fix and test case for the bug #787: HANDLER without INDEX doesn't work with deleted rows 2003-07-04 14:41:01 +05:00
having.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
heap.test
heap_auto_increment.test
heap_btree.test Bugfix for HEAP table rb-index scan. 2003-06-10 12:19:28 +05:00
heap_hash.test
help.test new version of help 2003-05-29 17:47:31 -04:00
innodb-deadlock.test
innodb.test Allow one to use MERGE tables with tables from different databases 2003-06-27 16:29:10 +03:00
innodb_cache-master.opt
innodb_cache.test
innodb_handler.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
ins000001.test
insert.test
insert_select.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
insert_update.test
isam.test
join.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
join_crash.test
join_outer.test After merge fixes 2003-05-21 21:39:58 +03:00
key.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
key_cache-master.opt Support for variables with components 2003-07-06 19:09:57 +03:00
key_cache.test Support for variables with components 2003-07-06 19:09:57 +03:00
key_diff.test
key_primary.test
keywords.test
kill.test
limit.test
loaddata.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
lock.test
lock_multi.test
lowercase_table-master.opt
lowercase_table.test After merge fix 2003-06-04 23:17:01 +03:00
merge.test Fix needed to support MERGE tables in different databases 2003-07-01 15:49:32 +03:00
multi_update-master.opt
multi_update.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
myisam.test
null.test
null_key.test Remove FORCE_INIT_OF_VARS when compiling for valgrind/purify to spot wrong LINT_INIT() options 2003-06-30 13:23:54 +03:00
odbc.test
olap.test Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
openssl_1.test
openssl_2.test
order_by.test After merge fixes 2003-05-21 21:39:58 +03:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test
preload.test preload.test: 2003-06-26 13:23:08 +02:00
query_cache-master.opt
query_cache.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
raid.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
range.test
rename.test
repair_part1.test After merge fixes 2003-06-05 23:19:56 +03:00
repair_part2-master.sh
repair_part2.test
replace.test
rollback.test
row.test
rpl000001.test
rpl000002.test
rpl000004.test
rpl000005.test
rpl000006.test
rpl000008-slave.opt
rpl000008.test
rpl000009-slave.opt
rpl000009.test
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000012.test
rpl000013-slave.opt
rpl000013.test
rpl000015-slave.sh
rpl000015.slave-mi
rpl000015.test
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test
rpl_alter.test
rpl_empty_master_crash.test
rpl_failsafe.test
rpl_flush_log_loop-master.opt
rpl_flush_log_loop-master.sh
rpl_flush_log_loop-slave.opt
rpl_flush_log_loop-slave.sh
rpl_flush_log_loop.test
rpl_flush_tables.test After merge fixes 2003-05-21 21:39:58 +03:00
rpl_get_lock.test
rpl_insert_id.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
rpl_loaddata.test -- Waiting for Monty's approval before push -- 2003-06-03 15:47:29 +02:00
rpl_loaddatalocal.test
rpl_log-master.opt
rpl_log.test After merge fix 2003-06-04 23:17:01 +03:00
rpl_log_pos.test
rpl_master_pos_wait.test
rpl_misc_functions-slave.sh
rpl_misc_functions.test
rpl_mystery22.test
rpl_redirect.test
rpl_relayrotate-slave.opt
rpl_relayrotate.test test result updated 2003-06-11 17:07:34 +02:00
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test
rpl_skip_error-slave.opt
rpl_skip_error.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
rpl_temporary.test cleaned user used in tests 'connect' and 'rpl_temporary' 2003-06-13 11:17:31 +02:00
rpl_user_variables.test
sel000033.test
sel000100.test
select.test
select_found.test
select_safe.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
show_check.test
sql_mode.test Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
status.test After merge fixes 2003-05-21 21:39:58 +03:00
subselect.test enabling HA_READ_PREFIX_LAST_OR_PREV 2003-07-04 12:07:06 +02:00
symlink.test
tablelock.test
temp_table.test
timezone-master.opt Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
timezone.test Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
truncate.test
type_blob.test LOAD_FILE() is now COERCIBLE 2003-06-10 17:53:06 +05:00
type_date.test
type_datetime.test
type_decimal.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
type_enum.test
type_float.test
type_ranges.test
type_set.test
type_time.test
type_timestamp.test
type_uint.test
type_year.test
union.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
update.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
user_var.test
varbinary.test
variables-master.opt
variables.test merge 2003-05-22 02:57:27 +03:00
warnings-master.opt
warnings.test Fix merge conflict by changing warning codes to new one 2003-05-21 01:21:06 -07:00