Commit 98bb6fd4 authored by unknown's avatar unknown
Browse files

clean-up, indentation fixes.


mysql-test/t/outfile.test:
  this 'drop...' not needed anymore
sql/sql_yacc.yy:
  indentation fixes
parent cb81894a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
+10 −10

File changed.

Contains only whitespace changes.