50 lines
998 B
Plaintext
50 lines
998 B
Plaintext
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;
|