thanks, but some of the tables have to be in MyIsam format, and i cannot see
a workaround for them. (actually I discovered that the integrity of the data
exported is just fine, but it seems that the server hangs trying to close
the file handle.

----- Original Message -----
From: "Nickolai Nielsen" <[EMAIL PROTECTED]>
To: "Leonardo Javier Belén" <[EMAIL PROTECTED]>
Sent: Wednesday, July 28, 2004 9:34 AM
Subject: SV: A possible bug


Hi Leonardo

i had a similar problem, it was with InnoDB tables, so i changed these
values:
# Set buffer pool size to 50-80% of your computer's memory
set-variable = innodb_buffer_pool_size=512M
set-variable = innodb_additional_mem_pool_size=100M

in the my.ini

Nickolai

-----Oprindelig meddelelse-----
Fra: Leonardo Javier Belén
Sendt: 27. juli 2004 22:04
Til: [EMAIL PROTECTED]
Emne: A possible bug


Hi all,
    I am using MySQL ver. 4.1.3-beta on Windows 2000 pro and I found that,
whenever i try to export data using the "into outfile" clause of the select
command the server hangs and i need to restart the service. Has anyone faced
the same problem, and if it is, how have you resolve it?

    I think it is wrong because the same select string on MySQL ver. 4.0.20
works fine.

Leonardo J. Belén.



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to