An error occurred fetching the project authors.
  1. 28 Jul, 2006 1 commit
    • sergefp@mysql.com's avatar
      BUG#14940 "MySQL choose wrong index", v.2 · 699291a8
      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
      699291a8
  2. 02 Mar, 2006 1 commit
    • anozdrin@mysql.com's avatar
      Implementation of WL#2897: Complete definer support in the stored routines. · fbb59203
      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.
      fbb59203
  3. 01 Nov, 2005 1 commit
  4. 15 Oct, 2005 1 commit
  5. 26 Sep, 2005 1 commit
  6. 21 Sep, 2005 1 commit
  7. 27 Aug, 2005 1 commit
  8. 10 Aug, 2005 1 commit
  9. 05 Aug, 2005 1 commit
  10. 29 Apr, 2005 1 commit
  11. 10 Dec, 2004 1 commit
  12. 22 Oct, 2004 1 commit
  13. 02 Oct, 2004 1 commit
    • monty@mishka.local's avatar
      More fixes for strict mode: · be4ca46f
      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.
      be4ca46f
  14. 24 Sep, 2004 1 commit
  15. 22 Sep, 2004 1 commit
  16. 15 Sep, 2004 1 commit
  17. 26 Aug, 2004 1 commit
  18. 20 Jul, 2004 1 commit
  19. 13 May, 2004 1 commit
  20. 17 Mar, 2004 1 commit
  21. 16 Mar, 2004 1 commit
  22. 04 Mar, 2004 1 commit
  23. 06 Nov, 2003 1 commit
  24. 02 Jun, 2003 1 commit
  25. 23 May, 2003 1 commit
  26. 03 Apr, 2003 1 commit
  27. 02 Apr, 2003 1 commit
    • ram@mysql.r18.ru's avatar
      GEOMCOLLFROMWKB(), GEOMETRYCOLLECTIONFROMWKB(), · 9295366a
      ram@mysql.r18.ru authored
      LINEFROMWKB(), LINESTRINGFROMWKB(), MLINEFROMWKB(), MPOINTFROMWKB(),
      MPOLYFROMWKB(), MULTILINESTRINGFROMWKB(), MULTIPOINTFROMWKB(),
      MULTIPOLYGONFROMWKB(), POINTFROMWKB(), POLYFROMWKB(), POLYGONFROMWKB()
      functions have been added (as synonyms for GEOMFROMWKB()).
      9295366a
  28. 31 Mar, 2003 1 commit
  29. 27 Mar, 2003 1 commit
  30. 18 Mar, 2003 1 commit
    • ram@mysql.r18.ru's avatar
      SRID support. · 031ac2a7
      ram@mysql.r18.ru authored
      GeomertyFromWKB() function.
      SRID() function.
      ::store() methods for Field_geom.
      Code cleanup.
      031ac2a7
  31. 06 Mar, 2003 1 commit
  32. 01 Mar, 2003 1 commit