List:Commits« Previous MessageNext Message »
From:Alexander Barkov Date:August 22 2008 12:28pm
Subject:bzr push into mysql-5.1 branch (bar:2684 to 2685)
View as plain text  
 2685 Alexander Barkov	2008-08-22
      Recording the result (forgot in previous commit)
modified:
  mysql-test/r/mysqlbinlog_row.result

 2684 Alexander Barkov	2008-08-22
      Additional fix for bug#31455
      Getting rid of non-deterministic results of sprintf("%-20g").
      Displaying only 3 digits after decimal dot.
modified:
  mysql-test/include/mysqlbinlog_row_engine.inc
  mysql-test/r/mysqlbinlog_row_innodb.result
  mysql-test/r/mysqlbinlog_row_myisam.result
  mysql-test/t/mysqlbinlog_row.test

=== modified file 'mysql-test/r/mysqlbinlog_row.result'
--- a/mysql-test/r/mysqlbinlog_row.result	2008-08-22 04:22:16 +0000
+++ b/mysql-test/r/mysqlbinlog_row.result	2008-08-22 10:26:56 +0000
@@ -1308,7 +1308,7 @@ BEGIN
 #010909  4:46:40 server id 1  end_log_pos # 	Write_rows: table id # flags: STMT_END_F
 ### INSERT INTO test.t1
 ### SET
-###   @1=123.223              /* FLOAT meta=4 nullable=1 is_null=0 */
+###   @1=123.223...              /* FLOAT meta=4 nullable=1 is_null=0 */
 # at #
 #010909  4:46:40 server id 1  end_log_pos # 	Query	thread_id=#	exec_time=#	error_code=0
 SET TIMESTAMP=1000000000/*!*/;
@@ -1325,7 +1325,7 @@ BEGIN
 #010909  4:46:40 server id 1  end_log_pos # 	Delete_rows: table id # flags: STMT_END_F
 ### DELETE FROM test.t1
 ### WHERE
-###   @1=123.223              /* FLOAT meta=4 nullable=1 is_null=0 */
+###   @1=123.223...              /* FLOAT meta=4 nullable=1 is_null=0 */
 # at #
 #010909  4:46:40 server id 1  end_log_pos # 	Query	thread_id=#	exec_time=#	error_code=0
 SET TIMESTAMP=1000000000/*!*/;
@@ -1352,7 +1352,7 @@ BEGIN
 #010909  4:46:40 server id 1  end_log_pos # 	Write_rows: table id # flags: STMT_END_F
 ### INSERT INTO test.t1
 ### SET
-###   @1=123434.22344544999942 /* DOUBLE meta=8 nullable=1 is_null=0 */
+###   @1=123434.223... /* DOUBLE meta=8 nullable=1 is_null=0 */
 # at #
 #010909  4:46:40 server id 1  end_log_pos # 	Query	thread_id=#	exec_time=#	error_code=0
 SET TIMESTAMP=1000000000/*!*/;
@@ -1369,7 +1369,7 @@ BEGIN
 #010909  4:46:40 server id 1  end_log_pos # 	Delete_rows: table id # flags: STMT_END_F
 ### DELETE FROM test.t1
 ### WHERE
-###   @1=123434.22344544999942 /* DOUBLE meta=8 nullable=1 is_null=0 */
+###   @1=123434.223... /* DOUBLE meta=8 nullable=1 is_null=0 */
 # at #
 #010909  4:46:40 server id 1  end_log_pos # 	Query	thread_id=#	exec_time=#	error_code=0
 SET TIMESTAMP=1000000000/*!*/;

Thread
bzr push into mysql-5.1 branch (bar:2684 to 2685) Alexander Barkov22 Aug