diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2007-03-27 11:30:53 -0400 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2007-03-27 11:30:53 -0400 |
commit | 60fb9a03a4e94e651ba459e60bebf38e1de86344 (patch) | |
tree | 6e8f648a1d4bc6fc6b40faa16edfb5e116ee9c3b /heap/_rectest.c | |
parent | 9d66be72b0ee079cecc39e09d4f4c0f7e1849dbc (diff) | |
download | mariadb-git-60fb9a03a4e94e651ba459e60bebf38e1de86344.tar.gz |
Bug#26600: table PROFILING in INFORMATION SCHEMA has wrong data type
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.
sql/sql_show.cc:
Add floating-point types to information_schema output.
Diffstat (limited to 'heap/_rectest.c')
0 files changed, 0 insertions, 0 deletions