Hello,

Has anybody had any trouble creating a HEAP table in the .INI file  with
version 3.23.29a or above?

I recently upgraded to 3.23.29a from 3.23.23 and found that the .INI file
wasn't being fully processed. The error it gave was that it couldn't
allocate space for the table in memory. Found it odd because the same query
works fine in 3.23.23. As such I went back to .23.

The .INI file is straightforward:

use motor;
drop table f_datos;
create table f_datos type=heap select * from datos;


Any insights appreciated.

Regards,
Anthony Cooke



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to