ps_7ndb.test 631 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
###############################################
#                                             #
#   Prepared Statements test on NDB tables    #
#                                             #
###############################################

#    
# NOTE: PLEASE SEE ps_1general.test (bottom) 
#       BEFORE ADDING NEW TEST CASES HERE !!!

use test;

-- source include/have_ndb.inc
let $type= 'NDB' ;
unknown's avatar
unknown committed
15
-- source include/ps_create.inc
16 17 18
-- source include/ps_renew.inc

-- source include/ps_query.inc
unknown's avatar
unknown committed
19
-- source include/ps_modify.inc
20 21 22 23
-- source include/ps_modify1.inc
-- source include/ps_conv.inc

drop table t1, t9;
24 25

# End of 4.1 tests