1. 07 Sep, 2004 12 commits
  2. 06 Sep, 2004 9 commits
  3. 05 Sep, 2004 1 commit
  4. 03 Sep, 2004 3 commits
  5. 02 Sep, 2004 3 commits
  6. 01 Sep, 2004 9 commits
  7. 31 Aug, 2004 2 commits
  8. 30 Aug, 2004 1 commit
    • joerg@mysql.com's avatar
      If the system has 64 bit "long", then "long long" does not add new · 86fcffb3
      joerg@mysql.com authored
      functionality. The existing code takes advantage of this when
      "typedef"ing 'longlong' in 'my_global.h'. This holds for Alpha CPUs.
      If the compiler then has prototypes for C99 functions 'strtoll()' and
      'strtoull()' but no implementation, the existing code in 'strtoull.c'
      collides with that prototype. These collisions are avoided now.
      (backport from 4.1)
      86fcffb3