21 lines
488 B
Plaintext
21 lines
488 B
Plaintext
## Test of general functionality of prepare statement sql message
|
|
|
|
## Preamble
|
|
--source include/xplugin_preamble.inc
|
|
--source include/xplugin_create_user.inc
|
|
## Test starts here
|
|
|
|
--source ../include/test_flow_resultset_crud_table.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
|