diff options
author | unknown <monty@narttu.mysql.fi> | 2003-08-26 17:52:54 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-08-26 17:52:54 +0300 |
commit | c01d65bce04c91c267ca851cd5a6d7b6fd796b97 (patch) | |
tree | 77b9226817e1ff79168c032b55a3a4b8cbbf1ab4 /mysql-test/t/loaddata.test | |
parent | 513917a53f87ce43dea98838a7d4e6196b9ea82b (diff) | |
download | mariadb-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.test | 4 |
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; - - - - |