Yulei-Yang opened a new pull request, #35921:
URL: https://github.com/apache/doris/pull/35921

   keyword in a statement should be case insensitive.
   Issue:
   ```sql
   mysql> SHOW FRONTENDS DISKS;                                                 
                                              
   ERROR 1105 (HY000): errCode = 2, detailMessage = Show frontends with extra 
info only support show frontends disks          mysql> SHOW FRONTENDS disks;    
                                                                                
           
   
+-----------------------------------------+------------+-----------+--------------------------------+------------+----------+------+-----------+---------+-----------+
                                                                                
   | Name                                    | Host       | DirType   | Dir     
                       | Filesystem | Capacity | Used | Available | UseRate | 
MountOn   |                                                                     
           
   
+-----------------------------------------+------------+-----------+--------------------------------+------------+----------+------+-----------+---------+-----------+
                                                                                
   | fe_cee06fa5_53d7_4e7b_95cc_a6832a43a528 | 172.17.0.3 | meta      | 
/data/d21/output/fe/doris-meta | /dev/vda1  | 492G    | 426G | 45G       | 91%  
   | /data/d21 |                                                                
                
   | fe_cee06fa5_53d7_4e7b_95cc_a6832a43a528 | 172.17.0.3 | log       | 
/data/d21/output/fe/log        | /dev/vda1  | 492G     | 426G | 45G       | 91% 
    | /data/d21 |                                                               
                 
   | fe_cee06fa5_53d7_4e7b_95cc_a6832a43a528 | 172.17.0.3 | audit-log | 
/data/d21/output/fe/log        | /dev/vda1  | 492G
    | 426G | 45G       | 91%     | /data/d21 |                                  
                                              
   | fe_cee06fa5_53d7_4e7b_95cc_a6832a43a528 | 172.17.0.3 | temp      | 
/data/d21/output/fe/temp_dir   | /dev/vda1  | 492G    
    | 426G | 45G       | 91%     | /data/d21 |
   | fe_cee06fa5_53d7_4e7b_95cc_a6832a43a528 | 172.17.0.3 | deploy    | 
/data/d21/output/fe            | /dev/vda1  | 492G
    | 426G | 45G       | 91%     | /data/d21 |
   
+-----------------------------------------+------------+-----------+--------------------------------+------------+---------
   -+------+-----------+---------+-----------+
   5 rows in set (0.00 sec)
   ```
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to