polardbxengine/mysql-test/suite/x/r/admin_cmd_error_msg.result

28 lines
1.4 KiB
Plaintext

CREATE SCHEMA xtest;
command ok
Got expected error: Invalid value for argument 'notice' (code 5017)
Got expected error: Invalid value for argument 'notice' (code 5017)
Got expected error: Invalid value for argument 'notice[2]' (code 5017)
Got expected error: Invalid value for argument 'schema' (code 5017)
Got expected error: Invalid value for argument 'collection' (code 5017)
Got expected error: Invalid value for argument 'name' (code 5017)
Got expected error: Invalid value for argument 'unique' (code 5017)
Got expected error: Invalid value for argument 'fields' (code 5017)
Got expected error: Invalid value for argument 'fields.field' (code 5017)
Got expected error: Invalid value for argument 'fields.type' (code 5017)
Got expected error: Invalid value for argument 'fields.required' (code 5017)
Got expected error: Invalid value for argument 'fields' (code 5017)
Got expected error: Invalid value for argument 'fields[0]' (code 5017)
Got expected error: Invalid value for argument 'fields[0].field' (code 5017)
Got expected error: Invalid value for argument 'fields[0].type' (code 5017)
Got expected error: Invalid value for argument 'fields[0].required' (code 5017)
Got expected error: Invalid value for argument 'fields[1].field' (code 5017)
Got expected error: Invalid value for argument 'fields[1].type' (code 5017)
Got expected error: Invalid value for argument 'fields[1].required' (code 5017)
Mysqlx.Ok {
msg: "bye!"
}
ok
DROP SCHEMA IF EXISTS xtest;