diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-02-29 21:55:04 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-02-29 21:55:04 +0100 |
commit | e4bfb6f161b77a8c5801ba71b4ffd980066a1399 (patch) | |
tree | a48bbc4154695db34ba124f07a70bef5cabab48d /mysql-test/r/index_intersect_innodb.result | |
parent | e293bdb2c19cacad91d4f5a846568ac595b3a48e (diff) | |
download | mariadb-git-e4bfb6f161b77a8c5801ba71b4ffd980066a1399.tar.gz |
pbxt suite is now a main-pbxt overlay
Diffstat (limited to 'mysql-test/r/index_intersect_innodb.result')
-rw-r--r-- | mysql-test/r/index_intersect_innodb.result | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/index_intersect_innodb.result b/mysql-test/r/index_intersect_innodb.result index 878d6a5cc8e..d28b3a0bf92 100644 --- a/mysql-test/r/index_intersect_innodb.result +++ b/mysql-test/r/index_intersect_innodb.result @@ -769,15 +769,15 @@ ID Name Country Population SELECT * FROM City WHERE Name LIKE 'M%' AND Population > 1500000; ID Name Country Population -131 Melbourne AUS 2865329 -653 Madrid ESP 2879052 -766 Manila PHL 1581082 -942 Medan IDN 1843919 1024 Mumbai (Bombay) IND 10500000 +131 Melbourne AUS 2865329 1381 Mashhad IRN 1887405 2259 MedellĂn COL 1861265 3520 Minsk BLR 1674000 3580 Moscow RUS 8389200 +653 Madrid ESP 2879052 +766 Manila PHL 1581082 +942 Medan IDN 1843919 SELECT * FROM City WHERE Name BETWEEN 'G' AND 'J' AND Population > 700000 AND Country LIKE 'B%'; ID Name Country Population |