Re: Interupting client-server-link during longlasting queries

2001-06-24 Thread Sinisa Milivojevic
Hannes Niedner writes: > > Thanks Sinisa, > > So is there any command suffix in mysql that sends the query in the > background (letting the server doing the query without talking back to the > client) like using the & on the unix commandline - resulting in any query > being completed after quitt

Re: Interupting client-server-link during longlasting queries

2001-06-23 Thread Hannes Niedner
> > Hi! > > First of all, it is unlikely that you will see some status bar as > operations in RDBMS server are quite complicated and time table can > not be predicted except in some extremely simple cases. > > Regarding aborting a client, server operation will continue until OS > on which serve

Re: Interupting client-server-link during longlasting queries

2001-06-23 Thread Sinisa Milivojevic
Hannes Niedner writes: > Hi Folks, > > I just started a create table ... select from ...left-join query from my > laptop. It seems to take a while? > What happens if disconnect my client from the mysql daemon running on > another machine. Will the interupted mysqld-client crosstalk abrupt the > q

Interupting client-server-link during longlasting queries

2001-06-22 Thread Hannes Niedner
Hi Folks, I just started a create table ... select from ...left-join query from my laptop. It seems to take a while? What happens if disconnect my client from the mysql daemon running on another machine. Will the interupted mysqld-client crosstalk abrupt the query, or will it continue to run on t