1. 27 Mar, 2007 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#26600: table PROFILING in INFORMATION SCHEMA has wrong data type · bfbafe4c
      cmiller@zippy.cornsilk.net authored
      Bug#27047[partial]: INFORMATION_SCHEMA table cannot have BIGINT \
      	fields
      
      No Information_schema table has ever needed floating-point data 
      before.  Transforming all floating point to a string and back to a
      number causes a real data problem on Windows, where the libc may 
      pad the exponent with more leading zeroes than we expect and the
      significant digits are truncated away.
      
      This also makes interpreting an unimplemented type as a string into
      a fatal error in debug builds.  Thus, we will catch problems when we
      try to use those types in new I_S tables.
      bfbafe4c
  2. 14 Feb, 2007 1 commit
  3. 13 Feb, 2007 7 commits
  4. 12 Feb, 2007 16 commits
  5. 11 Feb, 2007 3 commits
  6. 09 Feb, 2007 7 commits
  7. 08 Feb, 2007 5 commits