config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/x/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/x/r/admin_create_index_datetime_mysqlx.result

install plugin mysqlx soname "mysqlx.so";
call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key..");
call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed.");
CREATE SCHEMA xtest DEFAULT CHARSET 'utf8mb4';

command ok

1 rows affected

1 rows affected

1 rows affected

1 rows affected

command ok
Got expected error (code 0)

command ok
Got expected error (code 0)

command ok
Got expected error (code 0)
Table	Non_unique	Key_name		Column_name					Null			
dt	0	PRIMARY	_id	
dt	0	date	$ix_d_E80F7C7AE95C2CF8FB05E041A73DF9EE2447CEC9	YES
dt	1	datetime	$ix_dd_F5D6B5F77819CE213493745B8AE6DA5F73AAF23D	YES
dt	1	time	$ix_dt_r_6E012FD9214AF6ED4266CE93116F58FBD36D62C5	
0 rows affected
Mysqlx.Ok {
  msg: "bye!"
}
ok

command ok
Got expected error (code 0)

command ok
Got expected error (code 0)

command ok
Got expected error (code 0)
Got expected error: Invalid index name (code 5013)
Got expected error: Can't DROP 'timedate'; check that column/key exists (code 1091)
Table	Non_unique	Key_name		Column_name					Null			
dt	0	date	$ix_d_E80F7C7AE95C2CF8FB05E041A73DF9EE2447CEC9	YES
0 rows affected
Mysqlx.Ok {
  msg: "bye!"
}
ok
DROP SCHEMA IF EXISTS xtest;
UNINSTALL PLUGIN mysqlx;

Man Man