1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-13 21:42:58 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
bar@mysql.com
bfae7303d7 Bug#20086: Can't get data from key partitioned tables with VARCHAR key
The problem appeared because the same values produced different hash
during INSERT and SELECT for VARCHAR data type.
Fix:
VARCHAR required special treatment to avoid hashing of length bytes
(leftmost one or two bytes) as well as trailing bytes beyond real length,
which could contain garbage. Fix is done by introducing hash() - new method
in the Field class.
2006-06-21 13:00:19 +05:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
1068ab153c BUG#19310: Add partition using InnoDB crashes MySQL Server
Added new test case
2006-05-27 20:30:53 -04:00
mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se
ee11e39fa1 BUG#19903: Add partition crashes
Added new test cases
2006-05-27 20:23:22 -04:00