>Richard Ellerbrock wrote:
>
>> I am not 100% sure I understand you but I presume you are talking about the 
>2Gig file size limit of some OS'es? If this is the case, just find out where 
>MySQL stores its databases and have a look at the filesize - you are using the 
>C API, so doing a call to get this info should be trivial.
>
>Yes I am talking about the 2gig(solaris) or 4gig(linux) limit, and
>I know how to check it myself if I am running on the same server
>that mysql server is running on. My question is regarding running
>from a client on an arbitrary machine, which may *not* be directly
>accessible except through the mysql server.

Ah, that changes things quiet a bit :-) Actually you don't even need to go to all 
those lengths described earlier. Just use SHOW TABLE STATUS.


--
Richard Ellerbrock
[EMAIL PROTECTED]


---------------------------------------------------------------------
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