1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
BTREE, HASH and RTREE are not reserved symbols anymore
This commit is contained in:
monty@narttu.mysql.fi
2003-08-26 17:52:54 +03:00
parent 9333e292ec
commit 753cb8509c
5 changed files with 39 additions and 42 deletions

View File

@ -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;