risinglightdb / sqllogictest-rs

Sqllogictest parser and runner in Rust.
Apache License 2.0
173 stars 44 forks source link

CLI: support MySQL engine #120

Open xudong963 opened 1 year ago

xudong963 commented 1 year ago

I noticed CLI only supports Postgres currently.

I want to support Databend for it.

xxchan commented 1 year ago

Hi, IIRC Databend is MySQL compatible, right? If so, you can add a MySQL engine to sqllogictest-bin. That would be nice.

xudong963 commented 1 year ago

Hi, IIRC Databend is MySQL compatible, right? If so, you can add a MySQL engine to sqllogictest-bin. That would be nice.

Yes

KivenChen commented 1 year ago

Hi, I'm also interested in working on MySQL support for sqllogictest. Is there any notable progress yet?

xudong963 commented 1 year ago

I don't start it, I think you can try it @KivenChen

zjregee commented 1 month ago

Hi, @xxchan. Can I pick this up? I think it would be a good idea to complete #183 after adding mysql support.

xxchan commented 1 month ago

@zjregee Sure, please go ahead!