summaryrefslogtreecommitdiff
path: root/mysql-test/t/view.test
diff options
context:
space:
mode:
authormonty@mishka.local <>2005-05-13 12:08:08 +0300
committermonty@mishka.local <>2005-05-13 12:08:08 +0300
commit2d25da2a4ba244f4de26581e5b16518230f381df (patch)
treea23a9aecbe966e0226c4b4a1d389e021a4068e74 /mysql-test/t/view.test
parente2a6fe0f3b05e96021079e2cd3a5306b2395bf3c (diff)
downloadmariadb-git-2d25da2a4ba244f4de26581e5b16518230f381df.tar.gz
concurrent-insert can now be set to 2 for concurrent inserts when there is holes in the data file
myisam_max_extra_sort_file_size is depricated Ensure that myisam_data_pointer_size is honoured when creating new MyISAM files Changed default value of myisam_data_pointer_size from 4 to 6 to get rid of 'table-is-full' errors
Diffstat (limited to 'mysql-test/t/view.test')
-rw-r--r--mysql-test/t/view.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/view.test b/mysql-test/t/view.test
index 0303605a9ef..b5a1e9f1e0a 100644
--- a/mysql-test/t/view.test
+++ b/mysql-test/t/view.test
@@ -1,5 +1,5 @@
--disable_warnings
-drop table if exists t1,t2,`t1a``b`,v1,v2,v3,v4,v5,v6;
+drop table if exists t1,t2,t9,`t1a``b`,v1,v2,v3,v4,v5,v6;
drop view if exists t1,t2,`t1a``b`,v1,v2,v3,v4,v5,v6;
drop database if exists mysqltest;
--enable_warnings