summaryrefslogtreecommitdiff
path: root/mysql-test/t/outfile.test
diff options
context:
space:
mode:
authorunknown <ram@gw.mysql.r18.ru>2004-10-10 15:29:06 +0500
committerunknown <ram@gw.mysql.r18.ru>2004-10-10 15:29:06 +0500
commit98bb6fd4babb76b2c539614d66d08ee4d83004dd (patch)
treeba9dfdeb5fd841bde4e169141ab9d2750494957f /mysql-test/t/outfile.test
parentcb81894a354e098508965e444de8313150822295 (diff)
downloadmariadb-git-98bb6fd4babb76b2c539614d66d08ee4d83004dd.tar.gz
clean-up, indentation fixes.
mysql-test/t/outfile.test: this 'drop...' not needed anymore sql/sql_yacc.yy: 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;