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.10-linux-glibc2.5-x86_64.tar.gz 是 MySQL 5.6.10 版本针对 Linux 系统(glibc 2.5 及以上版本,x86_64 架构)的二进制压缩包。在安装之前,应确保系统上没有与 MySQL 冲突的数据库系统(如 MariaDB),因为 MariaDB 是 MySQL 的一个分支,两者可能存在冲突。根据系统环境和需求,可能需要调整安装过程中的某些步骤和参数。该版本可能不是 MySQL 的最新版本,但由于其在发布后经过长时间的测试和优化,因此在许多场景下仍然是一个很好的选择。如果需要更高级的功能或更好的性能,可以考虑升级到更新的 MySQL 版本。
资源推荐
资源详情
资源评论
收起资源包目录
mysql-5.6.10-linux-glibc2.5-x86-64.tar.gz (2000个子文件)
libmysqlclient.so.18.0.0 7.71MB
libmysqlclient_r.so.18.0.0 7.71MB
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
libmysqlclient.so.18 7.71MB
libmysqlclient_r.so.18 7.71MB
libmysqld.a 176.7MB
libmysqld-debug.a 132.84MB
libmysqlclient.a 16.35MB
libmysqlclient_r.a 16.35MB
libmysqlservices.a 14KB
bug48633.ARM 19B
bug47012.ARM 19B
bug46565.ARZ 8KB
bug48633.ARZ 157B
bug47012.ARZ 22B
default_mysqld.cnf 4KB
default_mysqld_autosize.cnf 2KB
default_my.cnf 1KB
default_ndbd.cnf 997B
default_client.cnf 367B
mysql_client_test_embedded.cnf 156B
.mylogin.cnf 65B
bug15328.cnf 44B
crl-client-revoked.crl 528B
bug49823.CSM 35B
bug49823.CSV 73B
jisx0208_ujis.dat 3KB
jisx0208_sjis.dat 3KB
jisx0212_utf8.dat 2KB
jisx0212_ucs2.dat 2KB
loadxml.dat 1KB
init_file.dat 1KB
loadxml2.dat 951B
words.dat 581B
words2.dat 419B
jisx0201_ucs2.dat 346B
jisx0201_ujis.dat 234B
warnings_loaddata.dat 211B
loaddata3.dat 210B
rpl_loaddata2.dat 140B
loaddata2.dat 95B
loaddata4.dat 85B
loaddata5.dat 69B
loaddata1.dat 56B
loaddata_dq.dat 46B
bug35469.dat 45B
rpl_bug28618.dat 42B
rpl_timezone2.dat 40B
jisx0208_sjis3.dat 35B
rpl_timezone.dat 30B
loaddata_utf8.dat 30B
rpl_mixed.dat 30B
loaddata_pair.dat 20B
rpl_loaddata.dat 12B
bad_gis_data.dat 4B
loaddata6.dat 2B
disabled.def 1KB
disabled.def 404B
plugin.defs 2KB
des_key_file 55B
cluster_7022_table.frm 9KB
bug49823.frm 9KB
wl6219_41.frm 8KB
wl6219_55.frm 8KB
wl6219_55_innodb.frm 8KB
55_temporal.frm 8KB
bug48633.frm 8KB
vchar.frm 8KB
14897.frm 8KB
old_table-323.frm 8KB
bug47012.frm 8KB
bug37631.frm 8KB
bug19371.frm 8KB
t1_blackhole.frm 8KB
bug36055.frm 8KB
bug47205.frm 8KB
bug48265.frm 8KB
bug46565.frm 8KB
t1.frm 8KB
t1TIMESTAMP.frm 8KB
bug48449.frm 263B
README.gcov 655B
mysqld_ername.h 89KB
psi.h 68KB
my_sys.h 40KB
mysql_file.h 38KB
mysqld_error.h 33KB
m_ctype.h 33KB
my_global.h 33KB
mysql_thread.h 31KB
my_pthread.h 31KB
mysql_socket.h 30KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
红陌樱花vip
- 粉丝: 243
- 资源: 8
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功