mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
021242bc6c
various fixes (for mysql-test-run at least): * accept --no-defaults * 4.0 compatible password handling (only it no other argumensts, only if doesn't start with --) ps_3innodb.test: only run ps_3innodb.test if innodb is present mysql-test-run.sh: it's --verbose, not --verbose=1
23 lines
602 B
Text
23 lines
602 B
Text
###############################################
|
|
# #
|
|
# Prepared Statements test on InnoDB tables #
|
|
# #
|
|
###############################################
|
|
|
|
#
|
|
# NOTE: PLEASE SEE ps_1general.test (bottom)
|
|
# BEFORE ADDING NEW TEST CASES HERE !!!
|
|
|
|
use test;
|
|
|
|
-- source include/have_innodb.inc
|
|
|
|
let $type= 'InnoDB' ;
|
|
-- source include/ps_create.inc
|
|
-- source include/ps_renew.inc
|
|
|
|
-- source include/ps_query.inc
|
|
-- source include/ps_modify.inc
|
|
-- source include/ps_modify1.inc
|
|
|
|
drop table t1, t_many_col_types;
|