Skip to content

Commit

Permalink
update test result with latest mysql docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
martianzhang committed Aug 28, 2019
1 parent 2a80b40 commit d50ad5b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions test/fixture/test_Run_all_test_cases.golden
Original file line number Diff line number Diff line change
Expand Up @@ -3861,7 +3861,7 @@ GROUP BY

| id | select\_type | table | partitions | type | possible_keys | key | key\_len | ref | rows | filtered | scalability | Extra |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | *actor* | NULL | ref | idx\_actor\_last\_name | idx\_actor\_last\_name | 137 | const | 2 | 16.67% | O(log n) | Using where; Using temporary |
| 1 | SIMPLE | *actor* | NULL | ref | idx\_actor\_last\_name | idx\_actor\_last\_name | 137 | const | 2 | 20.00% | O(log n) | Using where; Using temporary |



Expand Down Expand Up @@ -4045,7 +4045,7 @@ FROM

# Query: E48A20D0413512DA

☆ ☆ ☆ 40分
☆ ☆ ☆ 30分

```sql

Expand Down Expand Up @@ -4128,6 +4128,17 @@ ORDER BY



## 为sakila库的customer\_list表添加索引

* **Item:** IDX.002

* **Severity:** L2


* **Case:** ALTER TABLE \`sakila\`.\`customer\_list\` add index \`idx\_city\` (\`city\`), add index \`idx\_address\` (\`address\`), add index \`idx\_SID\_phone\` (\`SID\`,\`phone\`) ;



## 建议使用 AS 关键字显示声明一个别名

* **Item:** ALI.001
Expand Down

0 comments on commit d50ad5b

Please sign in to comment.