mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
Failing test case for bug 1229861.
This commit is contained in:
12
t/pt-table-sync/samples/sync-float.sql
Normal file
12
t/pt-table-sync/samples/sync-float.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
DROP DATABASE IF EXISTS sync_float_1229861;
|
||||
CREATE DATABASE sync_float_1229861;
|
||||
USE sync_float_1229861;
|
||||
CREATE TABLE `t` (
|
||||
`c1` int(10) DEFAULT NULL,
|
||||
`c2` int(10) DEFAULT NULL,
|
||||
`c3` int(10) DEFAULT NULL,
|
||||
`snrmin` float(3,1) DEFAULT NULL,
|
||||
`snrmax` float(3,1) DEFAULT NULL,
|
||||
`snravg` float(3,1) DEFAULT NULL,
|
||||
KEY `c2` (`c2`,`c3`)
|
||||
) ENGINE=InnoDB;
|
Reference in New Issue
Block a user