MINI MINI MANI MO

Path : /opt/mysql/mysql-test/suite/x/r/
File Upload :
Current File : //opt/mysql/mysql-test/suite/x/r/stmtexecute_query_no_result.result

install plugin mysqlx soname "mysqlx.so";
call mtr.add_suppression("Plugin mysqlx reported: .Failed at SSL configuration: .SSL context is not usable without certificate and private key..");
call mtr.add_suppression("Plugin mysqlx reported: .SSL_CTX_load_verify_locations failed.");
RUN drop schema if exists xtest

0 rows affected
RUN create schema xtest

1 rows affected
RUN use xtest

0 rows affected
RUN create table mytable (pk int primary key auto_increment, data varchar(100))

0 rows affected
RUN create procedure result_and_error ()
begin
select 1;
select * from invalid_table;
end

0 rows affected
send Mysqlx.Sql.StmtExecute {
  stmt: "insert into mytable values (DEFAULT, \'one\')"
}


1 rows affected
last insert id: 1
send Mysqlx.Sql.StmtExecute {
  stmt: "insert into mytable values (DEFAULT, \'two\')"
}


1 rows affected
last insert id: 2
send Mysqlx.Sql.StmtExecute {
  stmt: "insert into mytable values (DEFAULT, \'three\')"
}


1 rows affected
last insert id: 3
RUN drop schema if exists xtest

1 rows affected
Mysqlx.Ok {
  msg: "bye!"
}
ok
uninstall plugin mysqlx;

OHA YOOOO