Skip to content

Commit

Permalink
Update 'admin_various_commands' to exercise 'ssl_ciphers' table
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierJF committed Apr 23, 2024
1 parent 92f757c commit 9162339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tap/tests/admin_various_commands-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ int main() {
{ 10, "SHOW MYSQL STATUS" },
{ 1, "SELECT DATABASE()" },
{ 1, "SELECT DATABASE() AS name" },
{ 1, "SELECT COUNT(*) FROM sqlite_schema WHERE type='table' AND name='ssl_ciphers'" },
{ 30, "SELECT * FROM ssl_ciphers" },
/*
{ , "" },
{ , "" },
{ , "" },
*/
};
plan(1+queries.size());
Expand Down

0 comments on commit 9162339

Please sign in to comment.