Skip to content

Commit

Permalink
Disable multiplexing for SET TIMESTAMP sysown#2033
Browse files Browse the repository at this point in the history
(cherry picked from commit 350958c)
  • Loading branch information
renecannao authored and Dieken committed May 13, 2019
1 parent 01f74b8 commit 8cd6148
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 8cd6148

Please sign in to comment.