diff options
author | unknown <ramil/ram@mysql.com/myoffice.izhnet.ru> | 2006-12-06 16:32:12 +0400 |
---|---|---|
committer | unknown <ramil/ram@mysql.com/myoffice.izhnet.ru> | 2006-12-06 16:32:12 +0400 |
commit | 0ce02f6d98b5eb94797a935e06fa89f37a241b52 (patch) | |
tree | 62042f84389ad435847995118b308b36d661ab43 /sql/sql_show.cc | |
parent | 4d2665f01e50623d7ccc2535267c26759dcc4d0d (diff) | |
download | mariadb-git-0ce02f6d98b5eb94797a935e06fa89f37a241b52.tar.gz |
Fix for bug #22533: Traditional: Too-long bit value not rejected.
Problem: storing >=8 byte hexadecimal values we don't check data.
Fix: check if the data fits the {u}longlong range.
mysql-test/r/select.result:
Fix for bug #22533: Traditional: Too-long bit value not rejected.
- test result.
mysql-test/t/range.test:
Fix for bug #22533: Traditional: Too-long bit value not rejected.
- adjusted.
mysql-test/t/select.test:
Fix for bug #22533: Traditional: Too-long bit value not rejected.
- test case.
sql/item.cc:
Fix for bug #22533: Traditional: Too-long bit value not rejected.
- limit storing value to {U}LONGLONG_MAX in numeric context.
Diffstat (limited to 'sql/sql_show.cc')
0 files changed, 0 insertions, 0 deletions