>>>>> "Paul" == Paul DuBois <paul@stripped> writes:
Paul> At 2:42 PM +0300 8/25/99, <sinisa@stripped> wrote:
>> kislo@stripped writes:
>> > >Description:
>> > Watch this:
>> >
>> > fisher:/usr/local/apache/cgi-mysql > mysql -u root -p
>> > Enter password:
>> > Welcome to the MySQL monitor. Commands end with ; or \g.
>> > Your MySQL connection id is 2 to server version: 3.22.25
>> >
>> > Type 'help' for help.
>> >
>> > mysql> select * from blah;
>> > ERROR 1046: No Database Selected
>> > mysql> lock tables blah write;
>> > ERROR 2013: Lost connection to MySQL server during query
<cut>
Paul> It's not a bug for the connection to the server to be lost
Paul> when a simple error occurs? Sure, there is an error in
Paul> what he's doing, but shouldn't you just get an error message
Paul> rather than losing the server?
Yes; This will be fixed in MySQL 3.22.26
Regards,
Monty