[ic] Memory problem

Jon Jensen interchange-users@interchange.redhat.com
Tue Jan 15 15:28:00 2002


On Tue, 15 Jan 2002, Peter Jakl wrote:

> Thanks for the reply. This is not what is going on. I am using mysql
> which supports LIMIT.
[snip]
> I am using version 4.6.5.

Bingo, 4.6.5 is the problem. The support for database-specific extensions
like LIMIT in the database object creation routines was added sometime in
4.7.x, so you need to upgrade or else manually hack in LIMIT support there
in your 4.6.5 installation.

Jon