fix for bug #14381 (Key length is limited to 255 bytes on BDB)
sql/ha_berkeley.h: BDB supports keylength of maximal 2^32 - use the maximum allowed by mysqld. (http://www.sleepycat.com/docs/ref/am_misc/dbsizes.html)
Showing
Please register or sign in to comment