MDEV-6073 Merge gis test cases form 5.6.

Tests were merged.
        As the implementation is different, the 'internal debugging' part
        was not merged, only a stub for it created.
This commit is contained in:
Alexey Botchkov 2014-07-01 00:30:24 +05:00
commit 80a02037df
11 changed files with 892 additions and 0 deletions

View file

@ -1739,4 +1739,12 @@ mem_error:
}
#ifndef DBUG_OFF
longlong Item_func_gis_debug::val_int()
{
/* For now this is just a stub. TODO: implement the internal GIS debuggign */
return 0;
}
#endif
#endif /*HAVE_SPATIAL*/