summaryrefslogtreecommitdiff
path: root/mysql-test/t/outfile.test
diff options
context:
space:
mode:
authorram@gw.mysql.r18.ru <>2004-10-10 15:29:06 +0500
committerram@gw.mysql.r18.ru <>2004-10-10 15:29:06 +0500
commit0962ac560fbb1e5b2413fc1384cd81e62a395c43 (patch)
treeba9dfdeb5fd841bde4e169141ab9d2750494957f /mysql-test/t/outfile.test
parent48305dcd69fa44305167ccf7c2b1585a50bf9808 (diff)
downloadmariadb-git-0962ac560fbb1e5b2413fc1384cd81e62a395c43.tar.gz
clean-up, indentation fixes.
Diffstat (limited to 'mysql-test/t/outfile.test')
-rw-r--r--mysql-test/t/outfile.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/outfile.test b/mysql-test/t/outfile.test
index 28d5ebfaf99..59ce6cc56fe 100644
--- a/mysql-test/t/outfile.test
+++ b/mysql-test/t/outfile.test
@@ -8,7 +8,6 @@ drop table if exists t1;
# We need to check that we have 'file' privilege.
-#drop table if exists t1;
#create table t1 (`a` blob);
#insert into t1 values("hello world"),("Hello mars"),(NULL);
#select * into outfile "/tmp/select-test.1" from t1;