mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
f2e036aa5f
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
18 lines
496 B
Text
18 lines
496 B
Text
###############################################
|
|
# #
|
|
# Prepared Statements test on BDB tables #
|
|
# #
|
|
###############################################
|
|
|
|
use test;
|
|
|
|
-- source include/have_bdb.inc
|
|
let $type= 'BDB' ;
|
|
-- 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;
|