Loading mysql-test/t/outfile.test +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading sql/sql_yacc.yy +10 −10 File changed.Contains only whitespace changes. Show changes Loading
mysql-test/t/outfile.test +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading