Skip to content

Commit

Permalink
- Change the connect_xtrace variable to from int to set
Browse files Browse the repository at this point in the history
  modified:   storage/connect/ha_connect.cc
  modified:   storage/connect/libdoc.cpp
  • Loading branch information
Buggynours committed Jan 31, 2018
1 parent dd07e30 commit 79c1df4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion storage/connect/ha_connect.cc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
#define JSONMAX 10 // JSON Default max grp size

extern "C" {
char version[]= "Version 1.06.0006 January 30, 2018";
char version[]= "Version 1.06.0006 January 31, 2018";
#if defined(__WIN__)
char compver[]= "Version 1.06.0006 " __DATE__ " " __TIME__;
char slash= '\\';
Expand Down
Loading

0 comments on commit 79c1df4

Please sign in to comment.