mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 19:04:59 +00:00
Add forked Maatkit tools in bin/ and their tests in t/.
This commit is contained in:
6
t/pt-fk-error-logger/samples/fke_tbl.sql
Normal file
6
t/pt-fk-error-logger/samples/fke_tbl.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP TABLE IF EXISTS foreign_key_errors;
|
||||
CREATE TABLE foreign_key_errors (
|
||||
ts datetime NOT NULL,
|
||||
error text NOT NULL,
|
||||
PRIMARY KEY (ts)
|
||||
)
|
Reference in New Issue
Block a user