bug report: Embedded MySQL v4.04b

2002-11-15 Thread Matt Solnit
is that it's required for clients that use LoadLibrary(), which includes all C# clients. More information can be found in the VC++ documentation article Rules and Limitations for TLS. --- My contact information: --- Matt Solnit [EMAIL PROTECTED

Bug report: Embedded MySQL v4.04b

2002-11-27 Thread Matt Solnit
project. The reason is that it's required for clients that use LoadLibrary(), which includes all C# clients. More information can be found in the VC++ documentation article Rules and Limitations for TLS. --- My contact information: --- Matt Solnit [EMAIL

RE: Bug report: Embedded MySQL v4.04b

2002-11-27 Thread Matt Solnit
I am looking into USE_TLS. But yes, I see that mysql_real_data_home is not corrupted, only mysql_data_home is. Thanks for your response. -- Matt -Original Message- From: Heikki Tuuri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 11:40 AM To: Matt Solnit; [EMAIL

Bug report: Embedded MySQL version 4.05a

2002-12-10 Thread Matt Solnit
this parameter value to 1, so the ACL's never get loaded and every access succeeds. --- My contact information: --- Matt Solnit [EMAIL PROTECTED] - Before posting, please check: http

Bug report: MySQL Embedded Server v4.0.10

2003-03-05 Thread Matt Solnit
MySQL connection id is 1 to server version: 4.0.10-gamma-embedded mysql SHOW PROCESSLIST; Empty set (0.00 sec) mysql KILL 1; ERROR 1094: Unknown thread id: 1 --- My contact information: --- Matt Solnit [EMAIL PROTECTED

Maximum precision for DECIMAL column in MySQL

2003-05-31 Thread Matt Solnit
expected to see the entire decimal stored correctly in the table. -- Matt Solnit [EMAIL PROTECTED]

InnoDB exits process when files are read-only

2002-12-16 Thread Matt Solnit
it terminates the process. We are using Embedded MySQL, so when the process terminates, our EXE goes down. It would be ideal if the function could return an error code so that we could continue. Is there anything we can do? Sincerely, Matt Solnit [EMAIL PROTECTED

Bug report: UNIQUE KEY and DESCRIBE TABLE

2002-12-27 Thread Matt Solnit
); if (!mysql_real_connect(db, NULL, NULL, NULL, dbname, 0, NULL, 0)) die(db, mysql_real_connect failed: %s, mysql_error(db)); return db; } void db_disconnect(MYSQL *db) { mysql_close(db); } --- My contact information: --- Matt Solnit [EMAIL PROTECTED

Calculating innodb_additional_mem_pool_size?

2003-01-07 Thread Matt Solnit
Is there a good way of calculating the size for innodb_additional_mem_pool_size? I would like to calculate based on the number of tables, rows, or whatever else I can use to pre-determine a value so that the warning message allocating memory from the OS does not appear. -- Matt Solnit [EMAIL

Disable log messages for Embedded Server?

2003-01-13 Thread Matt Solnit
to the user, but not MySQL's. Ideally we would be able to turn off MySQL output, but at least we would like to be able to redirect it. -- Matt Solnit [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com

Bug: MYSQL_FIELD-flags indicates NOT NULL with aggregates

2003-01-24 Thread Matt Solnit
, row[0] ? row[0] : NULL); mysql_close(cnn); Fix: None. Originator:Matt Solnit Organization: Iteration Software, Inc. http://www.iteration.com Release: mysql-4.0.9-gamma (Binary distribution) Environment: System: Windows XP Professional Architecture: Pentium IV

Re: SHOW INNODB STATUS

2004-07-26 Thread Matt Solnit
Mark, How is it possible to have a hit rate of 1000/1000? Doesn't the buffer get initialized by cache misses? -- Matt [EMAIL PROTECTED] Re: INNODB SHOW STATUS From: Marc Slemko (marcsznep.com) Date: Wed Apr 21 2004 - 10:29:44 CDT On Tue, 20 Apr 2004, Emmett Bishop wrote: Howdy all,

Building MySQL with Visual Studio .NET 2003

2004-03-02 Thread Matt Solnit
apologies if this message should only have gone to the Win32 list. Sincerely, Matt Solnit [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]