21 lines
493 B
Plaintext
21 lines
493 B
Plaintext
## Test of that verifies X Protocol flow for standard SQL queires
|
|
|
|
## Preamble
|
|
--source include/xplugin_preamble.inc
|
|
--source include/xplugin_create_user.inc
|
|
## Test starts here
|
|
|
|
--source ../include/test_flow_resultset_stmtexecute_sql.inc
|
|
|
|
CALL recreate_tables();
|
|
|
|
exec $MYSQLXTEST
|
|
-ux_root --password=''
|
|
--schema=xtest
|
|
--file=$MYSQL_TMP_DIR/resultset.xpl 2>&1;
|
|
|
|
## Cleanup
|
|
DROP SCHEMA IF EXISTS xtest;
|
|
--remove_files_wildcard $MYSQL_TMP_DIR *.xpl
|
|
--source include/xplugin_drop_user.inc
|