summaryrefslogtreecommitdiff
path: root/mysql-test/lib/My/SysInfo.pm
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | | | * Update wrong zip-code
* Updated/added copyright headersMurthy Narkedimilli2014-01-061-2/+1
|
* Bug #16632543 - INCORRECT VALUE OF BOGOMIPS IN MYSQLTESTsayantan dutta2013-04-161-2/+2
|
* Updated/added copyright headersKent Boortz2011-06-301-1/+2
|
* Fixed copyright headers in mtr src filesBjorn Munch2011-01-181-1/+1
|
* WL#4189 Set parallel to 1 if running under vmware on windowsMagnus Svensson2008-10-111-0/+15
|
* WL4189 Active state perl fixesMagnus Svensson2008-10-081-1/+1
|
* Remove debug printoutMagnus Svensson2008-07-241-1/+0
|
* Always set bogomips unless already setunknown2008-05-041-7/+23
| | | | | | | | Return undef only in case kstat works Cpus reported once, but with 'cpu_count' set to the actual number
* Use SysInfo.pm to find a suitable value for number of workers when unknown2008-05-041-0/+181
--parallel hasn't been specified Add lib/My/SysInfo.pm mysql-test/Makefile.am: Add SysInfo.pm mysql-test/mysql-test-run.pl: Use SysInfo.pm to find a suitable value for number of workers when --parallel hasn't been specified mysql-test/lib/My/SysInfo.pm: Add SysInfo.pm