diff options
author | ram@gw.mysql.r18.ru <> | 2004-10-10 15:29:06 +0500 |
---|---|---|
committer | ram@gw.mysql.r18.ru <> | 2004-10-10 15:29:06 +0500 |
commit | 0962ac560fbb1e5b2413fc1384cd81e62a395c43 (patch) | |
tree | ba9dfdeb5fd841bde4e169141ab9d2750494957f /mysql-test/t/outfile.test | |
parent | 48305dcd69fa44305167ccf7c2b1585a50bf9808 (diff) | |
download | mariadb-git-0962ac560fbb1e5b2413fc1384cd81e62a395c43.tar.gz |
clean-up, indentation fixes.
Diffstat (limited to 'mysql-test/t/outfile.test')
-rw-r--r-- | mysql-test/t/outfile.test | 1 |
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; |