You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.
Epinion benchmark's 'review' table has a column called 'rank'. It seems to be a reserved word in MySQL, and not permitted as a column name.
A solution is to backtick the column name viz.
rank
, but I believe a better solution is to simply rename the column to rank1.I was able to both create the benchmark, and do a sample run with rank1 as the column name. I modified this file:
build/com/oltpbenchmark/benchmarks/epinions/ddls/epinions-ddl.sql
Thanks,
Arun
The text was updated successfully, but these errors were encountered: