Skip to content

Commit

Permalink
Disable multiplexing for SET TIMESTAMP #2033
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Apr 29, 2019
1 parent 1d2091f commit 350958c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mysql_connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static char * session_vars[]= {
(char *)"UNIQUE_CHECKS",
(char *)"AUTO_INCREMENT_INCREMENT",
(char *)"AUTO_INCREMENT_OFFSET",
(char *)"TIMESTAMP",
(char *)"GROUP_CONCAT_MAX_LEN"
};

Expand Down

0 comments on commit 350958c

Please sign in to comment.