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,
>
+_Build.html.
My 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]
ould have expected to see the
entire decimal stored correctly in the table.
-- Matt Solnit <[EMAIL PROTECTED]>
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
ld = mysql_fetch_field(res);
char* name = strdup(fld->name);
bool isNotNull = ((fld->flags & NOT_NULL_FLAG) > 0);
printf("column `%s`: notnull=%d\n", name, isNotNull);
MYSQL_ROW row = mysql_fetch_row(res);
printf("value: %s", row[0] ? row[0] : "NULL&quo
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://ww
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 Sol
ver will not accept the
* client's options, and vice versa.
*/
mysql_options(db, MYSQL_READ_DEFAULT_GROUP, "test_libmysqld_CLIENT");
if (!mysql_real_connect(db, NULL, NULL, NULL, dbname, 0, NULL, 0))
die(db, "mysql_real_connect failed: %s", mysql_error(db));
so 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 P
ption. However, the
mysql_server_init() function hard-codes this parameter value to 1, so
the ACL's never get loaded and every access succeeds.
-------
My contact information:
---
Matt Solnit <[EMAIL PROTECTED]>
---
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
uot; 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
n.
We define USE_TLS for the "mysys" 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&q
13 matches
Mail list logo