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



-
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




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 ?

Thanks


-
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




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


when running ./configure --prefix=/usr/local/mysql


Does anybody can help ?

Thanks. 



Re: problem with curses/termcap library

2001-05-13 Thread Didier Brisebourg

Hi,

I guess that termcap or curses library is not installed.

Perhaps my question wasn't accurate enought.
The problem is that i don't know how to install these libraries. Do you ?
What package do they belong to ?
Thanks.

- Original Message -
From: Joseph Bueno [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 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
 
  when running ./configure --prefix=/usr/local/mysql
 
  Does anybody can help ?
 
  Thanks.

 Hi,

 According to these messages, there is no curses or termcap library
 installed on your system. Install one of them and run 'configure'
 again. (Is is so difficult to read error messages ? ;)).

 Regards
 --
 Joseph Bueno


-
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