diff options
author | unknown <konstantin@mysql.com> | 2004-12-18 00:17:25 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-12-18 00:17:25 +0300 |
commit | 996352b73e60cce2458cf72ab36c49126e635997 (patch) | |
tree | 75100b91f7d8e8ab02c6fa3120b8fbb75d8e7265 /extra | |
parent | 91a76445335eb251440e61b114b4fdbb0dba5813 (diff) | |
download | mariadb-git-996352b73e60cce2458cf72ab36c49126e635997.tar.gz |
Truncations patch: a post-review fix.
include/mysql.h:
Adding an option for data truncations feature.
libmysql/libmysql.c:
No 'smart' behaviour now for data truncations: they are always
reported, unless switched off with
mysql_options(mysql, MYSQL_REPORT_DATA_TRUNCATION, (my_bool*) &(option=1));
sql-common/client.c:
Add support for report-data-truncation variable in my.cnf
tests/client_test.c:
A test for MYSQL_REPORT_DATA_TRUNCATION option.
Diffstat (limited to 'extra')
0 files changed, 0 insertions, 0 deletions