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

61 lines
839 B
Plaintext

DROP SCHEMA IF EXISTS xtest;
Warnings:
Note 1008 Can't drop database 'xtest'; database doesn't exist
CREATE SCHEMA xtest;
CREATE TABLE xtest.xtable (value FLOAT);
0 rows affected
5 rows affected
Records: 5 Duplicates: 0 Warnings: 0
Got expected error: Invalid value of placeholder (code 5154)
value
34.2
23.1
56.3
45.4
67.5
0 rows affected
0 rows affected
5 rows affected
Records: 5 Duplicates: 0 Warnings: 0
2 rows affected
value
34.2
23.1
45.4
0 rows affected
0 rows affected
5 rows affected
Records: 5 Duplicates: 0 Warnings: 0
Got expected error: Invalid value of placeholder (code 5154)
value
34.2
23.1
56.3
45.4
67.5
0 rows affected
0 rows affected
5 rows affected
Records: 5 Duplicates: 0 Warnings: 0
2 rows affected
value
56.3
45.4
67.5
0 rows affected
Mysqlx.Ok {
msg: "bye!"
}
ok
DROP SCHEMA IF EXISTS xtest;