mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
Failing test case.
This commit is contained in:
18
t/pt-show-grants/samples/column-grants.sql
Normal file
18
t/pt-show-grants/samples/column-grants.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
drop database if exists test;
|
||||
create database test;
|
||||
use test;
|
||||
|
||||
CREATE TABLE t (
|
||||
`SOrNum` mediumint(9) unsigned NOT NULL auto_increment,
|
||||
`SPNum` mediumint(9) unsigned NOT NULL,
|
||||
`DateCreated` timestamp NOT NULL default CURRENT_TIMESTAMP,
|
||||
`DateRelease` timestamp NOT NULL default '0000-00-00 00:00:00',
|
||||
`ActualReleasedDate` timestamp NULL default NULL,
|
||||
`PckPrice` decimal(10,2) NOT NULL default '0.00',
|
||||
`Status` varchar(20) NOT NULL,
|
||||
`PaymentStat` varchar(20) NOT NULL default 'Unpaid',
|
||||
`CusCode` int(9) unsigned NOT NULL,
|
||||
`SANumber` mediumint(9) unsigned NOT NULL default '0',
|
||||
`SpecialInstruction` varchar(500) default NULL,
|
||||
PRIMARY KEY (`SOrNum`)
|
||||
) ENGINE=InnoDB;
|
1
t/pt-show-grants/samples/column-grants.txt
Normal file
1
t/pt-show-grants/samples/column-grants.txt
Normal file
@@ -0,0 +1 @@
|
||||
--
|
Reference in New Issue
Block a user