Re: INSERT blob data in C

2002-02-28 Thread paradoxix
just some code I did some time ago: /* */ #include #include #include #include #include #include MYSQL dbcon; int main(int argc, char *argv[]) { int i; char *tmpQ=malloc(2*1024*1024); char *end; int file; int size; char *mem; char tmpstr[1024]; mysql_init(&dbcon); mys

Re: question concerning the mysqld process

2001-08-30 Thread paradoxix
[EMAIL PROTECTED] wrote: > Question, > > Could some one tell me why our mysqld daemon appears to be incrementing on time. > For instance I get the following output when I use ps -elf. the 470 you see below >was 460 > 30 secs ago. Is there a memory leak or ?we are using MySql 3.23.30