Magnus Svensson
|
c431b23bae
|
Fixup mtr_unique. Remove usage of ps and grep. Make it a module. Move _process_alive to Platform.pm. Rename opt_baseport to baseport, it's not an option
|
2008-08-10 19:46:43 +02:00 |
|
msvensson@pilot.mysql.com
|
113dd00d42
|
Always return 0 inidcating that socket path would not be truncated when
running on windows. Apparently Cygwin tries to emulate UNIX Socket and thus
fails to create one.
|
2008-04-22 21:55:09 +02:00 |
|
msvensson@pilot.mysql.com
|
23f462137e
|
Since IO::Socket::UNIX is part of core perl, it's not enough to
"eval use" it. Instead trap the error that occurs when creating the socket
on platforms that does not support it.
|
2008-04-22 12:43:38 +02:00 |
|
msvensson@pilot.mysql.com
|
761b355d0e
|
Add check for unix socket path truncation
Don't allow unix socket path to be truncated
|
2008-04-21 18:32:32 +02:00 |
|
msvensson@pilot.mysql.com
|
bf65a61567
|
Use My::Platform
Put all path conversions in one file
Convert the --tmpdir passed to "mysqld --verbose --help"
|
2008-02-20 14:55:30 +01:00 |
|