config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/engines/funcs/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/engines/funcs/r/tc_column_length_decimals.result

DROP TABLE IF EXISTS t6;
DROP TABLE IF EXISTS t7;
CREATE TABLE t6(c1 DECIMAL(1,0) NULL);
SHOW TABLES;
Tables_in_test
t6
SHOW CREATE TABLE t6;
Table	Create Table
t6	CREATE TABLE `t6` (
  `c1` decimal(1,0) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t6;
SHOW TABLES;
Tables_in_test
CREATE TABLE t7(c1 DECIMAL(5,4) NULL);
SHOW TABLES;
Tables_in_test
t7
SHOW CREATE TABLE t7;
Table	Create Table
t7	CREATE TABLE `t7` (
  `c1` decimal(5,4) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t7;
SHOW TABLES;
Tables_in_test
CREATE TABLE t6(c1 DEC(1,0) NULL);
SHOW TABLES;
Tables_in_test
t6
SHOW CREATE TABLE t6;
Table	Create Table
t6	CREATE TABLE `t6` (
  `c1` decimal(1,0) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t6;
SHOW TABLES;
Tables_in_test
CREATE TABLE t7(c1 DEC(5,4) NULL);
SHOW TABLES;
Tables_in_test
t7
SHOW CREATE TABLE t7;
Table	Create Table
t7	CREATE TABLE `t7` (
  `c1` decimal(5,4) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t7;
SHOW TABLES;
Tables_in_test
CREATE TABLE t6(c1 FIXED(1,0) NULL);
SHOW TABLES;
Tables_in_test
t6
SHOW CREATE TABLE t6;
Table	Create Table
t6	CREATE TABLE `t6` (
  `c1` decimal(1,0) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t6;
SHOW TABLES;
Tables_in_test
CREATE TABLE t7(c1 FIXED(5,4) NULL);
SHOW TABLES;
Tables_in_test
t7
SHOW CREATE TABLE t7;
Table	Create Table
t7	CREATE TABLE `t7` (
  `c1` decimal(5,4) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t7;
SHOW TABLES;
Tables_in_test
CREATE TABLE t6(c1 NUMERIC(1,0) NULL);
SHOW TABLES;
Tables_in_test
t6
SHOW CREATE TABLE t6;
Table	Create Table
t6	CREATE TABLE `t6` (
  `c1` decimal(1,0) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t6;
SHOW TABLES;
Tables_in_test
CREATE TABLE t7(c1 NUMERIC(5,4) NULL);
SHOW TABLES;
Tables_in_test
t7
SHOW CREATE TABLE t7;
Table	Create Table
t7	CREATE TABLE `t7` (
  `c1` decimal(5,4) DEFAULT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t7;
SHOW TABLES;
Tables_in_test
CREATE TABLE t6(c1 DECIMAL(1,0) NOT NULL);
SHOW TABLES;
Tables_in_test
t6
SHOW CREATE TABLE t6;
Table	Create Table
t6	CREATE TABLE `t6` (
  `c1` decimal(1,0) NOT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t6;
SHOW TABLES;
Tables_in_test
CREATE TABLE t7(c1 DECIMAL(5,4) NOT NULL);
SHOW TABLES;
Tables_in_test
t7
SHOW CREATE TABLE t7;
Table	Create Table
t7	CREATE TABLE `t7` (
  `c1` decimal(5,4) NOT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t7;
SHOW TABLES;
Tables_in_test
CREATE TABLE t6(c1 DEC(1,0) NOT NULL);
SHOW TABLES;
Tables_in_test
t6
SHOW CREATE TABLE t6;
Table	Create Table
t6	CREATE TABLE `t6` (
  `c1` decimal(1,0) NOT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t6;
SHOW TABLES;
Tables_in_test
CREATE TABLE t7(c1 DEC(5,4) NOT NULL);
SHOW TABLES;
Tables_in_test
t7
SHOW CREATE TABLE t7;
Table	Create Table
t7	CREATE TABLE `t7` (
  `c1` decimal(5,4) NOT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t7;
SHOW TABLES;
Tables_in_test
CREATE TABLE t6(c1 FIXED(1,0) NOT NULL);
SHOW TABLES;
Tables_in_test
t6
SHOW CREATE TABLE t6;
Table	Create Table
t6	CREATE TABLE `t6` (
  `c1` decimal(1,0) NOT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t6;
SHOW TABLES;
Tables_in_test
CREATE TABLE t7(c1 FIXED(5,4) NOT NULL);
SHOW TABLES;
Tables_in_test
t7
SHOW CREATE TABLE t7;
Table	Create Table
t7	CREATE TABLE `t7` (
  `c1` decimal(5,4) NOT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t7;
SHOW TABLES;
Tables_in_test
CREATE TABLE t6(c1 NUMERIC(1,0) NOT NULL);
SHOW TABLES;
Tables_in_test
t6
SHOW CREATE TABLE t6;
Table	Create Table
t6	CREATE TABLE `t6` (
  `c1` decimal(1,0) NOT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t6;
SHOW TABLES;
Tables_in_test
CREATE TABLE t7(c1 NUMERIC(5,4) NOT NULL);
SHOW TABLES;
Tables_in_test
t7
SHOW CREATE TABLE t7;
Table	Create Table
t7	CREATE TABLE `t7` (
  `c1` decimal(5,4) NOT NULL
) ENGINE=ENGINE DEFAULT CHARSET=latin1
DROP TABLE t7;
SHOW TABLES;
Tables_in_test

Man Man