mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
Don't quote FLOAT or DOUBLE in Quoter::quote_val().
This commit is contained in:
@@ -48,7 +48,7 @@ $output = `$trunk/bin/pt-table-sync --sync-to-master h=127.1,P=12346,u=msandbox,
|
||||
$output = remove_traces($output);
|
||||
is(
|
||||
$output,
|
||||
"REPLACE INTO `test`.`fl`(`id`, `f`, `d`) VALUES ('1', '1.0000011921', '2.0000012');
|
||||
"REPLACE INTO `test`.`fl`(`id`, `f`, `d`) VALUES ('1', 1.0000011921, 2.0000012);
|
||||
",
|
||||
'No --float-precision so double col diff at high precision (issue 410)'
|
||||
);
|
||||
|
Reference in New Issue
Block a user