Skip to content

Commit

Permalink
update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Dec 7, 2023
1 parent 68d1378 commit fb3a193
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DB.Table: 'system'.'engines', Table: engines-table_id:1, ver:0, Engine: SystemEn
+-----------+-------------------------------+
| Column 0 | Column 1 |
+-----------+-------------------------------+
| 'DELTA' | 'DELTA Storage Engine' |
| 'DELTA' | 'DELTA STORAGE Engine' |
| 'FUSE' | 'FUSE Storage Engine' |
| 'ICEBERG' | 'ICEBERG STORAGE Engine' |
| 'MEMORY' | 'MEMORY Storage Engine' |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ onlyif mysql
query TT
SELECT * FROM system.engines ORDER BY "Engine" LIMIT 1,2
----
DELTA DELTA STORAGE Engine
ICEBERG ICEBERG STORAGE Engine
MEMORY MEMORY Storage Engine
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ query TT
SHOW ENGINES
----
FUSE FUSE Storage Engine
DELTA DELTA Storage Engine
ICEBERG ICEBERG STORAGE Engine
MEMORY MEMORY Storage Engine
NULL NULL Storage Engine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ onlyif mysql
query I
select "Engine" as engine from system.engines order by engine
----
DELTA
FUSE
ICEBERG
MEMORY
Expand Down

0 comments on commit fb3a193

Please sign in to comment.