mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Don't auto-vivify clustered_key hashref in PTDEBUG.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
DROP DATABASE IF EXISTS bug_1036804;
|
||||
CREATE DATABASE bug_1036804;
|
||||
USE bug_1036804;
|
||||
CREATE TABLE `t` (
|
||||
`col1` int(11) DEFAULT NULL,
|
||||
`col2` int(11) DEFAULT NULL,
|
||||
KEY `col1` (`col1`),
|
||||
KEY `col2` (`col2`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
Reference in New Issue
Block a user