What's the behaviour of mysql when no room on filesystem for databases

2001-12-31 Thread Didier Brisebourg
Hi, Can anybody help me ? It seems that "INSERT" is blocking my process when there is no more free space in the file system that contains my databases. Can anybody clarify this point, and tell me how to prevent this blocking point ? Thanks ---

Problem with some characters in tablename

2001-12-16 Thread Didier Brisebourg
Hi, Can anybody help me ? In MySQL documentation, it is said that table name can use any character allowed in filename except '/' and '.'. On my Linux, i can create a file with this name "'w4-1". But, i can't create the table with this name. The request is rejected. Has anybody an explanation

C API for mysql : could not find compress : examples foc compiling and linking

2001-05-26 Thread Didier Brisebourg
Hi, I'm working on my first program witk mysql c api. I meet problem to link c program that use it. One symbol "compress" cannot be resolved. Has anybody a sample script that compile and link ? What are the options to compile and link ? Thanks a lot. Bye

Re: problem with curses/termcap library

2001-05-13 Thread Didier Brisebourg
t;[EMAIL PROTECTED]> To: "Didier Brisebourg" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 12:41 PM Subject: Re: problem with curses/termcap library > Didier Brisebourg wrote: > > > > Hi, > > > > Trying to generate mys

problem with curses/termcap library

2001-05-13 Thread Didier Brisebourg
Hi, Trying to generate mysql 3.23.38 from source distribution, i got the error : checking for tgetent in -lncurses... no checking for tgetent in -lcurses... no checking for tgetent in -ltermcap... no checking for termcat functions library ...configure:error:No curses/termcap library found whe