mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
5a9ce774dc
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types
10 lines
364 B
Batchfile
10 lines
364 B
Batchfile
@echo off
|
|
|
|
REM I'm using resources for BLDLEVEL info, because VA4 linker has the bad
|
|
REM feature of using versionstring content for padding files.
|
|
|
|
REM To set fixpak level: -P"fixpak level"
|
|
SET MYSQL_VERSION=3.23.42
|
|
SET MYSQL_BUILD=1
|
|
|
|
BldLevelInf -V%MYSQL_VERSION% -N"MySQL AB, Yuri Dario" -D"MySQL %MYSQL_VERSION% for OS/2 - Build %MYSQL_BUILD%" -Len BldLevel.rc
|