From 25624baa14a9847c8462ba69c07feca2ecefb3e3 Mon Sep 17 00:00:00 2001 From: AlexMiroshnikov Date: Sun, 8 May 2022 12:54:46 +0200 Subject: [PATCH] DBZ-5040 Fix typo about decimal.handling decimal.handling VS decimal.handing - "l" was missing --- documentation/modules/ROOT/pages/connectors/mysql.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/modules/ROOT/pages/connectors/mysql.adoc b/documentation/modules/ROOT/pages/connectors/mysql.adoc index a1a0a1b76..4c323941a 100644 --- a/documentation/modules/ROOT/pages/connectors/mysql.adoc +++ b/documentation/modules/ROOT/pages/connectors/mysql.adoc @@ -1545,7 +1545,7 @@ Represents the number of milliseconds since the epoch, and does not include time decimal.handling.mode=precise:: + -.Mappings when `decimal.handing.mode=precise` +.Mappings when `decimal.handling.mode=precise` [cols="30%a,15%a,55%a",options="header",subs="+attributes"] |=== |MySQL type |Literal type |Semantic type @@ -1564,7 +1564,7 @@ The `scale` schema parameter contains an integer that represents how many digits decimal.handling.mode=double:: + -.Mappings when `decimal.handing.mode=double` +.Mappings when `decimal.handling.mode=double` [cols="30%a,30%a,40%a",options="header",subs="+attributes"] |=== |MySQL type |Literal type |Semantic type @@ -1581,7 +1581,7 @@ a|_n/a_ decimal.handling.mode=string:: + -.Mappings when `decimal.handing.mode=string` +.Mappings when `decimal.handling.mode=string` [cols="30%a,30%a,40%a",options="header",subs="+attributes"] |=== |MySQL type |Literal type |Semantic type