I don't know why I got interested in this thread...

I suppose you don't need a change to the wire protocol if
you have, logically, something like below.  The API has
to be changed, however.

id      = do_a_connedtion(arg)
set_comment_on_connection(id, "this_is_my_comment")
// later
some_array = get_connection_comments()
// parse the array comments
// do something or other as function of comment

Question:  Why, again, do you want this?  You
must see some utility in this other than academic
interest, or taking statistics, or mischief,
such as munging some field returning data
to a Windows client with "Screw Bill Gates"
prepended to his blob requests, or kicking
off connections to, say, any client in
Tana Tuva.

For readers like me, sitting on the sidelines,
the "need" for this facility is obscure.  Please
make your case more evident.

_jef

----------------------


Ansgar Becker wrote:
> 
> >   The  only  thing I would like is to be able to attach a comment to a
> >   connection  id  which  could be returned by the "mysqladmin process"
> >   command.  And  something  that  would not add more load to Mysql nor
> >   more coding in the client.
> 
> Yes!! Great idea. This would be helpful for hosters with many
> client-connectors to identify them. It could contain for example the name of
> the client-application ("useragent"), client-OS and some version-info. i
> think 100 chars will do.
> 
> Greetings, Ansgar
> http://www.mysqlfront.de/
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

-- 
Justin Farnsworth
Eye Integrated Communications
321 South Evans - Suite 203
Greenville, NC 27858 | Tel: (252) 353-0722

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to