# t/iuds_tests2.txt
#
# Testprogram (collection of INSERT/UPDATE/DELETE/SELECT/LOGIN) for a stress
# test client.
#
# Created: 2006-06-01 ML

# Testcases using prepared statements but no STORED PROCEDUREs or transactions
# Three times tb1_eng1_sel1 to get at least an acceptable number
# of threads running pure selects.
tb1_eng1_sel1
tb1_eng1_sel1
tb1_eng1_sel1

# Testcases using transactions but no STORED PROCEDUREs
# The insert tests appear two times, because they insert half the amount of records
# being deleted in the delete tests.
tb1_eng1_ins1
tb1_eng1_ins2
tb1_eng1_ins3
tb1_eng1_ins4
tb1_eng1_ins5
tb1_eng1_ins6
tb1_eng1_ins1
tb1_eng1_ins2
tb1_eng1_ins3
tb1_eng1_ins4
tb1_eng1_ins5
tb1_eng1_ins6
tb1_eng1_del1
tb1_eng1_del2
tb1_eng1_del3
tb1_eng1_del4
tb1_eng1_del5
tb1_eng1_del6
tb1_eng1_upd1
tb1_eng1_upd2
tb1_eng1_upd3
tb1_eng1_upd4
tb1_eng1_upd5
tb1_eng1_upd6
#    upd[7..10] perform PRIMARY KEY column UPDATEs :)
tb1_eng1_upd7
tb1_eng1_upd8
tb1_eng1_upd9
tb1_eng1_upd10

justlogin
# Testcases with STORED PROCEDUREs and CURSORs but no transactions
tb1_eng1_del
tb1_eng1_ins
tb1_eng1_upd
tb1_eng2_del
tb1_eng2_ins
tb1_eng2_upd
tb1_slct
