Bug #12128 Setting the Search only in selected text/column radio button has no effect
Submitted: 23 Jul 2005 0:21 Modified: 22 Aug 2005 15:26
Reporter: Tom Gubler Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:V 1.1.13 OS:Windows (Windows XP SP2)
Assigned to: Vladimir Kolesnikov CPU Architecture:Any

[23 Jul 2005 0:21] Tom Gubler
Description:
Setting the Search only in selected text/column radio button has no effect, the search goes on in all columns

MySQL Query Browser V 1.1.13
MySQL Server 4.1

How to repeat:
Select any multi-column query, click into a column and search for a vlaue after setting the selected text/column radio button
[23 Jul 2005 9:10] Aleksey Kishkin
tested on win xp sp2
[23 Jul 2005 9:15] Aleksey Kishkin
for testing created a table

create table tst (a1 char(10), a2 char(10));

populated it:
insert into tst values 
  ("alfa","beta"),("beta","alfa"),
  ("alfa","beta"),("beta","alfa"),
  ("alfa","beta"),("beta","alfa"),
  ("alfa","beta"),("beta","alfa"),
  ("alfa","beta"),("beta","alfa");

run select * from tst t;

then Edit->Find-> details 
in search for:  alfa
select "search only in selected text/column"

and several times press "Search"
[22 Aug 2005 15:26] Vladimir Kolesnikov
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html