提交 d50ad5b7 编写于 作者: martianzhang's avatar martianzhang

update test result with latest mysql docker image

上级 2a80b406
...@@ -3861,7 +3861,7 @@ GROUP BY ...@@ -3861,7 +3861,7 @@ GROUP BY
| id | select\_type | table | partitions | type | possible_keys | key | key\_len | ref | rows | filtered | scalability | Extra | | 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 |
...@@ -4045,7 +4045,7 @@ FROM ...@@ -4045,7 +4045,7 @@ FROM
# Query: E48A20D0413512DA # Query: E48A20D0413512DA
★ ☆ ☆ ☆ 40分 ☆ ☆ ☆ ☆ 30分
```sql ```sql
...@@ -4128,6 +4128,17 @@ ORDER BY ...@@ -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 关键字显示声明一个别名 ## 建议使用 AS 关键字显示声明一个别名
* **Item:** ALI.001 * **Item:** ALI.001
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册