From: Bjorn Munch Date: October 5 2012 2:30pm Subject: bzr push into mysql-5.6-wl6055 branch (bjorn.munch:4379 to 4381) List-Archive: http://lists.mysql.com/commits/144985 Message-Id: <20121005143053.13480.39922.4381@khepri15.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4381 Bjorn Munch 2012-10-05 Add ellipses to socket line too modified: support-files/CMakeLists.txt 4380 Bjorn Munch 2012-10-05 Bug #14725217 - PLEASE ADD SQL_MODE=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES TO... Added the line modified: support-files/my-default.cnf.sh 4379 Bjorn Munch 2012-10-05 WL 6055 review comments modified: scripts/mysql_install_db.pl.in support-files/CMakeLists.txt support-files/my-default.cnf.sh === modified file 'support-files/CMakeLists.txt' --- a/support-files/CMakeLists.txt 2012-10-05 09:38:11 +0000 +++ b/support-files/CMakeLists.txt 2012-10-05 14:30:00 +0000 @@ -31,7 +31,7 @@ ELSE() SET(MYSQLD_USER "mysql") SET(ini_file_extension "cnf") SET(HOSTNAME "hostname") - SET(CNF_SOCKET_LINE "# socket") + SET(CNF_SOCKET_LINE "# socket = .....") ENDIF() SET(dictionary "${CMAKE_INSTALL_PREFIX}/${INSTALL_SHAREDIR}/dictionary.txt" ) === modified file 'support-files/my-default.cnf.sh' --- a/support-files/my-default.cnf.sh 2012-10-05 09:38:11 +0000 +++ b/support-files/my-default.cnf.sh 2012-10-05 14:28:44 +0000 @@ -27,3 +27,5 @@ # join_buffer_size = 128M # sort_buffer_size = 2M # read_rnd_buffer_size = 2M + +sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES No bundle (reason: useless for push emails).