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); Got expected error: Invalid value of placeholder (code 5154) xteam command ok Got expected error: Invalid value of placeholder (code 5154) 0 rows affected 5 rows affected Records: 5 Duplicates: 0 Warnings: 0 value 56 45 67 command ok 0 rows affected 5 rows affected Records: 5 Duplicates: 0 Warnings: 0 Got expected error: Invalid value of placeholder (code 5154) 0 rows affected 5 rows affected Records: 5 Duplicates: 0 Warnings: 0 modulo count(`value`) 0 2 1 3 command ok 0 rows affected 5 rows affected Records: 5 Duplicates: 0 Warnings: 0 Got expected error: Invalid value of placeholder (code 5154) 0 rows affected 5 rows affected Records: 5 Duplicates: 0 Warnings: 0 modulo count(`value`) 0 2 command ok 0 rows affected 5 rows affected Records: 5 Duplicates: 0 Warnings: 0 Got expected error: Invalid value of placeholder (code 5154) 0 rows affected 5 rows affected Records: 5 Duplicates: 0 Warnings: 0 value 67 56 45 34 23 command ok Mysqlx.Ok { msg: "bye!" } ok DROP SCHEMA IF EXISTS xtest;