114020c045
Change since version 5.0.41: - Functionality added or changed: - A new status variable, Com_call_procedure, indicates the number of calls to stored procedures. (Bug#27994) - NDB Cluster: The server source tree now includes scripts to simplify building MySQL with SCI support. For more information about SCI interconnects and these build scripts, see Section 15.9.1, Configuring MySQL Cluster to use SCI Sockets. (Bug#25470) - Prior to this release, when DATE values were compared with DATETIME values the time portion of the DATETIME value was ignored. Now a DATE value is coerced to the DATETIME type by adding the time portion as 00:00:00. To mimic the old behavior use the CAST() function in the following way: SELECT date_field = CAST(NOW() as DATE);. (Bug#28929) - A large number of bugs including these security problems have been fixed: - A malformed password packet in the connection protocol could cause the server to crash. Thanks for Dormando for reporting this bug and providing details and a proof of concept. (Bug#28984) - CREATE TABLE LIKE did not require any privileges on the source table. Now it requires the SELECT privilege. (Bug#25578) - In addition, CREATE TABLE LIKE was not isolated from alteration by other connections, which resulted in various errors and incorrect binary log order when trying to execute concurrently a CREATE TABLE LIKE statement and either DDL statements on the source table or DML or DDL statements on the target table. (Bug#23667)
82 lines
2 KiB
Text
82 lines
2 KiB
Text
@comment $NetBSD: PLIST,v 1.7 2007/07/15 19:22:06 tron Exp $
|
|
bin/msql2mysql
|
|
bin/mysql
|
|
bin/mysql_config
|
|
bin/mysql_convert_table_format
|
|
bin/mysql_explain_log
|
|
bin/mysql_find_rows
|
|
bin/mysql_fix_extensions
|
|
bin/mysql_fix_privilege_tables
|
|
bin/mysql_setpermission
|
|
bin/mysql_tableinfo
|
|
bin/mysql_upgrade
|
|
bin/mysql_upgrade_shell
|
|
bin/mysql_zap
|
|
bin/mysqlaccess
|
|
bin/mysqladmin
|
|
bin/mysqlbinlog
|
|
bin/mysqlbug
|
|
bin/mysqlcheck
|
|
bin/mysqldump
|
|
bin/mysqldumpslow
|
|
bin/mysqlhotcopy
|
|
bin/mysqlimport
|
|
bin/mysqlshow
|
|
bin/mysqltest
|
|
bin/mysqltestmanager-pwgen
|
|
bin/mysqltestmanagerc
|
|
include/mysql/decimal.h
|
|
include/mysql/errmsg.h
|
|
include/mysql/keycache.h
|
|
include/mysql/m_ctype.h
|
|
include/mysql/m_string.h
|
|
include/mysql/my_alloc.h
|
|
include/mysql/my_attribute.h
|
|
include/mysql/my_config.h
|
|
include/mysql/my_dbug.h
|
|
include/mysql/my_dir.h
|
|
include/mysql/my_getopt.h
|
|
include/mysql/my_global.h
|
|
include/mysql/my_list.h
|
|
include/mysql/my_net.h
|
|
include/mysql/my_no_pthread.h
|
|
include/mysql/my_pthread.h
|
|
include/mysql/my_sys.h
|
|
include/mysql/my_xml.h
|
|
include/mysql/mysql.h
|
|
include/mysql/mysql_com.h
|
|
include/mysql/mysql_embed.h
|
|
include/mysql/mysql_time.h
|
|
include/mysql/mysql_version.h
|
|
include/mysql/mysqld_ername.h
|
|
include/mysql/mysqld_error.h
|
|
include/mysql/raid.h
|
|
include/mysql/sql_common.h
|
|
include/mysql/sql_state.h
|
|
include/mysql/sslopt-case.h
|
|
include/mysql/sslopt-longopts.h
|
|
include/mysql/sslopt-vars.h
|
|
include/mysql/typelib.h
|
|
lib/mysql/libmysqlclient.la
|
|
lib/mysql/libmysqlclient_r.la
|
|
man/man1/mysql.1
|
|
man/man1/mysql_fix_privilege_tables.1
|
|
man/man1/mysql_zap.1
|
|
man/man1/mysqlaccess.1
|
|
man/man1/mysqladmin.1
|
|
man/man1/mysqldump.1
|
|
man/man1/mysqlshow.1
|
|
share/examples/mysql/my-huge.cnf
|
|
share/examples/mysql/my-innodb-heavy-4G.cnf
|
|
share/examples/mysql/my-large.cnf
|
|
share/examples/mysql/my-medium.cnf
|
|
share/examples/mysql/my-small.cnf
|
|
share/mysql/fill_help_tables.sql
|
|
share/mysql/mysql_fix_privilege_tables.sql
|
|
share/mysql/mysql_system_tables.sql
|
|
share/mysql/mysql_system_tables_data.sql
|
|
share/mysql/mysql_test_data_timezone.sql
|
|
@dirrm share/mysql
|
|
@dirrm share/examples/mysql
|
|
@dirrm lib/mysql
|
|
@dirrm include/mysql
|