diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-08-28 16:41:23 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-08-28 16:41:23 +0300 |
commit | 9210160c5560c61044dd1529c9fa4de46e126a77 (patch) | |
tree | 69f65dccef0752eb3d30c80ef25a24beec3d36cf /mysql-test/t/bdb-alter-table-2.test | |
parent | 63cdfc4b436baec414f587535fbdca0119765615 (diff) | |
download | mariadb-git-9210160c5560c61044dd1529c9fa4de46e126a77.tar.gz |
Little but nasty bug with BDB and alter table
Diffstat (limited to 'mysql-test/t/bdb-alter-table-2.test')
-rw-r--r-- | mysql-test/t/bdb-alter-table-2.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/bdb-alter-table-2.test b/mysql-test/t/bdb-alter-table-2.test new file mode 100644 index 00000000000..69ff04ee24a --- /dev/null +++ b/mysql-test/t/bdb-alter-table-2.test @@ -0,0 +1,3 @@ +-- source include/have_bdb.inc +select * from t1; +drop table t1;
\ No newline at end of file |