MySQL 4.1.0-alpha-max-nt
MySQL C API interface
Visual C++ 6.0

trying some query when cache is on...
it causes ERROR: "Lost connection to MySQL sever during query"
MySQL cache memory used for _this_ query ~900Kb

but when cache is off or query result size is less than few Kb, everything is OK.

WHY?

additional information:
/* my.ini BEGIN */
[WinMySQLAdmin]
Server=E:/mysql/bin/mysqld-nt.exe
QueryInterval=10
[mysqld]
basedir = e:/mysql/
datadir = e:/mysql/data/
default-character-set=cp1251
key_buffer_size=64M
tmp_table_size=16M
table_cache=256 
sort_buffer=16M
read_buffer_size=1M 
read_rnd_buffer_size=1M
query_cache_size=64M
query_cache_limit=5M
/* my.ini END */

---
Best regards, Alex. mailto:[EMAIL PROTECTED]


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

Reply via email to