Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
2016-21, 2016-22, 2016-23
Description
1)
LOAD DATA into CS table:
MariaDB [ssb_cs]> load data infile '/home/justin/src/ssb-dbgen/lineorder.tbl' into table lineorder fields terminated by '|';
Query OK, 59986052 rows affected (6 min 21.08 sec)
Records: 59986052 Deleted: 0 Skipped: 0 Warnings: 0
2)
select count from lineorder.tbl;
Stage: 2 of 2 'enabling keys' 0% of stage done