@@ -653,6 +695,7 @@ INSERT INTO federated.t1 (name, floatval, other)
VALUES('foo',33.33333332,NULL);
INSERTINTOfederated.t1(name,floatval,other)
VALUES(0,00.3333,NULL);
--sorted_result
SELECT*FROMfederated.t1;
SELECTcount(*)FROMfederated.t1
WHEREidISNULL
...
...
@@ -683,6 +726,7 @@ INSERT INTO federated.t1 VALUES (1, " MySQL supports a number of column types in
INSERTINTOfederated.t1VALUES(2,"All arithmetic is done using signed BIGINT or DOUBLE values, so you should not use unsigned big integers larger than 9223372036854775807 (63 bits) except with bit functions! If you do that, some of the last digits in the result may be wrong because of rounding errors when converting a BIGINT value to a DOUBLE.");
INSERTINTOfederated.t1VALUES(3," A floating-point number. p represents the precision. It can be from 0 to 24 for a single-precision floating-point number and from 25 to 53 for a double-precision floating-point number. These types are like the FLOAT and DOUBLE types described immediately following. FLOAT(p) has the same range as the corresponding FLOAT and DOUBLE types, but the display size and number of decimals are undefined. ");
INSERTINTOfederated.t1VALUES(4,"Die �bersetzung einer so umfangreichen technischen Dokumentation wie des MySQL-Referenzhandbuchs ist schon eine besondere Herausforderung. Zumindest f�r jemanden, der seine Zielsprache ernst nimmt:");