1install plugin mysqlx soname "mysqlx.so";
2call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key..");
3call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed.");
4
5Creating collection in xtest
6----------------------------
7
81 rows affected
9Got expected error (code 0)
10
11command ok
12Got expected error (code 0)
13Got expected error: Table 'fruit' already exists (code 1050)
14Got expected error: Table 'fruit' already exists (code 1050)
15name	type
16fruit	COLLECTION
17command ok
18
19Creating collection in xtest
20----------------------------
21Got expected error: Can't create database 'xtest'; database exists (code 1007)
22Got expected error: Table 'fruit' already exists (code 1050)
23Got expected error: Table 'fruit' already exists (code 1050)
24Got expected error: Table 'fruit' already exists (code 1050)
25name	type
26fruit	COLLECTION
27command ok
28
29Creating collection in xtest
30----------------------------
31Got expected error: Can't create database 'xtest'; database exists (code 1007)
32Got expected error: Table 'fruit' already exists (code 1050)
33Got expected error: Table 'fruit' already exists (code 1050)
34Got expected error: Table 'fruit' already exists (code 1050)
35name	type
36fruit	COLLECTION
37command ok
38
391 rows affected
40
410 rows affected
42
430 rows affected
44Mysqlx.Ok {
45  msg: "bye!"
46}
47ok
48UNINSTALL PLUGIN mysqlx;
49