Thank you :)
-Original Message-
From: Sergei Golubchik [mailto:[EMAIL PROTECTED]
Sent: 29 May 2004 15:08
To: Yiannis Mavroukakis
Cc: [EMAIL PROTECTED]
Subject: Re: Extending mySQL
Hi!
On May 25, Yiannis Mavroukakis wrote:
> Hello,
>
> I'm hoping this is the correct l
Hi!
On May 25, Yiannis Mavroukakis wrote:
> Hello,
>
> I'm hoping this is the correct list to post my question ( I was also
> considering mysql internals), if not accept my apologies.
Yes, internals@ would be better for these kind of questions.
> I wish to write a mySQL extension, that will do
Hello,
I'm hoping this is the correct list to post my question ( I was also considering mysql
internals), if not
accept my apologies.
I wish to write a mySQL extension, that will do some filtering on all data before it
is send out to the
requesting clients. Is there an API that will allow me to
thanx alan!
is there any C API available to detect MySql
restarts!
which file(s) do i have to monitor so that i can track
server restarts.
> The server does not know how many times it has been
> restarted. You can
> easily enough write a wrapper script that keeps
> count, though. As for
> t
In the last episode (Jun 20), Prem Soman said:
> that was very useful for me. can these UDF's provide a better way to
> access the sever specific information such as the date and number of
> times the server was restarted
The server does not know how many times it has been restarted. You can
easi
thank u nelson!
that was very useful for me. can these UDF's provide a
better way to access the sever specific information
such as the date and number of times the server was
restarted
Want to chat instantly with your
Hello everyone,
I've rewrote our existing our existing software to be compatible both for Oracle 8i
and MySQL databases.
I wanted to know, does MySQL support auto-extending of it's tablespace?
I know how to manually do it, by adding data files, and restarting the server.
Also, how could I chec