~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to lib/GenTest/Server/MySQL.pm

Windows-stuff that didn't work on Unix

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
                               $exe,
220
220
                               $command,
221
221
                               0,
222
 
                               NORMAL_PRIORITY_CLASS,
 
222
                               NORMAL_PRIORITY_CLASS(),
223
223
                               ".") || die _reportError();      
224
224
        $self->[MYSQLD_WINDOWS_PROCESS]=$proc;
225
225
        $self->[MYSQLD_SERVERPID]=$proc->GetProcessID();