| List: | Commits | « Previous MessageNext Message » | |
| From: | Sergey Vojtovich | Date: | November 19 2010 10:37am |
| Subject: | Re: bzr commit into mysql-5.1-bugteam branch (nirbhay.choubey:3554) Bug#54899 | ||
| View as plain text | |||
Nirbhay, On Fri, Nov 19, 2010 at 03:47:33PM +0530, Nirbhay Choubey wrote: > Hi Sergey, > > I just wanted to put forward a 'valid' case where prompt and > database at command-line do not match (i.e. null vs test), but > still we do not filter statements. > > This is against the opinion that > > "queries to be accepted when one-database is > "test" and prompt says "test"." Yes, this is a valid case. What exactly in this case is against the opinon that "queries to be accepted when one-database is 'test' and prompt says 'test'."? Regards, Sergey > > Thanks, > Nirbhay > > On Friday 19 November 2010 03:25 PM, Sergey Vojtovich wrote: > >Hi Nirbhay, > > > >what is expected in the below example? > > > >>One more use case : > >> > >>./bin/mysql --one-database test > >> > >>mysql> \R \d> > >>test> drop database test; # Query OK > >>(none)> select 1; # Outputs 1 > >>(none)> create database test; # Query OK > >>(none)> select 1; # Outputs 1 > >>(none)>use test; # Database changed > >>test>select 1; # Outputs 1 > >> > >>In the above scenario, notice how prompt changes. > >> > >>>>Joro and Svoj expect queries to be accepted when one-databse is > >>>>"test" and > >>>>prompt says "test". > >>>>Nirbhay does not. > >>Now, in the above scenario, one-database is "test" but > >>prompt/current_db is not, > >>but we still have to keep executing the statements, as we started > >>with 'test' as > >>default database. > >> > >>Regards, > >>Nirbhay > >> > >>PS. Bug#54899 points to this scenario. > >> > >>-- > >>MySQL Code Commits Mailing List > >>For list archives: http://lists.mysql.com/commits > >>To unsubscribe: http://lists.mysql.com/commits?unsub=1 > >> > > > -- > MySQL Code Commits Mailing List > For list archives: http://lists.mysql.com/commits > To unsubscribe: http://lists.mysql.com/commits?unsub=1 > -- Sergey Vojtovich <svoj@stripped> MySQL AB, Software Engineer Izhevsk, Russia, www.mysql.com
