mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 08:57:24 +00:00
Update create_replicate_table.t, filters.t, and float_precision.t. Remove unused before.sql.
This commit is contained in:
7
t/pt-table-checksum/samples/float_precision.sql
Normal file
7
t/pt-table-checksum/samples/float_precision.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DROP DATABASE IF EXISTS float_precision;
|
||||
CREATE DATABASE float_precision;
|
||||
USE float_precision;
|
||||
CREATE TABLE t (
|
||||
a float not null primary key,
|
||||
b double
|
||||
);
|
Reference in New Issue
Block a user