mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 07:54:58 +00:00
Test and fix bug 911996.
This commit is contained in:
@@ -54,7 +54,7 @@ test_diff_where(
|
||||
this_crc => '4a57d814',
|
||||
upper_boundary => '9'
|
||||
},
|
||||
where => "((`id` >= 7)) AND ((`id` <= 9))",
|
||||
where => "((`id` >= '7')) AND ((`id` <= '9'))",
|
||||
);
|
||||
|
||||
# #############################################################################
|
||||
|
Reference in New Issue
Block a user