Skip to content

Commit

Permalink
Merge pull request #1 from sm-shaw/master
Browse files Browse the repository at this point in the history
Mariatcl compile updates
  • Loading branch information
Jiang-Hua committed Apr 19, 2021
2 parents 35416d2 + f1d0df0 commit cc630ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generic/mariatcl.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ static int Mariatcl_Connect(ClientData clientData, Tcl_Interp *interp, int objc,
#if (MYSQL_VERSION_ID >= 32350)
if (mysql_options_reconnect)
{
my_bool reconnect = 1;
bool reconnect = 1;
mysql_options(handle->connection, MYSQL_OPT_RECONNECT, &reconnect);
}
mysql_options(handle->connection, MYSQL_READ_DEFAULT_GROUP, groupname);
Expand Down
2 changes: 1 addition & 1 deletion pkgIndex.tcl.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Tcl package index file
#
package ifneeded mysqltcl @PACKAGE_VERSION@ \
package ifneeded mariatcl @PACKAGE_VERSION@ \
[list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]

0 comments on commit cc630ba

Please sign in to comment.