mariadb/mysql-test/suite/ndb/r
Alexey Kopytov 12f364ece7 Backport of WL #2934: Make/find library for doing float/double
to string conversions and vice versa" 
Initial import of the dtoa.c code and custom wrappers around it 
to allow its usage from the server code. 
 
Conversion of FLOAT/DOUBLE values to DECIMAL ones or strings 
and vice versa has been significantly reworked. As the new 
algoritms are more precise than the older ones, results of such 
conversions may not always match those obtained from older 
server versions. This in turn may break compatibility for some 
applications. 
 
This patch also fixes the following bugs: 
- bug #12860 "Difference in zero padding of exponent between 
Unix and Windows" 
- bug #21497 "DOUBLE truncated to unusable value" 
- bug #26788 "mysqld (debug) aborts when inserting specific 
numbers into char fields" 
- bug #24541 "Data truncated..." on decimal type columns 
without any good reason"
2009-12-22 19:23:13 +03:00
..
loaddata_autocom_ndb.result WL#4189 2007-12-12 18:19:24 +01:00
ndb_alter_table.result bug #31231 mysql_alter_table() tries to drop a non-existing table 2008-09-15 11:19:56 +02:00
ndb_alter_table2.result
ndb_alter_table3.result
ndb_auto_increment.result ndb_restore.result, ndb_restore.test: 2008-01-25 10:43:30 +01:00
ndb_autoinc.result Shouldn't let the non-deterministic temperary filename output in result file for bug#30417 2008-01-10 17:39:50 +08:00
ndb_basic.result post merge weirdness 2007-10-26 09:06:18 +02:00
ndb_binlog_basic.result Fixed errors found by pushbuild: 2007-08-16 16:47:31 +03:00
ndb_binlog_ddl_multi.result Update name of binlog file for ndb_binlog* tests 2007-12-19 17:16:22 +01:00
ndb_binlog_discover.result Update name of binlog file for ndb_binlog* tests 2007-12-19 17:16:22 +01:00
ndb_binlog_format.result Merge BUG#43263 from 5.0-bugteam to 5.1-bugteam 2009-05-31 13:44:41 +08:00
ndb_binlog_ignore_db.result Update name of binlog file for ndb_binlog* tests 2007-12-19 17:16:22 +01:00
ndb_binlog_log_bin.result Update name of binlog file for ndb_binlog* tests 2007-12-19 17:16:22 +01:00
ndb_binlog_multi.result Update name of binlog file for ndb_binlog* tests 2007-12-19 17:16:22 +01:00
ndb_bitfield.result WL#2110 (SIGNAL) 2009-09-10 03:18:29 -06:00
ndb_blob.result backport test for bug#30674 2007-12-10 13:29:23 +01:00
ndb_blob_partition.result
ndb_bug26793.result rpl_ndb_dd_partitions-slave.opt: 2007-08-21 16:26:00 +02:00
ndb_bug31477.result ndb - bug#31477 - in 5.1 move ndb_bug31477.test to suite/ndb 2008-01-29 15:02:03 +01:00
ndb_cache.result
ndb_cache2.result
ndb_cache_multi.result
ndb_cache_multi2.result
ndb_charset.result bug#21072 Duplicate key error in NDB references wrong key: Post-merge fixes 2007-12-07 11:05:19 +01:00
ndb_condition_pushdown.result Merge sama.ndb.mysql.com:/export/space/pekka/ndb/version/my50-bug34107 2008-01-31 14:47:50 +01:00
ndb_config.result WL#4189 2007-12-12 18:19:24 +01:00
ndb_config2.result
ndb_cursor.result
ndb_database.result
ndb_dd_alter.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
ndb_dd_basic.result WL#2110 (SIGNAL) 2009-09-10 03:18:29 -06:00
ndb_dd_ddl.result Backporting another patch for WL#4300 (Define privileges for tablespaces). 2009-10-10 00:01:51 +04:00
ndb_dd_disk2memory.result
ndb_dd_dump.result ndb_dd_dump.test, ndb_dd_dump.result: 2007-08-21 21:22:35 +02:00
ndb_dd_sql_features.result
ndb_gis.result Backport of WL #2934: Make/find library for doing float/double 2009-12-22 19:23:13 +03:00
ndb_grant.result
ndb_index.result
ndb_index_ordered.result
ndb_index_unique.result WL#751 Error message construction, backport 2009-10-15 17:23:43 +05:00
ndb_insert.result Merge mysql.com:/home/marty/MySQL/mysql-5.0-ndb 2007-11-05 21:11:15 +01:00
ndb_limit.result
ndb_load.result WL#4189 2007-12-12 18:19:24 +01:00
ndb_loaddatalocal.result WL#4189 2007-12-12 18:19:24 +01:00
ndb_lock.result
ndb_lock_table.result BUG#30996: Committed too early when autocommit and lock table 2007-09-14 00:10:47 +02:00
ndb_minmax.result
ndb_multi.result workaround for case insensitive filesystems 2007-11-05 13:33:20 +01:00
ndb_multi_row.result Post merge fixes 2009-09-11 01:15:41 -06:00
ndb_partition_error.result WL#2110 (SIGNAL) 2009-09-10 03:18:29 -06:00
ndb_partition_error2.result
ndb_partition_key.result Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
ndb_partition_list.result
ndb_partition_range.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
ndb_read_multi_range.result Drop all tables before test case ends 2008-04-11 15:32:34 +02:00
ndb_rename.result
ndb_replace.result WL#4189 2007-12-12 18:19:24 +01:00
ndb_restore.result Bug#35427 INFORMATION_SCHEMA.TABLES.TABLE_CATALOG is NULL, should be "def" 2009-10-23 16:02:20 +05:00
ndb_restore_compat.result Merge jhe@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb 2007-08-30 16:17:32 +08:00
ndb_restore_different_endian_data.result Backport of WL #2934: Make/find library for doing float/double 2009-12-22 19:23:13 +03:00
ndb_restore_partition.result Bug#41307: Tests using include/ndb_backup.inc won't work on Windows due to 'grep' call. 2009-03-16 17:36:14 -04:00
ndb_restore_print.result merge 5.0 -> 5.1 2009-03-15 18:39:48 -04:00
ndb_row_format.result WL#2110 (SIGNAL) 2009-09-10 03:18:29 -06:00
ndb_single_user.result WL#2110 (SIGNAL) 2009-09-10 03:18:29 -06:00
ndb_sp.result
ndb_subquery.result
ndb_temporary.result WL#3732 Information schema optimization 2007-08-03 03:14:05 +05:00
ndb_transaction.result
ndb_trigger.result WL#4189 2007-12-12 18:19:24 +01:00
ndb_truncate.result
ndb_types.result
ndb_update.result bug#21072 Duplicate key error in NDB references wrong key: Post-merge fixes 2007-12-07 11:05:19 +01:00
ndb_update_no_read.result commit of WL#3686 test case already in 5.1 to get regression testing, no code committed 2007-10-26 11:42:33 +02:00
ndb_view.result
ndbapi.result
ps_7ndb.result Backport of WL #2934: Make/find library for doing float/double 2009-12-22 19:23:13 +03:00
strict_autoinc_5ndb.result