Skip to content

Commit

Permalink
Add two newer header constants for MySQL/SSL, yet unused by HeidiSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarbecker committed Jan 1, 2020
1 parent 5146026 commit cc82030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/dbstructures.pas
Expand Up @@ -328,6 +328,8 @@ MYSQL_RES = record
MYSQL_OPT_MAX_ALLOWED_PACKET,
MYSQL_OPT_NET_BUFFER_LENGTH,
MYSQL_OPT_TLS_VERSION,
MYSQL_OPT_SSL_MODE,
MYSQL_OPT_GET_SERVER_PUBLIC_KEY,

// MariaDB specific
MYSQL_PROGRESS_CALLBACK=5999,
Expand Down

0 comments on commit cc82030

Please sign in to comment.