mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
3214bf8117
mysql-test/include/ps_create.inc: Added comments mysql-test/include/ps_modify.inc: added comments mysql-test/include/ps_modify1.inc: Added comments mysql-test/include/ps_query.inc: Added and modified comments mysql-test/t/ps_1general.test: Description of the test structure and rules how to extend the tests added and one comment modified . mysql-test/t/ps_2myisam.test: Added comments mysql-test/t/ps_3innodb.test: added comments mysql-test/t/ps_4heap.test: added and altered comments mysql-test/t/ps_5merge.test: added comments mysql-test/t/ps_6bdb.test: added comments
21 lines
567 B
Text
21 lines
567 B
Text
###############################################
|
|
# #
|
|
# Prepared Statements test on MYISAM tables #
|
|
# #
|
|
###############################################
|
|
|
|
#
|
|
# NOTE: PLEASE SEE ps_1general.test (bottom)
|
|
# BEFORE ADDING NEW TEST CASES HERE !!!
|
|
|
|
use test;
|
|
|
|
let $type= 'MYISAM' ;
|
|
-- 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;
|