~percona-core/percona-server/5.1

« back to all changes in this revision

Viewing changes to Percona-Server/mysql-test/suite/innodb_plugin/r/innodb_gis.result

  • Committer: Stewart Smith
  • Date: 2011-11-24 02:01:46 UTC
  • Revision ID: stewart@flamingspork.com-20111124020146-7l2fzzj28rhgwwlv
Import Percona Server patch: bug53761.patch

# name       : bug53761.patch
# maintainer : Alexey
#
# Backport of the fix for MySQL bug #53761 to 5.1
#

Show diffs side-by-side

added added

removed removed

Lines of Context:
572
572
EXPLAIN 
573
573
SELECT COUNT(*) FROM t2 WHERE p=POINTFROMTEXT('POINT(1 2)');
574
574
id      select_type     table   type    possible_keys   key     key_len ref     rows    Extra
575
 
1       SIMPLE  t2      ref     p       p       28      const   1       Using where
 
575
1       SIMPLE  t2      ref     p       p       28      const   2       Using where
576
576
SELECT COUNT(*) FROM t2 WHERE p=POINTFROMTEXT('POINT(1 2)');
577
577
COUNT(*)
578
578
2