Mattias Jonsson
Mattias Jonsson
Both for prepared statements and non-prepared statements. But only for tidb_partition_prune_mode = `dynamic`. ### What is changed, added or deleted? (Required) Updated the docs according to the TiDB pr https://github.com/pingcap/tidb/pull/49161....
## Enhancement For Global index (for partitioned tables) the syntax is currently not explicit, but implicitly will create an global index if: - the table is partitioned - the index...
## Enhancement Development tasks for: Make GLOBAL INDEX General Available Stage 1 - full implementation, but Experimental - [ ] Change syntax, to enable (default) LOCAL index, and (explicit) GLOBAL...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` create table t (a int not null auto_increment primary key, b...
Close: #116 Issue was that os.Exit(1) was used on error, which bypasses all defer function. Fix consistently use the already existing global testSuite and write the xunit file explicitly in...
Also updated example test result with latest master...
When there is an issue with `--connect` command it will only fail saying it could not connect, but not show where in the test it failed. This adds line number...
For each test case a new database is created, and a [new warning](https://github.com/pingcap/mysql-tester/blob/0ecb03c9cf5c0e19318bc5d0a38bcc59c8aab56d/src/main.go#L222) is given on stdout, which is just confusing. ``` WARN[0000] Create new db&{0 0xc000010330 0 {0 0}...
There are references to `if` statements (`Q_IF`) in the code, but it is not implemented. In MySQL's mysql-test-run / mysqltest binary some control statements are supported like `if` and `while`:...
close tikv/pd#6344 ### What problem does this PR solve? Issue Number: Close #6344 ### What is changed and how does it work? ```commit-message ``` ### Check List Tests - Unit...