List:Commits« Previous MessageNext Message »
From:Tatjana A Nuernberg Date:June 27 2007 12:04pm
Subject:bk commit into 5.0 tree (tnurnberg: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 tnurnberg. When tnurnberg 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-06-27 14:04:29+02:00, tnurnberg@stripped +3 -0
  Bug#24924: shared-memory-base-name that is too long causes buffer overflow
  
  show that shm communication still works on windows,
  and that we can't overflow the base-name.

  mysql-test/r/windows_shm.result@stripped, 2007-06-27 14:04:28+02:00, tnurnberg@stripped +2 -0
    Bug#24924: shared-memory-base-name that is too long causes buffer overflow
    
    show that shm communication still works on windows,
    and that we can't overflow the base-name.

  mysql-test/r/windows_shm.result@stripped, 2007-06-27 14:04:28+02:00, tnurnberg@stripped +0 -0

  mysql-test/t/windows_shm-master.opt@stripped, 2007-06-27 14:04:28+02:00, tnurnberg@stripped +1 -0
    Bug#24924: shared-memory-base-name that is too long causes buffer overflow
    
    start a server with shm communication if we're on
    windows.

  mysql-test/t/windows_shm-master.opt@stripped, 2007-06-27 14:04:28+02:00, tnurnberg@stripped +0 -0

  mysql-test/t/windows_shm.test@stripped, 2007-06-27 14:04:28+02:00, tnurnberg@stripped +9 -0
    Bug#24924: shared-memory-base-name that is too long causes buffer overflow
    
    .opt has started a server with shm communication
    if we're on windows. now start a client with shm
    and connect to that server.
    

  mysql-test/t/windows_shm.test@stripped, 2007-06-27 14:04:28+02:00, tnurnberg@stripped +0 -0

diff -Nrup a/mysql-test/r/windows_shm.result b/mysql-test/r/windows_shm.result
--- /dev/null	Wed Dec 31 16:00:00 196900
+++ b/mysql-test/r/windows_shm.result	2007-06-27 14:04:28 +02:00
@@ -0,0 +1,2 @@
+mysqld is alive
+End of 5.0 tests.
diff -Nrup a/mysql-test/t/windows_shm-master.opt b/mysql-test/t/windows_shm-master.opt
--- /dev/null	Wed Dec 31 16:00:00 196900
+++ b/mysql-test/t/windows_shm-master.opt	2007-06-27 14:04:28 +02:00
@@ -0,0 +1 @@
+--skip-grant-tables --loose-shared-memory-base-name=HeyMrBaseNameXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --loose-shared-memory=1
diff -Nrup a/mysql-test/t/windows_shm.test b/mysql-test/t/windows_shm.test
--- /dev/null	Wed Dec 31 16:00:00 196900
+++ b/mysql-test/t/windows_shm.test	2007-06-27 14:04:28 +02:00
@@ -0,0 +1,9 @@
+# Windows-specific tests
+--source include/windows.inc
+
+#
+# Bug #24924: shared-memory-base-name that is too long causes buffer overflow
+#
+--exec $MYSQLADMIN --no-defaults --shared-memory-base-name=HeyMrBaseNameXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ping
+
+--echo End of 5.0 tests.
Thread
bk commit into 5.0 tree (tnurnberg:1.2510) BUG#24924Tatjana A Nuernberg27 Jun