william.lieberman@stripped wrote:
> The hack worked great for me.
You do know that you're replying publically to an off-list message,
right? I only know what "hack" you're talking about by inference,
because I'm aware of the MySQL++ history.
> So, what if the system is
> multi-user and people want to use the sql_create_x function? They are
> going to have to take the added steps in using it. Is there another way
> to make this work without changing system-wide libraries?
The consequence of any of these "hack"s is that the API for using
SSQLSes must change, and possibly the ABI as well. That's why we
haven't implemented any change yet. We're trying to be good little boys
and not break the ABI within the 2.x series. Recompiling your released
binaries every third release of MySQL++ sucks.