Commit graph

6 commits

Author SHA1 Message Date
mikael/pappa@dator5.(none)
e9ba287dc7 BUG#20852: Using update with full table scan causes mysqld to enter an eternal loop 2006-07-12 20:38:17 -04:00
bar@bar.intranet.mysql.r18.ru
5694d5a63c Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-kt
into  mysql.com:/usr/home/bar/mysql-5.1.b20086
2006-06-22 18:51:50 +05:00
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@dator5.(none)
805ba2462e Fixed test case 2006-06-20 10:16:08 -04: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