Re: checking table "fullness"

2001-01-19 Thread Richard Ellerbrock
>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 ge

Re: checking table "fullness"

2001-01-19 Thread Dean Hoover
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 t

Re: checking table "fullness"

2001-01-19 Thread Richard Ellerbrock
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. Dat