~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/falcon_team/r/falcon_bug_30480_A.result

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
SELECT s1, HEX(s1) FROM t2 WHERE s1 like 'A%';
27
27
s1      HEX(s1)
28
28
AA      4141
 
29
DROP TABLE t1;