summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorunknown <gkodinov/kgeorge@magare.gmz>2007-10-22 19:32:18 +0300
committerunknown <gkodinov/kgeorge@magare.gmz>2007-10-22 19:32:18 +0300
commitaf3764b166e8d22427d614fb619dd77009f26409 (patch)
treece0c8994df3f74e763a75f23117a711956dac0c6 /COPYING
parent2c236db0aa6aaea10955d1f4b1a586ce409713fc (diff)
downloadmariadb-git-af3764b166e8d22427d614fb619dd77009f26409.tar.gz
Bug #28687: Search fails on '0000-00-00' date after sql_mode change
When doing indexed search the server constructs a key image for faster comparison to the stored keys. While doing that it must not perform (and stop if they fail) the additional date checks that can be turned on by the SQL mode because there already may be values in the table that don't comply with the error checks. Fixed by ignoring these SQL mode bits while making the key image. mysql-test/r/type_date.result: Bug #28687: test case mysql-test/t/type_date.test: Bug #28687: test case sql/item.cc: Bug #28687: no invalid date warnings
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions