TeslaCN commented on issue #10690:
URL: 
https://github.com/apache/shardingsphere/issues/10690#issuecomment-859294177


   BenchmarkSQL logs:
   ```
   select setval('bmsql_hist_id_seq', (select max(hist_id) from bmsql_history));
   ERROR: relation "bmsql_history" does not exist
     Position: 62
   -- Make nextval(seq) the default value of the hist_id column.
   alter table bmsql_history
   alter column hist_id set default nextval('bmsql_hist_id_seq');
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to