List:Commits« Previous MessageNext Message »
From:Ignacio Galarza Date:July 2 2007 6:22pm
Subject:bk commit into 5.0 tree (iggy:1.2510) BUG#24924
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of iggy. When iggy does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-07-02 14:22:03-04:00, iggy@amd64.(none) +1 -0
  Bug#24924 shared-memory-base-name that is too long causes buffer overflow
  - Testcase fixup.

  mysql-test/t/windows_shm.test@stripped, 2007-07-02 14:22:02-04:00, iggy@amd64.(none) +1 -1
    Bug#24924 shared-memory-base-name that is too long causes buffer overflow
    - Pass user, port and host to mysqladmin.

diff -Nrup a/mysql-test/t/windows_shm.test b/mysql-test/t/windows_shm.test
--- a/mysql-test/t/windows_shm.test	2007-06-27 08:04:28 -04:00
+++ b/mysql-test/t/windows_shm.test	2007-07-02 14:22:02 -04:00
@@ -4,6 +4,6 @@
 #
 # Bug #24924: shared-memory-base-name that is too long causes buffer overflow
 #
---exec $MYSQLADMIN --no-defaults --shared-memory-base-name=HeyMrBaseNameXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ping
+--exec $MYSQLADMIN --no-defaults --user=root --host=127.0.0.1 --port=$MASTER_MYPORT --shared-memory-base-name=HeyMrBaseNameXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ping
 
 --echo End of 5.0 tests.
Thread
bk commit into 5.0 tree (iggy:1.2510) BUG#24924Ignacio Galarza2 Jul