~mepsql-committers/mepsql/mysql-5.1-manpages

Viewing all changes in revision 3545.

  • Committer: Alexey Botchkov
  • Date: 2011-01-12 13:02:41 UTC
  • Revision ID: holyfoot@mysql.com-20110112130241-50lwmhq562otxw31
Bug #57321 crashes and valgrind errors from spatial types 
        Item_func_spatial_collection::fix_length_and_dec didn't call parent's method, so
        the maybe_null was set to '0' after it. But in this case the result was
        just NULL, that caused wrong behaviour.

per-file comments:
  mysql-test/r/gis.result
Bug #57321 crashes and valgrind errors from spatial types 
        test result updated.

  mysql-test/t/gis.test
Bug #57321 crashes and valgrind errors from spatial types 
        test case added.
  sql/item_geofunc.h
Bug #57321 crashes and valgrind errors from spatial types 
        Item_func_geometry::fix_length_and_dec() called in
        Item_func_spatial_collection::fix_length_and_dec().

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: