File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class ShowEnginesCommand extends Statement implements ShowCommand
1717
1818 public function serialize (Formatter $ formatter ): string
1919 {
20- return 'SHOW ENGINES ' ;
20+ return 'SHOW STORAGE ENGINES ' ;
2121 }
2222
2323}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ trait Aliases
106106 'kill connection ' => 'kill ' ,
107107 'kill query ' => 'kill ' ,
108108 'revoke all privileges ' => 'revoke all ' ,
109- 'show storage engines ' => 'show engines ' ,
109+ 'show engines ' => 'show storage engines ' ,
110110 'xa begin ' => 'xa start ' ,
111111 'type btree ' => 'using btree ' ,
112112 'sqlstate value ' => 'sqlstate ' ,
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ Assert::parseSerialize("SHOW ENGINE InnoDB MUTEX");
7777
7878
7979// SHOW [STORAGE] ENGINES
80- Assert::parseSerialize ("SHOW ENGINES " );
81- Assert::parseSerialize ("SHOW STORAGE ENGINES " , "SHOW ENGINES " ); // [STORAGE]
80+ Assert::parseSerialize ("SHOW STORAGE ENGINES " );
81+ Assert::parseSerialize ("SHOW ENGINES " , "SHOW STORAGE ENGINES " ); // [STORAGE]
8282
8383
8484// SHOW ERRORS [LIMIT [offset,] row_count]
You can’t perform that action at this time.
0 commit comments