config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/ndb/t/

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/ndb/t/ndb_wl946_create.inc

# create table for ndb_946 tests

eval
create table t1 (
  a int not null,
  b year not null default '2000',
  c date not null default '2000-01-02',
  d time$prec not null default '10:11:12$frac',
  e datetime$prec not null default '2000-01-02 10:11:12$frac',
  f timestamp$prec not null default '2000-01-02 10:11:12$frac',
  primary key using hash (a),
  index bx (b),
  index cx (c),
  index dx (d),
  index ex (e),
  index fx (f)
) engine=ndb;



Man Man