config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/perfschema/include/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/perfschema/include/prepared_stmts_execution.inc

# 
# Execution of all the prepared statements created in 
# prepared_statements_setup.inc.
# 

SET @a = 3;
SET @b = 4;
EXECUTE st1 USING @a, @b;

#SET @table = 't1';
EXECUTE st2;

SET @c=3;
EXECUTE st3 using @c;

EXECUTE st4;



Man Man