gregrahn / tpcds-kit

TPC-DS benchmark kit with some modifications/fixes
320 stars 205 forks source link

Running the tests for MySQL Server #38

Closed bhargavkn closed 6 years ago

bhargavkn commented 6 years ago

Hi gregrahn,

Thank you for this repository

I have an error trying to run the tests on a MySQL server on my machine. I suppose it has to do with the fact that the 'with' operator isn't supported in MySQL. Can help me out in trying to run these tests on a MySQL server?

Any help is appreciated.

Thanks, Bhargav

gregrahn commented 6 years ago

There certainly may be queries that MySQL lacks the SQL language support for but there's no magic fix for that. Either MySQL has support or it does not.