|
Ran
|
Files
459
|
Run time
16s
|
Badge
README BADGES
|
push
github
sql: assign collation to indexes in CREATE TABLE Before this patch, if an index was created due to a column's UNIQUE constraint or a column's PRIMARY KEY constraint before adding a collation, and if the column's fieldno was not equal to the index's position in space->index, the collation would not be assigned to the index. Also, this patch fixes an assertion in debug build for the case when an index with more that one field was created before a collation was added. Closes #9229 NO_DOC=bugfix (cherry picked from commit 65608d87a)
59343 of 108224 branches covered (0.0%)
90556 of 106241 relevant lines covered (85.24%)
2175253.92 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|