summaryrefslogtreecommitdiff
path: root/mysql-test/t/loaddata.test
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-08-26 17:52:54 +0300
committerunknown <monty@narttu.mysql.fi>2003-08-26 17:52:54 +0300
commitc01d65bce04c91c267ca851cd5a6d7b6fd796b97 (patch)
tree77b9226817e1ff79168c032b55a3a4b8cbbf1ab4 /mysql-test/t/loaddata.test
parent513917a53f87ce43dea98838a7d4e6196b9ea82b (diff)
downloadmariadb-git-c01d65bce04c91c267ca851cd5a6d7b6fd796b97.tar.gz
Cleanups
BTREE, HASH and RTREE are not reserved symbols anymore mysql-test/t/loaddata.test: Removed empty lines mysys/my_malloc.c: Fixed old style variable name mysys/my_realloc.c: Fixed old style variable name sql/sql_yacc.yy: BTREE, HASH and RTREE are not reserved symbols anymore sql/table.cc: Simple optimization
Diffstat (limited to 'mysql-test/t/loaddata.test')
-rw-r--r--mysql-test/t/loaddata.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/t/loaddata.test b/mysql-test/t/loaddata.test
index 2f484d30ff7..199da9c4a84 100644
--- a/mysql-test/t/loaddata.test
+++ b/mysql-test/t/loaddata.test
@@ -15,7 +15,3 @@ truncate table t1;
load data infile '../../std_data/loaddata1.dat' into table t1 fields terminated by ',' LINES STARTING BY ',' (b,c,d);
SELECT * from t1;
drop table t1;
-
-
-
-