bb7133
bb7133
Provide the TiDBDialect, see: - https://hibernate.atlassian.net/browse/HHH-14576 - [The documents on running builtin-tests against TiDB](https://docs.google.com/document/d/1LiY39K8ZaGmoo6Fl0EUHg_WqXlwizuYyiYUNoorA1jw/edit#)
[TiDB](https://github.com/pingcap/tidb) is an open-source NewSQL database inspired by Google Spanner/F1 and aims for MySQL compatibility. I've noticed some TiDB users are using Laravel with TiDB through MySQL protocol, and there'll...
## Bug Report ### What version of TiKV are you using? Reproduced in v6.2.0 and v6.3.0-alpha-nightly-20220908. ### What operating system and CPU are you using? Reproduced in amd64 Centos &...
For example, given an test file, say `t/some_test.test`: ```shell sh> cat t/some_test.test -n 1 drop database if exists tdb; 2 create database tdb; 3 use tdb; 4 5 create table...
### First-time contributors' checklist - [x] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) Update docs...
As described, I plan to introduce more commands to trigger BR(binary) / Dumpling / Lightning(binary) and TiCDC, so that we're able to write tests with those tools.