From a2a2e32c02643a0cec111511220227703fda1cd5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 1 Jul 2024 20:15:00 +0200 Subject: Merging upstream version 1:11.4.2. Signed-off-by: Daniel Baumann --- .../suite/parts/r/partition_decimal_myisam.result | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'mysql-test/suite/parts/r/partition_decimal_myisam.result') diff --git a/mysql-test/suite/parts/r/partition_decimal_myisam.result b/mysql-test/suite/parts/r/partition_decimal_myisam.result index a5175079..90ea5ea8 100644 --- a/mysql-test/suite/parts/r/partition_decimal_myisam.result +++ b/mysql-test/suite/parts/r/partition_decimal_myisam.result @@ -18,11 +18,11 @@ t1 CREATE TABLE `t1` ( insert into t1 values (999999.9999), (-999999.9999), (123456.7899), (-123456.7899), (-1.5), (1), (0), (-1), (1.5), (1234.567), (-1234.567); select * from t1; a --999999.9999 --123456.7899 --1234.5670 --1.5000 -1.0000 +-1.5000 +-1234.5670 +-123456.7899 +-999999.9999 0.0000 1.0000 1.5000 @@ -35,11 +35,11 @@ a delete from t1 where a=1234.567; select * from t1; a --999999.9999 --123456.7899 --1234.5670 --1.5000 -1.0000 +-1.5000 +-1234.5670 +-123456.7899 +-999999.9999 0.0000 1.0000 1.5000 @@ -59,10 +59,10 @@ PARTITIONS 10 insert into t2 values (999999999.999999999), (-999999999.999999999), (-1.5), (-1), (0), (1.5), (1234.567), (-1234.567); select * from t2; a --999999999.999999999 --1234.567000000 --1.500000000 -1.000000000 +-1.500000000 +-1234.567000000 +-999999999.999999999 0.000000000 1.500000000 1234.567000000 @@ -73,10 +73,10 @@ a delete from t2 where a=1234.567; select * from t2; a --999999999.999999999 --1234.567000000 --1.500000000 -1.000000000 +-1.500000000 +-1234.567000000 +-999999999.999999999 0.000000000 1.500000000 999999999.999999999 -- cgit v1.2.3