From: Date: November 20 2008 1:55pm Subject: bzr commit into mysql-6.0 branch (staale.smedseng:2938) Bug#22891 List-Archive: http://lists.mysql.com/commits/59371 X-Bug: 22891 Message-Id: <20081120125558.5AEF03A2054@atum09.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #At file:///export/home/tmp/ss156133/z/b22891-60-bugteam/ 2938 Staale Smedseng 2008-11-20 [merge] A fix for Bug#22891 "session level max_allowed_packet can be set but is ignored". This patch makes @@session.max_allowed_packed and @@session.net_buffer_length read-only as suggested in the bug report. The user will have to use SET GLOBAL (and reconnect) to alter the session values of these variables. The error string ER_VARIABLE_IS_READONLY is introduced. Tests are modified accordingly. Merge into mysql-6.0-bugteam.