Revision: 2811
Author:
robert...@continuent.com
Date: Fri Apr 10 22:26:34 2015 UTC
Log: Update Issue 1113
Removed comment accidentally left in from previous fix.
https://code.google.com/p/tungsten-replicator/source/detail?r=2811
Modified:
/branches/3.0.0-maintenance/replicator/samples/extensions/javascript/fixmysqlstrings.js
=======================================
---
/branches/3.0.0-maintenance/replicator/samples/extensions/javascript/fixmysqlstrings.js
Thu Apr 9 18:48:16 2015 UTC
+++
/branches/3.0.0-maintenance/replicator/samples/extensions/javascript/fixmysqlstrings.js
Fri Apr 10 22:26:34 2015 UTC
@@ -169,7 +169,7 @@
if (colDesc.startsWith("BINARY") ||
colDesc.startsWith("VARBINARY")) {
// Convert to a hexadecimal string.
hex = javax.xml.bind.DatatypeConverter.printHexBinary(raw_v);
-
logger.info(hex);
+ //
logger.info(hex);
if (colDesc.startsWith("B")) {
// Conversion cuts off trailing x'00' bytes in BINARY
strings.
// We compute the proper length from the type name and append