An error occurred fetching the project authors.
- 23 Mar, 2007 1 commit
-
-
tsmith@siva.hindu.god authored
Fix is to rewrite the MBR::overlaps() function, to compute the dimension of both arguments, and the dimension of the intersection; test that all three dimensions are the same (e.g., all are Polygons). Add tests for all MBR* functions for various combinations of shapes, lines and points.
-
- 02 Mar, 2007 1 commit
-
-
Item_func_geometry_from_text::val_str() should set null_value in case of wrong data.
-
- 26 Oct, 2005 1 commit
-
-
brian@zim.(none) authored
Change in gis test to allow NDB to be able to call generic tests. Fix for Archive so that ALTER TABLE doesn't issue a warning. Also added test case for alter table.
-
- 25 Oct, 2005 1 commit
-
-
brian@zim.(none) authored
-
- 15 Oct, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 26 Sep, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 21 Sep, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 27 Aug, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 10 Aug, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 05 Aug, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 29 Apr, 2005 1 commit
-
-
hf@deer.(none) authored
-
- 10 Dec, 2004 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
mysqldump skips information_schema db 'use' now can use information_schema db changed value of column 'Null' to 'NO' if column is not nullable
-
- 22 Oct, 2004 1 commit
-
-
hf@deer.(none) authored
I learned that one shouldn't use String::set in val_str() methods...
-
- 02 Oct, 2004 1 commit
-
-
monty@mishka.local authored
More tests. Better error messages. Fixed bug when checking if we updated all needed columns for INSERT. Give an error if we encounter a wrong float value during parsing. Don't print DEFAULT for columns without a default value in SHOW CREATE/SHOW FIELDS. Fixed UPDATE IGNORE when using STRICT mode.
-
- 24 Sep, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 22 Sep, 2004 1 commit
-
-
hf@deer.(none) authored
CREATE TABLE t1 SELECT POINT(1,2); fixed
-
- 15 Sep, 2004 1 commit
-
-
hf@deer.(none) authored
This bug is the result of weird error happening with mi_float8get and double arythmetic. I described that in 'Bug that looks potentially dangerous' email
-
- 26 Aug, 2004 1 commit
-
-
ram@gw.mysql.r18.ru authored
-
- 20 Jul, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 May, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 17 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
test for IGNORE added
-
- 16 Mar, 2004 1 commit
-
-
hf@deer.(none) authored
-
- 04 Mar, 2004 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 06 Nov, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
code covarage for srid, GeomFromText with 2 parameters code covarage foe print() method of gis functions
-
- 02 Jun, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
SHOW COLLATION columns have been removed: D -> Default C -> Compiled Y -> Yes
-
- 23 May, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Character set is not displayed in "Type" column anymore In "Collation" column NULL instead of BINARY is now displayd for for non-character data types
-
- 03 Apr, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-
- 02 Apr, 2003 1 commit
-
-
ram@mysql.r18.ru authored
LINEFROMWKB(), LINESTRINGFROMWKB(), MLINEFROMWKB(), MPOINTFROMWKB(), MPOLYFROMWKB(), MULTILINESTRINGFROMWKB(), MULTIPOINTFROMWKB(), MULTIPOLYGONFROMWKB(), POINTFROMWKB(), POLYFROMWKB(), POLYGONFROMWKB() functions have been added (as synonyms for GEOMFROMWKB()).
-
- 31 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
geometry type (POINT, LINESTRING, etc) and changed all into "GEOMETRY".
-
- 27 Mar, 2003 1 commit
-
-
bar@bar.mysql.r18.ru authored
Point, MultiLine, Poligom, etc, are now not aliases for Geometry, but separate field types.
-
- 18 Mar, 2003 1 commit
-
-
ram@mysql.r18.ru authored
GeomertyFromWKB() function. SRID() function. ::store() methods for Field_geom. Code cleanup.
-
- 06 Mar, 2003 1 commit
-
-
ram@mysql.r18.ru authored
Added Centroid(), Area() tests for MultiPolygon objects.
-
- 01 Mar, 2003 1 commit
-
-
ram@mysql.r18.ru authored
-