Browse Source
Windows fixeds for mtr
Windows fixeds for mtr
CMakeLists.txt: Add CMakeLists.txt in mysql-test/lib/My/SafeProcess/ mysql-test/lib/My/Find.pm: Fix for windows mysql-test/lib/My/SafeProcess.pm: Fix Tim's review comments mysql-test/lib/mtr_misc.pl: Rename glob_win32 to is_win32 mysql-test/mysql-test-run.pl: Move set_mtr_build_thread_ports earlier Set MTR_BUILD_THREAD if to the used value mysql-test/lib/My/SafeProcess/CMakeLists.txt: New BitKeeper file ``mysql-test/lib/My/SafeProcess/CMakeLists.txt''pull/374/head
6 changed files with 75 additions and 34 deletions
-
1CMakeLists.txt
-
39mysql-test/lib/My/Find.pm
-
26mysql-test/lib/My/SafeProcess.pm
-
17mysql-test/lib/My/SafeProcess/CMakeLists.txt
-
10mysql-test/lib/mtr_misc.pl
-
16mysql-test/mysql-test-run.pl
@ -0,0 +1,17 @@ |
|||
# Copyright (C) 2006 MySQL AB |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; version 2 of the License. |
|||
# |
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
# GNU General Public License for more details. |
|||
# |
|||
# You should have received a copy of the GNU General Public License |
|||
# along with this program; if not, write to the Free Software |
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|||
|
|||
ADD_EXECUTABLE(my_safe_process safe_process_win.cc) |
|||
ADD_EXECUTABLE(my_safe_kill safe_kill_win.cc) |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue