1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge from trunk

This commit is contained in:
Bjorn Munch
2010-07-23 15:12:58 +02:00
724 changed files with 16479 additions and 13823 deletions

0
mysql-test/lib/My/Handles.pm Executable file → Normal file
View File

0
mysql-test/lib/My/SafeProcess/safe_kill_win.cc Executable file → Normal file
View File

View File

@ -159,7 +159,7 @@ int main(int argc, char* const argv[] )
signal(SIGCHLD, handle_signal);
signal(SIGABRT, handle_abort);
sprintf(safe_process_name, "safe_process[%d]", own_pid);
sprintf(safe_process_name, "safe_process[%ld]", (long) own_pid);
message("Started");

0
mysql-test/lib/My/SafeProcess/safe_process_win.cc Executable file → Normal file
View File