summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/parts/r/partition_decimal_myisam.result
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:00 +0000
commita2a2e32c02643a0cec111511220227703fda1cd5 (patch)
tree69cc2b631234c2a8e026b9cd4d72676c61c594df /mysql-test/suite/parts/r/partition_decimal_myisam.result
parentReleasing progress-linux version 1:10.11.8-1~progress7.99u1. (diff)
downloadmariadb-a2a2e32c02643a0cec111511220227703fda1cd5.tar.xz
mariadb-a2a2e32c02643a0cec111511220227703fda1cd5.zip
Merging upstream version 1:11.4.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mysql-test/suite/parts/r/partition_decimal_myisam.result')
-rw-r--r--mysql-test/suite/parts/r/partition_decimal_myisam.result28
1 files changed, 14 insertions, 14 deletions
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