1. 03 Sep, 2004 1 commit
  2. 02 Sep, 2004 3 commits
  3. 01 Sep, 2004 5 commits
  4. 31 Aug, 2004 2 commits
  5. 30 Aug, 2004 6 commits
  6. 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
  7. 27 Aug, 2004 2 commits
  8. 26 Aug, 2004 5 commits
  9. 25 Aug, 2004 4 commits
  10. 24 Aug, 2004 10 commits
  11. 23 Aug, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      innodb.result, innodb.test: · 5b165c75
      heikki@hundin.mysql.fi authored
        Fix mysql-test failure in the 5.0 tree on Aug 23: label seems to be a reserved word in 5.0, and we to use it a s a column name we must but it inside backticks
      5b165c75