diff options
author | Alexander Barkov <bar@mysql.com> | 2008-08-22 15:26:56 +0500 |
---|---|---|
committer | Alexander Barkov <bar@mysql.com> | 2008-08-22 15:26:56 +0500 |
commit | 642aa1111477a2ac9dd37784aad857df203992f4 (patch) | |
tree | 71b3653fbf948756b86cc9bff1184588b748e412 /mysql-test/r/mysqlbinlog_row.result | |
parent | 2e4a7ba0c75b7ffaf76c93b5d21fa1d8223b083a (diff) | |
download | mariadb-git-642aa1111477a2ac9dd37784aad857df203992f4.tar.gz |
Recording the result (forgot in previous commit)
Diffstat (limited to 'mysql-test/r/mysqlbinlog_row.result')
-rw-r--r-- | mysql-test/r/mysqlbinlog_row.result | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/mysqlbinlog_row.result b/mysql-test/r/mysqlbinlog_row.result index 78e0aa1b4b8..39ca296e343 100644 --- a/mysql-test/r/mysqlbinlog_row.result +++ b/mysql-test/r/mysqlbinlog_row.result @@ -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/*!*/; |