mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
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:
parent
439f75f849
commit
80a02037df
11 changed files with 892 additions and 0 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue