1. 08 Sep, 2004 1 commit
    • pem@mysql.comhem.se's avatar
      Fixed BUG#5258: Stored procedure modified date is 0000-00-00. · 3aa2a62f
      pem@mysql.comhem.se authored
        Althought techically not a but (as it's functioning as designed),
        it was decided that the design should be changed. Some users have
        a problem with dates being '0000-00-00' and the SQL standard specifies
        that the modification date should be the same as the creation date
        at creation.
      3aa2a62f
  2. 07 Sep, 2004 1 commit
  3. 06 Sep, 2004 5 commits
  4. 05 Sep, 2004 2 commits
  5. 04 Sep, 2004 3 commits
  6. 03 Sep, 2004 3 commits
  7. 02 Sep, 2004 5 commits
  8. 01 Sep, 2004 5 commits
  9. 31 Aug, 2004 2 commits
  10. 30 Aug, 2004 7 commits
  11. 28 Aug, 2004 1 commit
    • konstantin@mysql.com's avatar
      Microsoft VC++ won't compile class C { static const int I=1; }. · 17c845bc
      konstantin@mysql.com authored
      Putting initialization into .cc will reduce compiler's abilities
      to optimize this constant away.
      Defines are not OK as they bloat global namespace.
      Looking for a way to declare an efficient named constant in reduced
      namespace (i. e. in  a class).
      Let's try enums: normally they should be implicitly casted to int.
      Let's see if we really have a compiler which won't do that.
      
      17c845bc
  12. 27 Aug, 2004 2 commits
  13. 26 Aug, 2004 3 commits