Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
29ac245d
Commit
29ac245d
authored
Sep 07, 2015
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-8473: mysqlbinlog -v does not properly decode DECIMAL values in an RBR log
Backport of upstream patch. revno: 5696
parent
102a85f9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
79 additions
and
84 deletions
+79
-84
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row.result
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row.result
+3
-3
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row_innodb.result
...-test/suite/binlog/r/binlog_mysqlbinlog_row_innodb.result
+36
-36
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row_myisam.result
...-test/suite/binlog/r/binlog_mysqlbinlog_row_myisam.result
+36
-36
sql/log_event.cc
sql/log_event.cc
+4
-9
No files found.
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row.result
View file @
29ac245d
...
...
@@ -1409,7 +1409,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=
000000124.450000
000 /* DECIMAL(10,5) meta=2565 nullable=1 is_null=0 */
### @1=
124.45
000 /* DECIMAL(10,5) meta=2565 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/*!*/;
...
...
@@ -1426,7 +1426,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=-
000000543.210000
000 /* DECIMAL(10,5) meta=2565 nullable=1 is_null=0 */
### @1=-
543.21
000 /* DECIMAL(10,5) meta=2565 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/*!*/;
...
...
@@ -1443,7 +1443,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=
000000124.450000
000 /* DECIMAL(10,5) meta=2565 nullable=1 is_null=0 */
### @1=
124.45
000 /* DECIMAL(10,5) meta=2565 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/*!*/;
...
...
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row_innodb.result
View file @
29ac245d
...
...
@@ -2390,9 +2390,9 @@ BEGIN
### @22=-1.797... /* 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=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='1000:01:01' /* DATE meta=0 nullable=1 is_null=0 */
### @29=1000-01-01 00:00:00 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=75601 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2483,9 +2483,9 @@ BEGIN
### @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 */
### @25=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='9999:12:31' /* DATE meta=0 nullable=1 is_null=0 */
### @29=9999-12-31 23:59:59 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=2146522447 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2659,9 +2659,9 @@ BEGIN
### @22=-2.225... /* 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 */
### @27=
00000000
1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='2008:08:04' /* DATE meta=0 nullable=1 is_null=0 */
### @29=2008-08-04 16:18:06 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=1217855904 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2752,9 +2752,9 @@ BEGIN
### @22=-1.797... /* 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=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='1000:01:01' /* DATE meta=0 nullable=1 is_null=0 */
### @29=1000-01-01 00:00:00 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=75601 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2832,9 +2832,9 @@ BEGIN
### @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 */
### @25=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='9999:12:31' /* DATE meta=0 nullable=1 is_null=0 */
### @29=9999-12-31 23:59:59 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=2146522447 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2925,9 +2925,9 @@ BEGIN
### @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 */
### @25=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='9999:12:31' /* DATE meta=0 nullable=1 is_null=0 */
### @29=9999-12-31 23:59:59 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=2146522447 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3005,9 +3005,9 @@ BEGIN
### @22=-1.797... /* 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=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='1000:01:01' /* DATE meta=0 nullable=1 is_null=0 */
### @29=1000-01-01 00:00:00 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=75601 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3178,9 +3178,9 @@ BEGIN
### @22=-2.225... /* 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 */
### @27=
00000000
1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='2008:08:04' /* DATE meta=0 nullable=1 is_null=0 */
### @29=2008-08-04 16:18:06 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=1217855904 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3271,9 +3271,9 @@ BEGIN
### @22=-2.225... /* 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 */
### @27=
00000000
1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='2008:08:04' /* DATE meta=0 nullable=1 is_null=0 */
### @29=2008-08-04 16:18:06 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=1217855904 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3444,9 +3444,9 @@ BEGIN
### @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 */
### @25=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='9999:12:31' /* DATE meta=0 nullable=1 is_null=0 */
### @29=9999-12-31 23:59:59 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=2146522447 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3537,9 +3537,9 @@ BEGIN
### @22=-1.797... /* 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=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='1000:01:01' /* DATE meta=0 nullable=1 is_null=0 */
### @29=1000-01-01 00:00:00 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=75601 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3630,9 +3630,9 @@ BEGIN
### @22=-2.225... /* 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 */
### @27=
00000000
1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='2008:08:04' /* DATE meta=0 nullable=1 is_null=0 */
### @29=2008-08-04 16:18:06 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=1217855904 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
mysql-test/suite/binlog/r/binlog_mysqlbinlog_row_myisam.result
View file @
29ac245d
...
...
@@ -2390,9 +2390,9 @@ BEGIN
### @22=-1.797... /* 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=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='1000:01:01' /* DATE meta=0 nullable=1 is_null=0 */
### @29=1000-01-01 00:00:00 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=75601 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2485,9 +2485,9 @@ BEGIN
### @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 */
### @25=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='9999:12:31' /* DATE meta=0 nullable=1 is_null=0 */
### @29=9999-12-31 23:59:59 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=2146522447 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2663,9 +2663,9 @@ BEGIN
### @22=-2.225... /* 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 */
### @27=
00000000
1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='2008:08:04' /* DATE meta=0 nullable=1 is_null=0 */
### @29=2008-08-04 16:18:06 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=1217855904 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2758,9 +2758,9 @@ BEGIN
### @22=-1.797... /* 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=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='1000:01:01' /* DATE meta=0 nullable=1 is_null=0 */
### @29=1000-01-01 00:00:00 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=75601 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2838,9 +2838,9 @@ BEGIN
### @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 */
### @25=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='9999:12:31' /* DATE meta=0 nullable=1 is_null=0 */
### @29=9999-12-31 23:59:59 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=2146522447 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -2933,9 +2933,9 @@ BEGIN
### @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 */
### @25=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='9999:12:31' /* DATE meta=0 nullable=1 is_null=0 */
### @29=9999-12-31 23:59:59 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=2146522447 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3013,9 +3013,9 @@ BEGIN
### @22=-1.797... /* 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=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='1000:01:01' /* DATE meta=0 nullable=1 is_null=0 */
### @29=1000-01-01 00:00:00 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=75601 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3188,9 +3188,9 @@ BEGIN
### @22=-2.225... /* 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 */
### @27=
00000000
1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='2008:08:04' /* DATE meta=0 nullable=1 is_null=0 */
### @29=2008-08-04 16:18:06 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=1217855904 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3283,9 +3283,9 @@ BEGIN
### @22=-2.225... /* 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 */
### @27=
00000000
1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='2008:08:04' /* DATE meta=0 nullable=1 is_null=0 */
### @29=2008-08-04 16:18:06 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=1217855904 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3458,9 +3458,9 @@ BEGIN
### @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 */
### @25=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='9999:12:31' /* DATE meta=0 nullable=1 is_null=0 */
### @29=9999-12-31 23:59:59 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=2146522447 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3553,9 +3553,9 @@ BEGIN
### @22=-1.797... /* 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=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0
00000000
/* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=0 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='1000:01:01' /* DATE meta=0 nullable=1 is_null=0 */
### @29=1000-01-01 00:00:00 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=75601 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
@@ -3648,9 +3648,9 @@ BEGIN
### @22=-2.225... /* 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 */
### @27=
00000000
1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @25=-
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @26=
9
999999999 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @27=1 /* DECIMAL(10,0) meta=2560 nullable=1 is_null=0 */
### @28='2008:08:04' /* DATE meta=0 nullable=1 is_null=0 */
### @29=2008-08-04 16:18:06 /* DATETIME meta=0 nullable=1 is_null=0 */
### @30=1217855904 /* TIMESTAMP meta=0 nullable=0 is_null=0 */
...
...
sql/log_event.cc
View file @
29ac245d
...
...
@@ -2012,15 +2012,10 @@ log_event_print_value(IO_CACHE *file, const uchar *ptr,
my_decimal
dec
;
binary2my_decimal
(
E_DEC_FATAL_ERROR
,
(
uchar
*
)
ptr
,
&
dec
,
precision
,
decimals
);
int
i
,
end
;
char
buff
[
512
],
*
pos
;
pos
=
buff
;
pos
+=
sprintf
(
buff
,
"%s"
,
dec
.
sign
()
?
"-"
:
""
);
end
=
ROUND_UP
(
dec
.
frac
)
+
ROUND_UP
(
dec
.
intg
)
-
1
;
for
(
i
=
0
;
i
<
end
;
i
++
)
pos
+=
sprintf
(
pos
,
"%09d."
,
dec
.
buf
[
i
]);
pos
+=
sprintf
(
pos
,
"%09d"
,
dec
.
buf
[
i
]);
my_b_printf
(
file
,
"%s"
,
buff
);
int
length
=
DECIMAL_MAX_STR_LENGTH
;
char
buff
[
DECIMAL_MAX_STR_LENGTH
+
1
];
decimal2string
(
&
dec
,
buff
,
&
length
,
0
,
0
,
0
);
my_b_write
(
file
,
(
uchar
*
)
buff
,
length
);
my_snprintf
(
typestr
,
typestr_length
,
"DECIMAL(%d,%d)"
,
precision
,
decimals
);
return
bin_size
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment