Commit e3adf28d authored by Alexander Barkov's avatar Alexander Barkov
Browse files

Additional fix for bug#31455

Getting rid of non-deterministic results of sprintf("%-20g").
Displaying only 3 digits after decimal dot.
parent bdddef04
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1650,7 +1650,7 @@ FLUSH LOGS;
--echo #
let $MYSQLD_DATADIR= `select @@datadir`;
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /Xid = [0-9]*/Xid = #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /Xid = [0-9]*/Xid = #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/ /(@[0-9]*=[0-9]*[.][0-9]{1,3})[0-9e+-]*[^ ]*(.*(FLOAT|DOUBLE).*[*].)/\1...\2/
--exec $MYSQL_BINLOG --base64-output=decode-rows -v -v $MYSQLTEST_VARDIR/log/master-bin.000001

--echo #
@@ -1730,7 +1730,7 @@ FLUSH LOGS;
--echo #
let $MYSQLD_DATADIR= `select @@datadir`;
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /Xid = [0-9]*/Xid = #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /Xid = [0-9]*/Xid = #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/ /(@[0-9]*=[0-9]*[.][0-9]{1,3})[0-9e+-]*[^ ]*(.*(FLOAT|DOUBLE).*[*].)/\1...\2/
--exec $MYSQL_BINLOG --base64-output=decode-rows -v -v $MYSQLTEST_VARDIR/log/master-bin.000001

--echo #
@@ -1853,7 +1853,7 @@ FLUSH LOGS;
--echo #
let $MYSQLD_DATADIR= `select @@datadir`;
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /Xid = [0-9]*/Xid = #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /Xid = [0-9]*/Xid = #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/ /(@[0-9]*=[0-9]*[.][0-9]{1,3})[0-9e+-]*[^ ]*(.*(FLOAT|DOUBLE).*[*].)/\1...\2/
--exec $MYSQL_BINLOG --base64-output=decode-rows -v -v $MYSQLTEST_VARDIR/log/master-bin.000001

--echo #
@@ -1911,7 +1911,7 @@ FLUSH LOGS;
--echo #
let $MYSQLD_DATADIR= `select @@datadir`;
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /Xid = [0-9]*/Xid = #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /Xid = [0-9]*/Xid = #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/ /(@[0-9]*=[0-9]*[.][0-9]{1,3})[0-9e+-]*[^ ]*(.*(FLOAT|DOUBLE).*[*].)/\1...\2/
--exec $MYSQL_BINLOG --base64-output=decode-rows -v -v $MYSQLTEST_VARDIR/log/master-bin.000001

--echo #
+40 −40
Original line number Diff line number Diff line
@@ -2384,10 +2384,10 @@ BEGIN
###   @17=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=-3.40282e+38         /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.17549e-38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.175...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=0                    /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=-1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.225... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=0 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=-000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000000 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -2476,12 +2476,12 @@ BEGIN
###   @16=9223372036854775807 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @17=-1 (18446744073709551615) /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=-1 (18446744073709551615) /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @19=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @27=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -2653,10 +2653,10 @@ BEGIN
###   @17=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=-1.17549e-38         /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.17549e-38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.175...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=1                    /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=-2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.225... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=-000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -2746,10 +2746,10 @@ BEGIN
###   @17=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=-3.40282e+38         /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.17549e-38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.175...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=0                    /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=-1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.225... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=0 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=-000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000000 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -2825,12 +2825,12 @@ BEGIN
###   @16=9223372036854775807 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @17=-1 (18446744073709551615) /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=-1 (18446744073709551615) /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @19=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @27=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -2918,12 +2918,12 @@ BEGIN
###   @16=9223372036854775807 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @17=-1 (18446744073709551615) /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=-1 (18446744073709551615) /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @19=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @27=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -2999,10 +2999,10 @@ BEGIN
###   @17=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=-3.40282e+38         /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.17549e-38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.175...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=0                    /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=-1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.225... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=0 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=-000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000000 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -3172,10 +3172,10 @@ BEGIN
###   @17=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=-1.17549e-38         /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.17549e-38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.175...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=1                    /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=-2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.225... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=-000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -3265,10 +3265,10 @@ BEGIN
###   @17=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=-1.17549e-38         /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.17549e-38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.175...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=1                    /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=-2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.225... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=-000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -3437,12 +3437,12 @@ BEGIN
###   @16=9223372036854775807 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @17=-1 (18446744073709551615) /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=-1 (18446744073709551615) /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=3.40282e+38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @19=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=3.402...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1.797... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @27=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -3531,10 +3531,10 @@ BEGIN
###   @17=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=-3.40282e+38         /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.17549e-38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.175...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=0                    /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=-1.797693134862299941e+308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.225... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=0 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=-000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000000 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
@@ -3624,10 +3624,10 @@ BEGIN
###   @17=0 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @18=1 /* LONGINT meta=0 nullable=1 is_null=0 */
###   @19=-1.17549e-38         /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.17549e-38          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @20=1.175...          /* FLOAT meta=4 nullable=1 is_null=0 */
###   @21=1                    /* FLOAT meta=4 nullable=1 is_null=0 */
###   @22=-2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.2250738585071999009e-308 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @23=2.225... /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @24=1 /* DOUBLE meta=8 nullable=1 is_null=0 */
###   @25=-000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
###   @26=000000009.999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
+40 −40

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -442,5 +442,5 @@ flush logs;

let $MYSQLD_DATADIR= `select @@datadir`;
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/
--replace_regex /SQL_LOAD_MB-[0-9]-[0-9]/SQL_LOAD_MB-#-#/ /exec_time=[0-9]*/exec_time=#/ /end_log_pos [0-9]*/end_log_pos #/ /# at [0-9]*/# at #/ /thread_id=[0-9]*/thread_id=#/ /table id [0-9]*/table id #/ /mapped to number [0-9]*/mapped to number #/ /server v [^ ]*/server v #.##.##/ /(@[0-9]*=[0-9]*[.][0-9]{1,3})[0-9e+-]*[^ ]*(.*(FLOAT|DOUBLE).*[*].)/\1...\2/
--exec $MYSQL_BINLOG --base64-output=decode-rows -v -v $MYSQLTEST_VARDIR/log/master-bin.000001