Skip to content

Commit

Permalink
Update sysbench tests to use pg_tde_basic
Browse files Browse the repository at this point in the history
  • Loading branch information
dutow committed Jul 5, 2024
1 parent 371cdfc commit 490a1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysbench/oltp_common_tde.lua
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ CREATE TABLE sbtest%d(
c CHAR(120) DEFAULT '' NOT NULL,
pad CHAR(60) DEFAULT '' NOT NULL,
%s (id)
) USING pg_tde %s %s]],
) USING pg_tde_basic %s %s]],
table_num, id_def, id_index_def, engine_def, extra_table_options)

con:query(query)
Expand Down

0 comments on commit 490a1c2

Please sign in to comment.