5 messages in com.mysql.lists.plusplusRe: Is it possible to query variable ...
FromSent OnAttachments
Allen Saucier17 Feb 2006 07:29 
Warren Young17 Feb 2006 16:22 
cwic18 Feb 2006 03:52 
Warren Young20 Feb 2006 11:08 
Allen Saucier20 Feb 2006 11:40 
Subject:Re: Is it possible to query variable 'datadir' via mysql
From:Warren Young (mysq@etr-usa.com)
Date:02/20/2006 11:08:16 AM
List:com.mysql.lists.plusplus

cwic wrote:

I'm looking for way to query the value of "datadir" mysql's variable at runtime with mysql++,

There's certainly no API call in MySQL++ to do that. The best place to ask is on the main MySQL mailing list, in context of the MySQL C API. If the C API can do it, then you can post the method here and ask for it to be abstracted into MySQL++. MySQL++ doesn't try to do things that are fundamentally impossible with the C API.