diff options
author | unknown <gkodinov/kgeorge@magare.gmz> | 2007-03-22 18:44:16 +0200 |
---|---|---|
committer | unknown <gkodinov/kgeorge@magare.gmz> | 2007-03-22 18:44:16 +0200 |
commit | 0a48cd93b4d26056e669b1a9bd5be791b3b79b94 (patch) | |
tree | 2157977430d766b13bee9e02927b505008b413b0 /myisam | |
parent | 3a520a785eeee973e79d1f6e482e270e24a20c56 (diff) | |
download | mariadb-git-0a48cd93b4d26056e669b1a9bd5be791b3b79b94.tar.gz |
Bug #26207: When making the key image to use
in index search MySQL was not explicitly
suppressing warnings. And if the context
happens to enable warnings (e.g. INSERT ..
SELECT) the warnings resulting from converting
the data the key is compared to are
reported to the client.
Fixed by suppressing warnings when converting
the data to the same type as the key parts.
mysql-test/r/insert_select.result:
Bug #26207: test case
mysql-test/t/insert_select.test:
Bug #26207: test case
sql/sql_select.h:
Bug #26207: supress warnings when converting
data of the same type to key buffer format.
Diffstat (limited to 'myisam')
0 files changed, 0 insertions, 0 deletions