An error occurred fetching the project authors.
- 28 Jul, 2006 1 commit
-
-
sergefp@mysql.com authored
- Make the range-et-al optimizer produce E(#table records after table condition is applied), - Make the join optimizer use this value, - Add "filtered" column to EXPLAIN EXTENDED to show fraction of records left after table condition is applied - Adjust test results, add comments
-
- 02 Mar, 2006 1 commit
-
-
anozdrin@mysql.com authored
The idea is to add DEFINER-clause in CREATE PROCEDURE and CREATE FUNCTION statements. Almost all support of definer in stored routines had been already done before this patch. NOTE: this patch changes behaviour of dumping stored routines in mysqldump. Before this patch, mysqldump did not dump DEFINER-clause for stored routines and this was documented behaviour. In order to get full information about stored routines, one should have dumped mysql.proc table. This patch changes this behaviour, so that DEFINER-clause is dumped. Since DEFINER-clause is not supported in CREATE PROCEDURE | FUNCTION statements before this patch, the clause is covered by additional version-specific comments.
-
- 01 Nov, 2005 1 commit
-
-
hf@deer.(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
-