2008-02-29 Matthias Leich
=========================
1. The testsuite "funcs_1" is mostly intended for additional (compared
to the common regression tests stored in mysql-test/t) checks
of features (VIEWS, INFORMATION_SCHEMA, STORED PROCEDURES,...)
introduced with MySQL 5.0.
2. There were some extensions of this suite when new information_schema
views were introduced. But in most cases the tests for these views
were stored within the regression testsuite (mysql-test/t).
INFORMATION_SCHEMA views introduced with MySQL 5.1
==================================================
ENGINES (partially tested here)
EVENTS (partially tested here)
FILES
GLOBAL_STATUS
GLOBAL_VARIABLES
PARTITIONS
PLUGINS
PROCESSLIST (full tested here)
PROFILING
REFERENTIAL_CONSTRAINTS
SESSION_STATUS
SESSION_VARIABLES
3. Some hints for maintainers of this suite:
- SHOW TABLES ... LIKE '<pattern>'
does a case sensitive comparison between the tablename and
the pattern.
The names of the tables within the informationschema are in uppercase.
So please use something like
SHOW TABLES FOR information_schema LIKE 'TABLES'
when you intend to get the same non empty result set on OS with and
without case sensitive filesystems and default configuration.
- The name of the data dictionary is 'information_schema' (lowercase).
- Server on OS with filesystem with case sensitive filenames
(= The files 'abc' and 'Abc' can coexist.)
+ default configuration
Example of behaviour:
DROP DATABASE information_schema;
ERROR 42000: Access denied for user ... to database 'information_schema'
DROP DATABASE INFORMATION_SCHEMA;
ERROR 42000: Access denied for user ... to database 'INFORMATION_SCHEMA'
- Try to unify results by
--replace_result $engine_type <engine_to_be_tested>
if we could expect that the results for storage engine variants of a
test differ only in the engine names.
This makes future maintenance easier.
- Avoid the use of include/show_msg*.inc.
They produce "SQL" noise which annoys during server debugging and can be
easy replaced by "--echo ...".
没有合适的资源?快使用搜索试试~ 我知道了~
mysql-5.6.2-m5-winx64.zip
共7080个文件
test:2637个
result:2554个
inc:655个
需积分: 10 1 下载量 115 浏览量
2020-06-04
16:30:06
上传
评论
收藏 148.6MB ZIP 举报
温馨提示
MySQL(官方发音为/maɪ ˌɛskjuːˈɛl/“My S-Q-L”,但也经常被错误读作/maɪ ˈsiːkwəl/“My Sequel”)原本是一个开放源码的关系数据库管理系统,原开发者为瑞典的MySQL AB公司,该公司于2008年被昇阳微系统(Sun Microsystems)收购。2009年,甲骨文公司(Oracle)收购昇阳微系统公司,MySQL成为Oracle旗下产品。
资源推荐
资源详情
资源评论
收起资源包目录
mysql-5.6.2-m5-winx64.zip (7080个子文件)
binlog_old_version_4_1.000001 146KB
bug33029-slave-relay-bin.000001 4KB
binlog_transaction.000001 2KB
binlog_savepoint.000001 1014B
bug16266.000001 532B
bug47142_master-bin.000001 386B
trunc_binlog.000001 174B
bug40482-bin.000001 172B
master-bin.000001 98B
corrupt-relay-bin.000624 89KB
ver_5_1_23.001 147KB
ver_5_1-telco.001 147KB
ver_5_1_17.001 147KB
ver_5_1-wl2325_s.001 146KB
ver_5_1-wl2325_r.001 705B
bug32407.001 368B
bug47012.ARM 19B
bug46565.ARZ 8KB
bug47012.ARZ 22B
example.bat 294B
uname.bat 15B
pwd.bat 14B
README.bhs 839B
update-full-row.binlog 614B
update-partial-row.binlog 606B
write-partial-row.binlog 596B
write-full-row.binlog 571B
mysql-4.0.cfg 291KB
mysql-4.1.cfg 279KB
mysql.cfg 54KB
mysql-3.23.cfg 24KB
ms-sql.cfg 24KB
pg.cfg 23KB
db2.cfg 23KB
frontbase.cfg 23KB
interbase-superserver.cfg 23KB
interbase-dialect1.cfg 23KB
interbase-dialect3.cfg 23KB
oracle.cfg 23KB
access.cfg 22KB
mimer.cfg 22KB
interbase.cfg 21KB
access_odbc.cfg 20KB
mysql-3.22.cfg 20KB
Adabas.cfg 19KB
solid.cfg 18KB
solid-nt4.cfg 18KB
sybase.cfg 18KB
Informix.cfg 18KB
ms-sql65.cfg 18KB
empress.cfg 16KB
msql.cfg 10KB
ChangeLog 59B
README.checksum 738B
ddl.cln 113B
bug57108.cnf 3KB
rpl_1slave_base.cnf 2KB
default_mysqld.cnf 2KB
rpl_ipv4_as_ipv6.cnf 1KB
rpl_ip_mix.cnf 1KB
rpl_ip_mix2.cnf 1KB
rpl_ipv6.cnf 1KB
rpl_1slave_base.cnf 1KB
default_my.cnf 1KB
cnf_option.cnf 1002B
rpl_test_framework.cnf 913B
default_ndbd.cnf 836B
ndb_config_mycnf2.cnf 641B
rpl_row_img.cnf 370B
default_client.cnf 367B
my.cnf 348B
rpl_circular_for_4_hosts.cnf 311B
ndb_config_mycnf1.cnf 260B
rpl_show_slave_hosts.cnf 229B
my.cnf 191B
my.cnf 179B
rpl_server_uuid.cnf 133B
rpl_heartbeat_2slaves.cnf 130B
log_error_func.cnf 125B
rpl_current_user.cnf 124B
log_error_func2.cnf 101B
rpl_heartbeat_basic.cnf 79B
rpl_rotate_logs.cnf 67B
bug15328.cnf 44B
rpl_row_img_blobs.cnf 37B
rpl_row_img_eng_min.cnf 37B
rpl_row_img_idx_min.cnf 37B
rpl_row_img_idx_noblob.cnf 37B
rpl_row_img_idx_full.cnf 37B
rpl_row_img_eng_full.cnf 37B
rpl_row_img_eng_noblob.cnf 37B
combinations 83B
combinations 83B
combinations 83B
COPYING 18KB
general_log.CSM 35B
slow_log.CSM 35B
bug49823.CSM 35B
bug49823.CSV 73B
slow_log.CSV 0B
共 7080 条
- 1
- 2
- 3
- 4
- 5
- 6
- 71
资源评论
vap8023
- 粉丝: 6
- 资源: 553
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功